Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #708271

    Hi Enfold Moderators,

    I am using Enfold’s Easy Full Width Slider and I want to remove it on mobile devices because it’s always showing something I don’t want to see. I tried a lot of Quick CSS code’s from the forum questions. But it doesn’t work on my iPhone. Everytime I delete history and cookie’s but always the Easy Full Width Slider shows up on my mobile. I tried the code’s below. What am I doing wrong?

    @media only screen and (max-width: 767px) {
    .avia-fullwidth-slider { display: none; }}

    @media only screen and (max-width: 767px) {
    .avia-slideshow { display: none !important; }}

    @media only screen and (max-width: 1024px) {
    .avia-fullwidth-slider { display: none; }}

    @media only screen and (max-width: 1024px) {
    .avia-slideshow { display: none !important; }}

    Greetings from Marcel

    #708278

    Hey Marcel!

    Please refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Cheers!
    Yigit

    #708348

    Hello Yigit,

    Thanks for the quick message. Ik made the change in functions.php, gave the easy slider on my homepage a name in the ‘extra custom’ field and paste the code in the Quick CSS. But nothing happened. Have I forgotten something? I made a account for you so if you want you can take a look.

    Cheers, Marcel

    #708350

    Hi!

    Login credentials are not working for me. Can you please check them once again?

    Best regards,
    Yigit

    #708358

    Hi Yigit,

    I don’t now the issue, but they work fine. Maybe the URL? Please try again with the URL in the private content.

    Marcel

    #708364

    Hi!

    You had one extra closing curly bracket in your custom CSS code, i removed it. Please flush browser cache and review your website now.

    Cheers!
    Yigit

    #708365

    Hi Yigit,

    THANKS!!!!!!!!! Now it works. :-)

    Cheers, Marcel

    #708369

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove Easy Slider Full-Width only on mobile devices’ is closed to new replies.