Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #105985
    msoft
    Participant

    I’m using the Catch Base theme and the mobile menu is not working. The “hamburger” icon is visible but nothing happens when clicking. I have tried disabling all plugins but no change.

    Site:
    http://bilexpoab.se/hem/

    BR,
    Micael

    #105991
    Mahesh
    Participant

    @msoft: Have you tried disabling all the plugins? I checked your site and and some plugins are still active. Or have you modified/customize the theme? The menu in the theme on our server is working fine. Let me know further.

    Regards,
    Mahesh

    #106000
    msoft
    Participant

    Hi Mahesh,
    Thank you for your answer. Now, all plugins are deactivated again but the menu still does not work.

    I have modified the theme via the WP control panel only, under “Appearance”>”Customize”.

    /Micael

    #106052
    msoft
    Participant

    Any hints on this or I need to start looking for another template?

    #106057
    msoft
    Participant

    Solved! Reason was that I included jquery on one of the pages.

    #106060
    Mahesh
    Participant

    @msoft: Great. You’ve resolved it by yourself. Have a nice day!

    Regards,
    Mahesh

    #106086
    msoft
    Participant

    Actually I can’t get my page (showing cars) to work without including jquery. Here is the code:

    <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js”></script>
    <script src=”http://access.bytbil.com/basicclassic/access/content/getcontent/1/access.iframe.host.js”></script><script&gt;
    $.noConflict();
    jQuery(function($) {
    var iframe = $(‘#accessFrame’);
    var iframeLoad = new Access.Iframe.Load({
    packageName: “nyarebil2015”,
    assortment: “AEyDUDIAIYAWDnkAAYcA!”,
    actionName: “Senaste”,
    parentUrl: window.location,
    idName: “objekt”
    });
    iframeLoad.load(iframe);
    });
    </script>

    <iframe id=”accessFrame” width=”300″ height=”150″ frameborder=”0″></iframe>

    The first row is causing the mobile menu to stop working but unfortunately it is needed for this page to work. Any other way to do this?

    #106090
    msoft
    Participant

    Solved again 🙂

    Replaced first line with:
    <script> $ = jQuery; </script>

    I guess the already loaded jquery lib is used this way, avoiding conflicts.

    #106131
    Mahesh
    Participant

    @msoft: 🙂

    Regards,
    Mahesh

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Mobile menu is not working’ is closed to new replies.