Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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?

    #326536

    Hey 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!
    Yigit

    #326999

    Didn’t work.

    #327234

    Hey!

    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!
    Yigit

    #327771

    Okay, 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?

    #327910

    Hi!

    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!
    Ismael

    #328637

    That 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/edit

    How do I get them all to look like the Macbook?

    #329315

    Hi!

    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!
    Devin

    #338738

    That didn’t do anything, sorry.

    #338860

    Hey!

    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,
    Ismael

    #339203

    It 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.

    #339857

    Hey!

    Thank you for the update. Please try to decrease the horizontal padding from 8px to 6px.

    Cheers!
    Ismael

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