Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1190045

    The settings in Content->Style were ignored and the Font Size of the caption remains always the size for the desktop versione that is 44px for the title and 34px for the text.. I try to set different sizes for tablet landscape but nothing change..

    There are some snippet in Quick CSS about EasySlider Caption, I don’t know if are related..

    Thank You very much

    #1190048

    Hi,

    I checked your page but it is working correctly. I attached a screenshot in private content field below.
    Could you please flush browser cache and check once again?

    Best regards,
    Yigit

    #1190067

    Hi Yigit flushed cache but nothing change, in tablet landscape view fonts are too big.. I do not understand the screenshot.. The HOME-BANNER is a test to put it on the homepage..

    Thank You very much

    #1190453

    Hi,

    I wanted to show that mobile styles are actually working in my previous screenshot. I attached another screenshot from my iphone in private content field.

    Could you please post a screenshot and show it looks on your end? I am not able to reproduce the issue so far.

    Best regards,
    Yigit

    #1190461

    Hi Yigit,
    on mobile phone or small tablet portrait the layout of the slider is the mobile one that is different from the desktop view but when the view is in tablet landscape the font size remains big as in the desktop view and not resize as indicated in the setting of the caption.. See the screenshot..

    Now is all published on the home page..

    Than You very much

    #1190466

    Hi,

    That was because you have not defined font size for tablet landscape mode. I just edited your test home page and defined them. Please review your website :)

    Best regards,
    Yigit

    #1190470

    Hi.. Try with different browser but nothing changed..

    You’ve edite the slider in the page in private data..?

    Thank You very much

    #1191738

    Hi,

    Did you add another Fullscreen Slider for mobile view? You can just edit the font size for different screen sizes in the slide’s Styling > Font Sizes toggle as @Yigit suggested above.

    Best regards,
    Ismael

    #1191740

    HI Ismael, the screen is different for mobile phone and for tablet portrait but for tablet landscape appears the same of desktop view but the font in the caption does not resize also if are setting with a smaller size..

    #1191779

    Hi,

    Yes, I edited the slider at very top in your test page. I just edited your 2nd slider as well. Could you please check once again?

    You chose to hide 2nd slider on desktop and display it on mobile however font sizes were not defined for it.

    Best regards,
    Yigit

    #1191795

    Hi Ygit, apologize me but in Tablet landscape view the caption fonts are still too big..

    #1191804

    Hi,

    No worries at all! We are here to help you solve the issue :)

    Do you flush browser cache on your tablet? Since I do not have an actual tablet, I am trying to resize browser window and can see font sizes are changing. I will ask my teammates to check your website on tablet. Please kindly wait to hear from us :)

    Best regards,
    Yigit

    #1191980

    Hi,

    I’m seeing the #coronavirus area is cut off? Try the following in quick css:

    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    .av_slideshow_full .container.caption_container {
        position: relative;
        top: -60px!important;
    }}

    Best regards,
    Jordan Shannon

    #1191986

    Hi all.. Previously I see the tablet landscape view in the Chrome and Firefox developer view but checking the site in a tablet the view appears correct in landscape.. The problem was just that the size of caption fonts does not resize in tablet landscape view but now it seem right..

    Thanks

    #1192028

    Hi,

    Glad it is right! It was probably because mobile sliders caption sizes were default.
    If you run into that issue again, feel free to start a new thread and we will look into it :)

    Best regards,
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Easy Slider Caption Text not responsive in Tablet Landscape view’ is closed to new replies.