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

    Hi,
    I have three questions.
    1. I want to add some new picture sizes in the selection of the Slide-Show (Volle Breite).
    At the moment there are only: ‘No Scaling..’, Large,Featured, Featured Large, Extra Large, Entry without sidebar, Gallery Big1
    There should appear more sizes which I adjusted in simple image size.

    2. How can I adjust the minimum hight of the Slide-Show

    3. How can I adjust the background color of the slideshow?

    Thanks a lot in advance.
    ridcon

    #610737

    Hi ridcon,

    1. What additional sizes would you like?

    2/3. Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #610787

    Hi Rikard,

    here is the link to our site.

    I would like to add picture sizes like 1030px x 800px. Where can I add these sizes so they are offered in the picture size selection in the Slide Show.? I like this picture relation because of the advantage that the pictures are not so low on mobile devices.

    Regarding the backround color, at the moment I control the bg color with a 1 px gif picture (red)

    Thanks,
    ridcon

    #611705

    Hey!

    Did you install the simple image size plugin? You can modify the size of the available thumbnails in the Settings > Media panel.. For example, you can adjust the “Large” thumbnail size to 1030x800px.

    Change the background with css:

    #full_slider_1 {
        background: yellow !important;
        background-image: none !important;
    }

    Turn on the custom css class field if you want to use a unique selector: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #612511

    Hey Ismael,
    thanks for the great Support. Nearly everything is fine.

    One more question. I use simple Image size. If I add a new Image size in simple Image size I only see this Image in the selection of the full witdh slider when the width of the Image size is larger than 1000 px (width >1000px).

    Where can I Change this?

    Thanks and best regards
    ridcon

    #613476

    Hi!

    It’s possible but you have to modify the config-templatebuilder > avia-shortcodes > slideshow_fullsize.php file. Look for this code around line 552:

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

    Do you really need to add another thumbnail? There are already 5 thumbnail sizes available.

    Cheers!
    Ismael

    #613595

    Hi Ismael,
    thanks again.

    I think I need another size because of my problem with the very low Pictures on mobile devices.

    If I take a size like 1530 x 430px it Looks nice on Desktop but is extrem low at mobile devices and the caption text is no longer readable.

    Do you have another suggestion? Should I take another media element?

    best regards
    ridcon

    #616032

    Hey!

    Insert another slider specifically created for mobile. Toggle the display of these sliders with css media queries: http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

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