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

    Hi, Is there a way to show a different featured image slider on mobile version of my site? I tried this solution , obviously changing CSS class and the respective Quick CSS code, but my result is a duplicate slider. Is there a simple solution for this task?Thanks

    #755415

    Hey aka-alex,

    You can add two slider sections in the advanced editor, and simply choose to hide one on the desktop, while hiding the other on mobile.

    Best regards,
    Jordan Shannon

    #755444

    Hi Jordan and thanks for the answer. Unfortunately there is only the option to hide the content on mobile, in this case I have a single slider on mobile but there are still two on desktop version. Can you help me? Thanks

    #755505

    Would you be able to provide your admin login info so that I can investigate this further?

    Best regards,
    Jordan Shannon

    #755582

    All that you need is below, Jordan!

    #756173

    Hi,

    Thanks for that, though I think you forgot to post the URL of the site? Please include that as well.

    Best regards,
    Rikard

    #756334

    HI Rikard, Thanks

    #756637

    Hi,

    Are you able to load the Advanced Layout Builder at all? Please test. If not I would recommend trying to deactivate plugins to see if one is preventing it from loading. We need the ALB to load before we can troubleshoot the image slider.

    Best regards,
    Jordan Shannon

    #756687

    Hi, Jordan!
    Please try again. The plugin that caused issues has been disabled by me. You have full power on Advance Layout Builder from now on.

    Best regards,
    Mario

    #756732

    Hi!

    We added the following css code in the Quick CSS field.

    @media only screen and (min-width: 990px) {
        .only-mobile {
            display: none !important;
        }
    }
    
    @media only screen and (max-width: 990px) {
        .only-desktop {
            display: none !important;
        }
    }

    And then created a test page here:

    // http://www.decimagames.it/test-sliders/

    Please update the theme to the latest version, 4.0.

    Cheers!
    Ismael

    #756967

    Thanks for all! You have done a great work for me! I’ve tried it before more than once but something had gone wrong . Thanks again men.

    #757165

    Hi,

    I am glad that this was able to get worked out for you! If you have any additional questions please don’t hesitate to contact us.

    Best regards,
    Jordan Shannon

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