Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #872849

    Hey there – I see a few people in the forum with a similar issue. E.g. – this thread https://kriesi.at/support/topic/enfold-app-demo-import/

    I am happy with desktop (all cells show and the scrolling effect is perfect) + iphone display (the images are hidden and text to the right adjusts to show in one column correctly). All great.

    But when viewing on Ipads/ipad pro the text to the right of the scrollable images remains in a half cell column and the images do not scroll.

    DESIRED OUTCOME: I am hoping to achieve a simple fix by just having the home page sliding images in the cells completely disappear – and the text cell adjust as one full width column as they do on an iphone.

    I’ve mucked around with the screen option settings on a copied test page but I’ve had no luck.

    I have added the link to the website homepage in private content area.

    Thank you!

    #873236

    Hey loudcow,

    I checked in the Safari iPad emulator, seems to be working and looking fine. Can you please attach a few screenshots or the screen capture of the things that do not work for you?

    Best regards,
    Victoria

    #873360

    Hey there Victoria – yes all fine on a simulator and when I decrease my window size on my browser the images disappear and the text aligns full width after a certain width – which is the desired outcome.

    But when looking on an ipad/ipad pro either landscape or portrait it does not display/scroll as it does on a full screendesktop. The text columns on the right hand side remain but then there’s just blank space and half of the last image on the 3rd section.

    On an iphone the image cells disappear and the text aligns full width – which would be perfect.

    I have attached screen shots via a dropbox link.

    • This reply was modified 6 years, 7 months ago by loudcow.
    #874410

    Hi,

    Thank you for the info.

    Please add the following css code to hide the cell on tablet view.

    @media only screen and (max-width: 1024px) {
        .responsive #top .flex_cell.av-hide-on-mobile {
            display: none !important;
        }
    }

    Best regards,
    Ismael

    #874424

    Ismael!

    Perfect. Thank you!

    #874955

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #874958

    YOu’re welcome to close it. Thank you.

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