Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1012487

    Mobile menu does not work on phone. works on computer when shrunk. I have tried all the solutions i could fine on the website. Seems if Javascript not working when on phone. I have not compressed files, have turned off plugins etc.
    This seems to be a recurring issue. Please help asap.

    #1012536
    #1012565

    it is already added to a location. it worked until recently.

    #1012649

    Hi bigideasonline,

    Thanks for the login details, though they seem to not be working. Could you check and verify please?

    Best regards,
    Rikard

    #1013774

    Recreated the login. please try again

    #1014853

    Hello?

    #1014941

    Hi bigideasonline,

    Hmmm, there are no errors in JavaScript, and I see no customizations that could cause this.

    Best regards,
    Victoria

    #1014964

    Still no luck. I need to fix this. I have a friend with the same theme and there mobile menu is not working either. Works on desktop if you shrink it down, but not on phone. I have tried numerous settings, no transparent header, different size logos, no compression, turned off plugins, removed css, turned of any extra functions etc… etc… I need to fix this asap. Pleaseeeeeeeeeeeee help!

    #1015346

    anybody? this seems to be a common enough occurrence from reading the forum to investigate why this occurs and fix it.

    #1015582

    Hey!

    Sorry for the late response. I found the following error in the console and a quick search led me to a stackoverflow thread. It seems to be a bug in the jQuery UI core files.

    jquery-ui-1.8.11.custom.min.js:13 Uncaught TypeError: c.curCSS is not a function
        at set_list_container_height (avia.js?ver=4.4.1:868)
    

    // https://stackoverflow.com/questions/29298462/c-curcss-is-not-a-function-bug-from-jquery

    This code in the functions.php file removed that particular error.

    add_action('wp_footer', 'ava_curcss_fix', 9999);
    function ava_curcss_fix() {
        ?>
    <script>
        (function($) {
            $.curCSS = function(element, prop, val) {
                return $(element).css(prop, val);
            };
        })(jQuery);
    </script>
        <?php
    }

    Please check it again on your phone. Don’t forget to remove the browser cache or do a hard refresh prior to checking the page. Let us know if it helps.

    Regards,
    Ismael

    #1015584

    Hi,
    **It looks like two of us were working on it at the same time, and my results were misleading :)

    Best regards,
    Mike

    #1015793

    Great job. That worked. Thank you so much. Saved me again team!

    #1016077

    Hi bigideasonline,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.