Search only works from home

Home Forums Gillion Theme Search only works from home

Home Forums Gillion Theme Search only works from home

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • prophet224
    Participant

    Hi all!
    Looked around here, disabled plugins, still having the same problem. My search bar only works from the home page. On other pages it’s like the search button doesn’t know what to do. I get no popup even.

     

    On home page:
    Click icon, popup appears, enter search text, hit enter, search page with results appears.

    Anywhere else:
    Click icon, URL bar adds a ‘#’, no popup appears.

    Site is at http:\\www.livefit.net , it’s just the magnifying glass icon at the top (not that everyone here doesn’t know that but just in case).

     

    Thank you!

    – Matt

    Hi Matt,

     

    Sorry to hear of the problem you are having.

     

    This seems happening because of the javascript code added in your below child theme file.

     

    /gillion-child/js/scripts.js

     

    The code is as following so please resolve the error to make search work.

     

        $(window).load(function () {
            $('.flexslide-postcategories ').flexslider({
                animation: "slide",
                controlNav
                : false
            });
        });

     

    Best regards,
    Shufflehound team

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