Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Mobile menu is not working #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.

    in reply to: Mobile menu is not working #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?

    in reply to: Mobile menu is not working #106057
    msoft
    Participant

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

    in reply to: Mobile menu is not working #106052
    msoft
    Participant

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

    in reply to: Mobile menu is not working #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

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