• Resolved rpjludeke

    (@rpjludeke)


    I’m using the Fifty theme and when I select the Skewed Layout it looks great on desktop, but the image slider is hidden / not showing on mobile.

    Is there any way to set the layout to normal (Vertical Layout) on mobile devices, but keep the Skewed Layout on desktop?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hello @rpjludeke, Image slider should be below your content on mobile (if you set background opacity to 1) or under the content (if you set the background opacity lower than 1).

    Could you share your website so I can check what might be wrong in your setup?

    thanks Ales

    Thread Starter rpjludeke

    (@rpjludeke)

    Hi Ales,

    I understand that’s the way it is intended to work, but it isn’t working like that on all mobile devices. I can see that the slider is still supposed to be below the content section, but it is blank.

    You can take a look at the site https://www.kriterion.ai

    Plugin Author NiteoThemes

    (@niteo)

    Got it. I resolved this bug in the new update but it is not live yet..you can go ahead and insert this little CSS into CMP Settings > custom CSS to resolve that issue:

    @media only screen and (max-width: 1024px) {
    #slider-wrapper, #background-wrapper {
        z-index: -1;
    }}

    Ales

    Thread Starter rpjludeke

    (@rpjludeke)

    Hi Ales,

    Perfect! It’s working now thanks!

    Once the update is out, would I need to remove the css changes?

    Thread Starter rpjludeke

    (@rpjludeke)

    Hi Ales,

    I just tested this again on my main screen with a resolution of 2560×1080 (21:9) and on this resolution the desktop layout is broken. Could you suggest a fix please?

    Edit: It might be Safari. Tested on Chrome and it loads fine.

    • This reply was modified 6 years, 7 months ago by rpjludeke.
    Plugin Author NiteoThemes

    (@niteo)

    Hello, you can keep the CSS there even after the update.

    Regarding Safari on 2560×1080 layout, could you provide a screenshot please? – it looks OK on my screen ( 3440×1440 ), but I am running Windows so I cannot test Safari..

    thanks

    Plugin Author NiteoThemes

    (@niteo)

    Hello, any news or I can close the ticket?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Skewed Layout not showing slider on mobile’ is closed to new replies.