Tagged: 

Viewing 13 reply threads
  • Author
    Posts
    • #5524
      vgrch
      Member

      Hello,

      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.

    • #5525
      Steve
      Keymaster

      @vgrch– can you send a screenshot?

    • #5530
      vgrch
      Member

      I attached 2 screenshots: how it’s supposed to be and right after Piklist activation.

      Thanks.

      Attachments:
      You must be logged in to view attached files.
    • #5643
      Steve
      Keymaster

      I can’t reproduce. Which version of Piklist are you using?

    • #5652
      vgrch
      Member

      0.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.

    • #5659
      Steve
      Keymaster

      @vgrch– Would you mind trying with the latest beta? You can download it here >

    • #5667
      vgrch
      Member

      It 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.

    • #5669
      Steve
      Keymaster

      @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.

    • #5673
      vgrch
      Member

      Re-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.

    • #5675
      vgrch
      Member

      Update:

      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.

    • #5826
      nviable
      Member

      Had the exact same problem.

      I’ve been developing over the “understrap” framework.

    • #5827
      nviable
      Member

      Function “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’));

    • #5836
      Steve
      Keymaster

      Kevin and I discussed, and we want to remove the entire Piklist_Menu class. Does the issue resolve itself if you delete the file piklist/includes/class-piklist-menu.php?

      Does anyone see an issue if we remove this file from Piklist?

    • #5839
      nviable
      Member

      The 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.

Viewing 13 reply threads
  • You must be logged in to reply to this topic.