Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1417729

    Hi,

    I have installed MightySlider on my front-page, which works fine with the normal main menu in desktop mode. Unfortunately, on a mobile device, the dropdown-menu (the three bars) doesn’t open. How can I fix that?

    Thank you!

    #1417834

    Hi kuba9991,

    The burger menu does not seem to appear on mobile, did you remove it?

    Best regards,
    Nikko

    #1417838

    Sorry, I was trying to fix this via quick css changes.
    Now the burger menu is visible again but doesn’t unfold on the front page. If you could take a look, please. Thank you!

    #1417860

    Hi,

    Thanks for the update. Could you try updating the theme to the latest version (5.6.6) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1417970

    I have upated the theme but the problem remains….

    Please note that I have edited front-page.php to the following to use MightySlider:

    <?php /*
    This page is used to display the static frontpage.
    */

    // Fetch theme header template
    get_header();
    /*
    require(‘fullscreen-slider-with-kenburns-effect.html’);*/
    ?>
    <iframe src=”fullscreen-slider-with-kenburns-effect.html” style=”display:block; border:none; height:100vh; width:100%; “></iframe>

    <!– This page is generated outside of WP by: /wp-content/themes/CURRENT-THEME/home.php –>
    <!– Your HTML Code Here –>

    #1417974

    Hi,
    If you remove this code does the mobile menu then work? I ask because it looks like you are also using the elementor plugin which could be causing the conflict.

    Best regards,
    Mike

    #1417983

    Yes, when I remove the code (e.g., by renaming front-page.php), it does work. I thought the problem might be caused by the iframe? But you are right, I am using the element or plugin, although not for the front-page. Any suggestions?
    Thank you,
    Holger

    #1417984

    Hi,
    Try adding the iframe code to a code block element at the top of the page. Perhaps the slider js is capturing the click instead of the burger menu?

    Best regards,
    Mike

    #1417985

    Could you help me how to do that? I am not familiar with code blocks, and also not sure what you mean by “top of the page”. Thank you!

    #1417986

    Hi,
    Try using the code block element from the Advanced Layout Builder
    Enfold_Support_3140.jpeg

    Best regards,
    Mike

    #1417989

    I tried this, still doesn’t work… I don’t think the slider is capturing the click, as clicking on the search icon next to the burger menu works. The burger menu just doesn’t open.

    <?php /*
    This page is used to display the static frontpage.
    */

    // Fetch theme header template
    get_header();
    /*
    require(‘fullscreen-slider-with-kenburns-effect.html’);*/
    ?>

    <section class=”avia_codeblock_section avia_code_block_0″ itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork”&gt;
    <div class=’avia_codeblock ‘ itemprop=”text”>
    <iframe src=”fullscreen-slider-with-kenburns-effect.html” style=”display:block; border:none; height:100vh; width:100%; “>
    </iframe>
    </div>
    </section>

    <!– This page is generated outside of WP by: /wp-content/themes/CURRENT-THEME/home.php –>
    <!– Your HTML Code Here –>

    #1417990

    Hi,
    Sorry I notice now that your code is php so that won’t work. When I click on the search icon it doesn’t open the ajax search field like it should, instead it preforms a empty search. I’m not sure why the slider is causing this.

    Best regards,
    Mike

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