Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #766396

    Hey guys, so I updated the latest WP.
    Updated to the latest Layer Slider (purchased license).
    And well, nothing is aligned anymore, even though the settings appear so.

    Any thoughts would help!
    Justin

    #767043

    Hey Justin,

    Please describe in more detail the issues you’re experiencing and on which page?

    Best regards,
    Victoria

    #767052

    Hi Victoria … would you mind reviewing the link included includes? It’s just the homepage slider. You will see everything is off-centered. Thanks!

    #767172

    Hi Justin,

    This is a bug when using layerslider on a boxed layout. We have already reported this to Kriesi and our devs. The fix for this atm is on Layerslider WP, edit the slider then go to Slider Settings > Layout then set it to Fixed Size.

    Best regards,
    Nikko

    #767527

    Thanks Nokki. Setting to a ‘Fixed Size’ does no good for the mobile version of the slider…since it doesn’t respond.
    Naturally, the most logical setting that comes to mind is this: https://js-interactive.com/slideset.png

    Yet it continues to produce the same results. Off-centered, etc.

    #768616

    Hi,

    Yes, I agree that fixed size isn’t a good solution since it isn’t responsive. There is a workaround that I think should work, if it’s okay that you would use 2 sliders (one for desktop using fixed size and one for mobile using responsive), basically you need to duplicate the layerslider then modify it to use fixed size (if the other one is already using responsive) then on put another layerslider in the page, make sure that the fixed size layerslider is on top of the responsive and on Quick CSS (located in Enfold > General Styling) add this css code:

    #layer_slider_2 {
      display: none !important;
    }
    
    @media only screen and (max-width:1309px) {
      #layer_slider_1 {
        display: none !important;
      }
    
      #layer_slider_2 {
        display: block !important;
      }
    }

    I hope this workaround is good until this will be fixed.

    Best regards,
    Nikko

    #771262

    With the last update I was really hoping for a fix here: https://awawisconsin.com/
    Everything online remains off-centered (desktop), while everything on the slider is set correctly.

    #773666

    Hi,

    Please post the login details to the site so that we can do a few tests. Or try this code in the Quick CSS field.

    .boxed .avia-layerslider .ls-wp-container, .boxed .avia-layerslider .ls-wp-container .ls-slide-backgrounds .ls-bg-outer, .boxed .avia-layerslider .ls-wp-container .ls-slide-backgrounds .ls-bg-wrap, .boxed .avia-layerslider .ls-wp-container .ls-slide-backgrounds .ls-bg-wrap img {
      width: 100% !important;
      max-width: 100% !important;
    }

    Best regards,
    Ismael

    #774041

    Ismael, here you go.
    let me know when ready. I have to disable the Firewall unless you can give me an IP to whitelist.

    #774817

    Hi!

    I’m sorry but we don’t provide such information here. Please disable the firewall temporarily.

    Best regards,
    Ismael

    #777869

    Having same problem as Justin. Content off center and shifted to the right. Enfold 4.0.5 Boxed layout, layer slider v6.3.0
    Broken live site –
    Dev site with theme 3.8.5 –
    Tried the fixes above. Not working very well.
    thx in advance.

    #top .avia-layerslider .ls-wp-container { 
        margin: 0px auto 0px -184px !important;
     } 
    .boxed .avia-layerslider .ls-wp-container, .boxed .avia-layerslider .ls-wp-container .ls-slide-backgrounds .ls-bg-outer, .boxed .avia-layerslider .ls-wp-container .ls-slide-backgrounds .ls-bg-wrap, .boxed .avia-layerslider .ls-wp-container .ls-slide-backgrounds .ls-bg-wrap img {
      width: 100% !important;
      max-width: 100% !important;
    }
    • This reply was modified 7 years, 7 months ago by pixeled.
    #778357

    Hi!

    Please provide the link to the actual page so that we can inspect it. Where did you get the following css code?

    #top .avia-layerslider .ls-wp-container { 
        margin: 0px auto 0px -184px !important;
     } 

    Cheers!
    Ismael

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