-
AuthorPosts
-
September 29, 2014 at 6:13 am #326316
Hello – on mobile devices, or when you minimize the browser window to the size of a mobile device, there is dead-space below the slider. I do not have this issue on any other sites that are running Enfold. Can you help?
September 29, 2014 at 2:11 pm #326536Hey marcellettim!
Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png
Cheers!
YigitSeptember 30, 2014 at 5:44 am #326999Didn’t work.
September 30, 2014 at 2:33 pm #327234Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) { div#layer_slider_1 { height: auto!important; }}
Cheers!
YigitOctober 1, 2014 at 12:32 am #327771Okay, that worked. Also, I am noticing some inconsistencies on other devices. When I view the site on a tablet or larger screen, the header menu is bleeding into the slider… My laptop looks fine. How do I make consistent across all devices?
October 1, 2014 at 9:29 am #327910Hi!
Please go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation setting. This will show the mobile menu earlier, specifically on tablets or iPad.
Cheers!
IsmaelOctober 2, 2014 at 4:42 am #328637That didn’t do anything. Here are the 3 versions of what I’m getting. Mobile is fine.
(Macbook laptop)
https://docs.google.com/a/webstudsinc.com/file/d/0BxZTitxKarFadXhYUTRPT1ZxOUU/edit
(iMac desktop)
https://docs.google.com/a/webstudsinc.com/file/d/0BxZTitxKarFaQUtfa1lGdHlCcEk/edit
(iPad tablet)
https://docs.google.com/a/webstudsinc.com/file/d/0BxZTitxKarFaSmk4VVhNY1gydE0/editHow do I get them all to look like the Macbook?
October 2, 2014 at 10:55 pm #329315Hi!
It looks like there are some errors with the javascript of the theme. It is typically caused by a conflict with a plugin or a broken file when uploading.
Try deactivating all active plugins after you have cleared the cache of W3TC and then see if that helps.
Cheers!
DevinOctober 20, 2014 at 11:18 pm #338738That didn’t do anything, sorry.
October 21, 2014 at 8:04 am #338860Hey!
Please use this on Quick CSS or custom.css to adjust the size of the main menu on smaller screens:
@media only screen and (max-width: 1140px) { .av-main-nav > li > a { padding: 0 8px; font-size: 11px; } }
Regards,
IsmaelOctober 21, 2014 at 7:16 pm #339203It looks better, but the “Contact” menu item is still bleeding into the slider. I tried making the text smaller to fit it in, but even going all the way down to 1px didn’t change it. More importantly, on my iMac, “credit repair,” “blog,” and “contact” are all bleeding to the slider.
October 23, 2014 at 12:54 am #339857 -
AuthorPosts
- You must be logged in to reply to this topic.