Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Last version causes double navigation menu #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.

    in reply to: Last version causes double navigation menu #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’));

    in reply to: Last version causes double navigation menu #5826
    nviable
    Member

    Had the exact same problem.

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

Viewing 3 posts - 1 through 3 (of 3 total)