Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1253485

    Hello together
    I have created a page:

    There I created a layer slider.
    My question
    This slider is currently available as fixed size
    it is possible to leave this setting only for the desktop table.
    Is it possible on Tabelets and in Mobile this slider
    in reponsive display?

    Many thanks in advance

    Friendly greetings
    Franz

    #1253829

    Hi Franz,

    Layerslider has an option to hide it in mobile.
    I would suggest using a layerslider on the desktop and then for mobile devices use another slider in which you hide it on desktop but show in mobile devices.
    I hope this workaround helps.

    Best regards,
    Nikko

    #1253835

    Hallo Nikko
    Many thanks for your answer
    But how do I do it the other way round
    how can I say hide on the desktop

    friendly greetings
    Franz

    #1253859

    Hi Franz,

    Layerslider doesn’t provide that option, the only workaround I could think of is using a web inspector to hide it via CSS.
    If you’re not familiar with using web inspector and/or CSS then we can help with it, but we’ll need see the page and inspect it since the layerslider ID is randomly generated.

    Best regards,
    Nikko

    #1254243

    Hello Nikko
    Thank you very much
    Here the access data

    my wish
    the on the start page mobile the Slider
    valuenalopp-mobile
    is displayed

    kind regards
    Franz

    #1254556

    Hi Franz,

    Thanks for giving us admin access.
    I have added the mobile slider then added this CSS code in Quick CSS (located in Enfold > General Styling):

    .home #layer_slider_2 {
      display: none;
    }
    
    @media only screen and (max-width:767px) {
      .home #layer_slider_1 {
        display: none;
      }
    
      .home #layer_slider_2 {
        display: block;
      }
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1254582

    Hallo Nikko
    vielen herzlichen Dank

    this now fits perfectly with the home (first page) page

    now I have created some new layersliders with the option on mobile = hidden

    but they are still displayed on the mobile device.

    can extend the css you created so that they are not shown?

    thanks a lot in advance

    kind regards Franz

    #1254619

    Hi Franz,

    I have checked it and the code was removed.
    I just added it back and made a slight tweak, please try to check again.

    Best regards,
    Nikko

    #1254659

    Thanks a lot Nikko
    Now almost everything works.

    Only on the iPAD I get full width horizontal nothing.
    See printscreen: offen

    When I turn on the bookmarks everything fits perfectly
    See Printscreen: lesezeichen

    many thanks in advance
    kind regards
    Franz

    #1254684

    Hi Franz,

    On your desktop layerslider I have disabled Hide on Mobile.
    The code I added on your Quick CSS should do the job.
    I have checked it on my end and it seems to work properly, please try to check again on your site.

    Best regards,
    Nikko

    #1254696

    Thanks a lot
    the page home fits now super

    But when I look at the page club
    the slider is not shown in full size
    horizontally on the IPAD
    when i take out the hide on mobile it will be displayed mobile.

    sorry
    tricky thing

    kind regards
    Franz

    #1254829

    Hi Franz,

    The code I used only applies to the homepage.
    Can you give us the link to the page club you mentioned?
    I checked on the main menu or in pages and I don’t seem to find it.

    Best regards,
    Nikko

    #1254838

    Hallo Nikko

    I do not understand what you mean.

    do you mean the customizer css

    thanks and
    kind regards
    Franz

    #1254845

    Hi Franz,

    I was referring to this:
    But when I look at the page club
    the slider is not shown in full size

    I think I misunderstood it. Can you give us a screenshot of the remaining issue?

    Best regards,
    Nikko

    #1254866

    thanks for your answer

    it is the same problem as with the home page (start)
    all other pages without slider

    Only with IPAD!

    thanks and greetings

    #1254903

    Hi Franz,

    I have checked it on iPad as well and I don’t see the issue again which I have also seen (similar to the screenshot you posted) before I have made the changes.
    Can you try to clear the browser cache?

    Best regards,
    Nikko

    #1255021

    Sorry Nikko
    that I only now announce myself

    cache I have deleted
    still not working

    it is possible that I have an old Ipad.

    kind regards Franz

    #1255172

    Hello Nikko
    Thanks for everything
    I think my IPAD is too old to show this.
    My iOS version is 9.3.5
    when I look at it vertically everything fits

    Thanks for your efforts
    Great support with you!

    You can close this request.

    friendly greetings
    Franz

    #1255179

    Hi Franz,

    We’re happy to hear that :)
    Thanks as well for using Enfold and we appreciate your kind words.
    Have a great day!

    Best regards,
    Nikko

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Fixed size or in reponsive ?’ is closed to new replies.