Forum Replies Created
-
AuthorPosts
-
Dear Rikard, we are done, you can close.
Question: Is this an outsourcing “Call-Center” helping forum?Cheers!
Dear Ismael, I have found the problem: In the slider settings I had set a value to hide the slider only at iPhone resolution. This feature probably works with JS and moved the anchor position.
s. https://drive.google.com/file/d/0By7Jvq2HdAPIclUyeE1DeGdlTHM/viewI fixed it with CSS.
@media only screen and (max-width: 767px) { #layer_slider_1 { display:none;} }
For using the mobile menu on higher resolution, I have found the the CSS Snippet.
http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/@number one problem: I had added the ID “#top” in the Home link menu, to going on top without reload. This caused the conflict.
https://drive.google.com/file/d/0By7Jvq2HdAPIcU1PRTh0MGdZakk/viewOnly two problems left. :D
For the problem number two, I have set a little snippet to hide the mobile menu by clicking everything. This working for me.
jQuery("body").click(function() { jQuery('#advanced_menu_hide').click(); //alert('click'); });
You have understand the other problems?
I have all the extensions turned off, but without any success.
Dear Andy, I had sent it as private content.
Screenshots:
https://drive.google.com/open?id=0By7Jvq2HdAPIdGpISFVnVHZfSG8- This reply was modified 9 years ago by JohnTC.
-
AuthorPosts