• Resolved Lanie20

    (@lanie20)


    The menu bar is created with the plugin. I took over this site from another developer and now I can’t find how to change the menu link. I’m trying to change the “Franchise” link to https://eggsupgrillfranchise.com/ but there is not link in the accessibility section or the widget anywhere for me to change it. Am I looking in the wrong place??

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hello @lanie20,
    I had a look at your site and it seems that the links were added via javascript and not directly inside the widget content.

    Check the file /wp-content/themes/eggsup_2018/js/main.js around line 354:

                    $("#nav-shop").on("click", function ( event ) {
                        if ( event.target.nodeName != 'A' ) {
                            window.location.href = 'https://eggsupgrillfranchise.com';
                        }
                    });
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t find how to change link’ is closed to new replies.