Tagged: 

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

    Hi

    I have layer slider on my homepage which appears to work responsively and in iPad emulators but does not show on all the iPads I have tested.

    Can you help? The site is closed but details below:

    Many thanks

    #697614

    Hey philoakley!

    Thank you for using Enfold.

    Please set the user role to administrator so that we can check the slider settings and upgrade the theme to the latest version, 3.8. A screenshot of the issue will help as well. Use imgur or dropbox.

    Regards,
    Ismael

    #747612

    Hi I have made the user an admin. Can you help with this issue and also on ipad in portrait modes the mobile only content does not appear or line up? Many thanks.

    #747613

    Hey!

    Your slider was hidden on mobile. I turned it off. Please review your website now

    Regards,
    Yigit

    #747666

    Thanks Yigit, and sorry I missed that.

    I have a widget in the header how can I hide it when the burger menu comes on for mobile? Thanks

    #747670

    Hi!

    Here how media queries work

    You will have to target the media query and hide the widget on each screen size you want.
    Please let us know if you need further assistance.

    Best regards,
    Basilis

    #747673

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 990px) {
    #header .widget {
        display: none;
    }}

    Cheers!
    Yigit

    • This reply was modified 7 years, 9 months ago by Yigit.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.