Forum Replies Created
-
AuthorPosts
-
Steven Zahm
KeymasterI like when something turns out easier than expected :)
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?
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.
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.
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.
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_Menuhad 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.phpI 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 forend_lvltoo. The last two methods,start_elandend_elare similar. For thestart_elmethod you need to add the new$id = 0as the fifth parameter. Lastly for theend_elmethod 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!
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!
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-imagesfolder from the source to the destination.Hope this helps!
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?
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.
-
AuthorPosts
