Tagged: navigation
- This topic has 13 replies, 3 voices, and was last updated 6 years ago by
nviable.
-
AuthorPosts
-
-
January 8, 2016 at 6:04 am #5524
vgrchMemberHello,
I use this (https://github.com/Themekraft/_tk) boilerplate to build my theme, but with the new version of the plugin the names of the links in the navigation menu are doubled (i.e. instead if “About us” it’s “About usAbout us”.
What can be a problem?
Thank you.
-
January 8, 2016 at 4:29 pm #5525
-
January 8, 2016 at 10:40 pm #5530
-
January 16, 2016 at 11:47 pm #5643
SteveKeymasterI can’t reproduce. Which version of Piklist are you using?
-
January 18, 2016 at 12:09 am #5652
vgrchMember0.9.4.29
I hid them with JavaScript for now but there must be some other solution.
It happened in two installations on different servers.
I can give you access to the first one, but it’s not using Piklist for now (for the same reason). Maybe you can do some tests there. Would it be alright?
Thanks.
-
January 18, 2016 at 5:41 pm #5659
SteveKeymaster@vgrch– Would you mind trying with the latest beta? You can download it here >
-
January 20, 2016 at 4:13 am #5667
vgrchMemberIt gave an error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /home/…/www/…/public_html/wp-content/plugins/piklist/includes/class-piklist-form.php on line 616
Would you like to see yourself? I can send the credentials.
Thanks.
-
January 20, 2016 at 6:52 am #5669
SteveKeymaster@vgrch– You’re the only one who has reported this issue, so I’m thinking there was an issue with the download. Please deactivate and delete the Piklist plugin. Make sure you delete both versions. Then download again, and reinstall. That should fix.
-
January 21, 2016 at 2:32 am #5673
vgrchMemberRe-downloaded, re-installed (with deletion).
It runs well on my localhost (activated, no double navigation), but gives the same error online. If it’s related to the server, where should look the the solution?
Thanks.
-
January 21, 2016 at 3:57 am #5675
vgrchMemberUpdate:
On another installation: plugin activated, but now causes issues with another plugin, crucial for the business – MyCRED.
It gives 3 warnings:
Warning: Illegal string offset ‘expire’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 619
Warning: Illegal string offset ‘price’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 1050
Warning: Illegal string offset ‘status’ in /home/c/…/…/public_html/assets/plugins/mycred/addons/sell-content/myCRED-addon-sell-content.php on line 1053
I know by experience that expecting any help from MyCRED can last forever (still have some questions pending there), could you have a look please?
https://wordpress.org/plugins/mycred/
Thanks.
-
February 2, 2016 at 3:22 am #5826
nviableMemberHad the exact same problem.
I’ve been developing over the “understrap” framework.
-
February 2, 2016 at 3:35 am #5827
nviableMemberFunction “wp_nav_menu_updates” in includes/class-piklist-menu seems to be adding a span to the primary navigation as well.
add_filter(‘wp_nav_menu’, array(‘piklist_menu’, ‘wp_nav_menu_updates’));
-
February 3, 2016 at 11:07 am #5836
SteveKeymasterKevin and I discussed, and we want to remove the entire
Piklist_Menuclass. Does the issue resolve itself if you delete the filepiklist/includes/class-piklist-menu.php?Does anyone see an issue if we remove this file from Piklist?
-
February 3, 2016 at 11:36 am #5839
nviableMemberThe issue mentioned in this thread does get resolved once I comment out the add_filter line.
i.e. add_filter(‘wp_nav_menu’, array(‘piklist_menu’, ‘wp_nav_menu_updates’));Not really sure what the purpose of it is though, I did resolve the issue visually with some CSS to just hide the non-caret classed spans inside anchor tags in the navigation.
Whether you keep the function or not, depends on the usefulness of it for the functionality of Piklist I believe.
Love Piklist in General though, such a life saver.
-
-
AuthorPosts
- You must be logged in to reply to this topic.