-
AuthorPosts
-
August 31, 2023 at 10:34 pm #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!
September 1, 2023 at 3:03 pm #1417834Hi kuba9991,
The burger menu does not seem to appear on mobile, did you remove it?
Best regards,
NikkoSeptember 1, 2023 at 4:09 pm #1417838Sorry, 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!September 2, 2023 at 9:25 am #1417860Hi,
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,
RikardSeptember 3, 2023 at 8:10 pm #1417970I 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 –>September 3, 2023 at 8:52 pm #1417974Hi,
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,
MikeSeptember 3, 2023 at 9:33 pm #1417983Yes, 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,
HolgerSeptember 3, 2023 at 9:37 pm #1417984Hi,
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,
MikeSeptember 3, 2023 at 9:41 pm #1417985Could 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!
September 3, 2023 at 9:48 pm #1417986September 3, 2023 at 10:42 pm #1417989I 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”>
<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 –>September 3, 2023 at 11:18 pm #1417990 -
AuthorPosts
- You must be logged in to reply to this topic.