-
AuthorPosts
-
April 9, 2016 at 7:45 am #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.
ridconApril 10, 2016 at 6:42 am #610737Hi 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,
RikardApril 10, 2016 at 2:14 pm #610787Hi 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,
ridconApril 12, 2016 at 7:31 am #611705Hey!
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,
IsmaelApril 13, 2016 at 9:32 am #612511Hey 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
ridconApril 14, 2016 at 5:59 am #613476Hi!
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!
IsmaelApril 14, 2016 at 8:50 am #613595Hi 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
ridconApril 18, 2016 at 5:51 am #616032Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.