BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 2,601 through 2,610 (of 15,332 total)
  • Author
    Posts
  • in reply to: adding Connections Search Box to a table #441826
    Steven Zahm
    Keymaster

    I like when something turns out easier than expected :)

    in reply to: error 404 in categories #441824
    Steven Zahm
    Keymaster

    @ Giacomo Medici

    Have you made any changes or added any plugins which would add en/ to your site’s permalinks such as a multi lingual plugin?

    Something to try. Navigate to the WP Widgets admin page, make a settings change to the Connections : Categories widget and save the change. Change the settings back and save again. Does that correct this issue?

    in reply to: Required Fields #441821
    Steven Zahm
    Keymaster

    @ Kate

    Progress in adding additional required fields, sorry no. That said I am working on the next update which includes a whole new settings tab for form field configuration. I am considering adding options to which can be set to make additional fields required. Not sure if this will be included or not though in this next update.

    in reply to: adding Connections Search Box to a table #441820
    Steven Zahm
    Keymaster

    @ Andrey

    I see you have purchased the Widget Pack… here’s how:

    • Navigate to the Widgets admin page.
    • Add the Connections : Simple Search widget to the Connections Shortcode Sidebar.
    • Configure the widget. In this case this is just naming the widget.
    • Click the Save button. After you click save, you will be presented a shortcode.
    • This shortcode can be used to embed the widget within the WP page content area.

    Hope this helps, let me know.

    in reply to: error 404 in categories #441819
    Steven Zahm
    Keymaster

    @ Giacomo Medici

    I suspect this might have to do with how you have your site setup but it is very hard to know for sure.

    Here is a link for an individual entry:

    http://www.findtheircard.com/card/gibraltar/name/1st-impressions/

    Here is a link for a category:

    http://www.findtheircard.com/card/en/directory-2/cat/building-and-construction/

    Notice the difference? After /card/ in the category link there is /en/directory-2/

    I would expect that the link should be this:

    http://www.findtheircard.com/card/gibraltar/cat/building-and-construction/

    Which does work correctly.

    My first suggestion is to make sure you have the directory homepage set to the correct page. This option can be found on the Connections : Settings admin page under the General tab.

    Hope this helps, let me know.

    in reply to: Nav Menu Dropdown error #441780
    Steven Zahm
    Keymaster

    @ Katelyn

    RE: just updated the site

    What do you mean by this statement? Update WP? If so, that would make sense if the core WP class Walker_Nav_Menu had changed the parameters of those four methods I mentioned in my previous reply.

    RE: I’m not sure what I should add to the code to make it work again.

    I’m not able to tell you precisely because it is not my code causing the error, but…

    If you open this file:

    ../wp-content/plugins/connections-card/nav-menu-dropdown.php

    I suspect this file contains a PHP class which extends the WP core Walker_Nav_Menu class. Search the file for start_lvl. This should be a method that has two parameters but now requires three. Add $args = array() as the new third parameter. Do this for end_lvl too. The last two methods, start_el and end_el are similar. For the start_el method you need to add the new $id = 0 as the fifth parameter. Lastly for the end_el method you need to add $args = array() as a new forth parameter. This is pretty much exactly what the error message is saying.

    What is odd… I would expect the line numbers to be different, but they are all reported as they error being on line 0.

    Hope this helps!

    in reply to: Make the phone number clickable #441757
    Steven Zahm
    Keymaster

    @ Nana

    Yes, please see this ]tutorial on how to change strings in Connections](https://connections-pro.com/2014/05/04/quicktip-easy-text-changing/).

    Hope this helps!

    in reply to: ERROR: Entry could not be updated. #441730
    Steven Zahm
    Keymaster

    @ Bryan

    RE: deleted manually the old databases but on the new import the images/logos didn’t import.

    How did you migrate the source site’s Connections data to the destination?

    RE: any way to do that only?

    You could use the CSV Export tool on the destination site, fill in the image/logo URL/s from the source site and then import the CSV file on the destination site. This should have happened if you migrated the data using a CSV file. If you migrated the site by moving the tables from one site to the other (what I assumed you were doing), you only needed to Copy the connections-images folder from the source to the destination.

    Hope this helps!

    in reply to: View All Link #441729
    Steven Zahm
    Keymaster

    @ Justin

    • What is the exact shortcode you are using on the directory page?
    • Can you please update to the latest released version of Connections to see if the issue persists?
    in reply to: ERROR: Entry could not be updated. #441656
    Steven Zahm
    Keymaster

    @ Bryan

    The site in which you transferred the data from, was that update to date with the current version of Connections? If it was not, the old database schema is not compatible with the current expected schema. I suggest making sure Connections is up to date on the source site, disable the FULLTEXT Search option and then migrate the db tables to the new site. And then enabled the FULLTEXT Search option on the destination site.

    Hope this helps, let me know.

Viewing 10 posts - 2,601 through 2,610 (of 15,332 total)