Viewing 9 posts - 1 through 9 (of 9 total)
-
AuthorPosts
-
April 20, 2015 at 9:33 am #431164
Hello Guys,
On this site the mobile hamburger menu doesn’t show if there is a iframe in the page. I sent a page with a iframe and a picture of it on Iphone.
Greets!
Tim
April 20, 2015 at 5:18 pm #431433I already deactivated all the plugins but nothing chance..
April 21, 2015 at 3:06 pm #432041Hi!
Thank you for using Enfold.
How did you add the iframe? What’s the code? Please post it on pastebin.com. If it is from a third party plugin, please contact the plugin author for further help. Did you add any modifications in the child theme?
Regards,
IsmaelApril 22, 2015 at 12:27 pm #432721This reply has been marked as private.April 22, 2015 at 1:49 pm #432756This reply has been marked as private.April 24, 2015 at 2:33 pm #434105Hey!
Your mobile menu is set to display: none;
Use this code:@media only screen and (max-width: 767px) { .container #advanced_menu_toggle, #advanced_menu_hide { display: block !important; }}Hope this helps!
Cheers!
AndyApril 24, 2015 at 6:09 pm #434306This reply has been marked as private.April 25, 2015 at 6:31 am #434598Hi!
Please post the code in pastebin.com. What happens when you remove this line?
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js” type=”text/javascript”><script src=”//www.hypotheekbond.nl/javascript/original/f1_external.js” type=”text/javascript”>then place this in functions.php:
add_action( 'wp_enqueue_scripts', 'ava_custom_enqueue_scripts' ); function ava_custom_enqueue_scripts() { wp_register_script( 'f1-external', 'http://www.hypotheekbond.nl/javascript/original/f1_external.js'); wp_register_script( 'ajax-jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'); wp_enqueue_script( 'f1-external', 'http://www.hypotheekbond.nl/javascript/original/f1_external.js', array('jquery'), '1.0.0', true ); wp_enqueue_script( 'ajax-jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js', array('jquery'), '1.0.0', true ); }Best regards,
IsmaelApril 29, 2015 at 9:59 am #436555This reply has been marked as private. -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)
- The topic ‘mobile hamburger menu doesn't show with iframe’ is closed to new replies.
