Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1162387

    Hello dear Kriesi team,
    first of all thank you for your great support, which I appreciate very much.
    I have a problem with Layerslider WP. I would like to show two versions: On smartphone and desktop two different versions of the layer slider.
    I helped myself with this code because I had found in the forum.

    @media only screen and (min-width: 768px) {
    .only_mobile { display: none !important; }
    #layerslider_24 { display: block !important;}
    #layerslider_25 { display: none !important;}
    }

    Unfortunately, it does not work in conjunction with WPML. On the English side of the slider is displayed, but not on the German side. The problem occurs especially in Safari on the desktop, on the iPad and on an iPhone. It seems to work in Chrome and Firefox.
    Can you help me?

    Many thanks

    Best regards
    Jürgen Winnerl

    #1162578

    Hi,
    I have temporarily removed the code in Quick-CSS.

    @media only screen and (min-width: 768px) {
    .only_mobile { display: none !important; }
    #layerslider_24 { display: block !important;}
    #layerslider_25 { display: none !important;}
    }

    The problem still remains that on some browsers (especially Internet Explorer and Safari on desktop and Iphone), the layer slider WP on the start page is not loaded. If you switch to the English version of the homepage, the slider works. Is that due to WPML?

    What’s strange, on Chorme and Firefox, the cookie message is shown below, but not in Safari (desktop and iphone).

    Many thanks

    Best regards
    Jürgen

    #1162602

    … the problem was solved in another tread. It was the Enfold theme and Cookie Consent.

    Thank you very much
    Greetings Jürgen

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with Layerslider WP’ is closed to new replies.