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

    Hi Team Kriesi,
    for the starting page i have 1 slideshow for desktop and the same for mobile.
    to get better results on pagespeed for the mobile slideshow i resized the ‘entry without sidebar’ to
    786×533 (cause it is in the list of image-sizes in the slide-show options).
    But it looks like there is somewhere a bit of code, which says – dont take pics under 1200 into this list – cause now
    the size ‘entry without sidebar’ is not visible anymore.
    How can i make a slideshow for mobile with pics sized 786×533?
    Thanks in advance.

    #878181

    Hey xxtita,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #879024

    Hi Victoria,
    2 pics –
    1st – leavin media-size ‘entry_without_sidebar’ as it is – 1210×423 – showing up in full-width slide-show
    https://imgur.com/a/OyudL

    2nd – changing media-size to 768×533 for mobile version – not showing up in full-width slide-show
    https://imgur.com/a/Mx41n

    Link to website

    regards

    • This reply was modified 7 years ago by xxtita.
    #879026

    oops, 2nd link is wrong
    https://imgur.com/a/Mx41n

    #880018

    Hi,

    The slideshow only accept thumbnails that are more than 1000px in width. You can find the logic in the config-templatebuilder > avia-shortcodes > slideshow_fullsize.php file, line 632.

    "subtype" =>  AviaHelper::get_registered_image_sizes(1000)	
    

    Best regards,
    Ismael

    #880134

    Always a pleasure,
    works fine,
    thanks a lot

    #880368

    oh, just one more question –
    and how can i make the same with the fullscreen slideshow?
    I tried this code – slideshow_fullscreen.php
    “subtype” => AviaHelper::get_registered_image_sizes(750, true)
    but does not work as expected.
    Any ideas?

    #881029

    Hi,

    It should work the same. Did you refresh the page after the modification?

    Best regards,
    Ismael

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