Cannot specify pages for header slideshow
Autor: David D.
Visitado 1993,
Followers 2,
Compartido 0
In version 12 (and previous) I was able to create a gallery of images in the header where I could select what pages each image would or would not appear. Unless I'm missing something, I cannot do this in version 13 (my latest version). Is there a way to get this functionality back?
Publicado en
Sorry, only an IDEA post might help.
It is unfortunatly removed in V13.
see conversion manual: https://helpcenter.websitex5.com/es/post/154023
Best regards,
you could also go back to version 13, so someone who has a project created with the 12 does not have to change it. better to add instead of removing between one and the other version of the software.
google translate from***
potreste rimettere anche nella versione 13, cosi chi ha un progetto creato con la 12 non deve modificare. meglio aggiungere invece di togliere tra una e l'altra versione del software
Hello David
You are not the only one who misses the page-possibilty in slideshow. It is missing from V. 13 and has not come back in ver. 14.
There are more posts about this : https://helpcenter.websitex5.com/es/post/180988
Hope it will come back.
If you create an idea post I will give it a +.
Kind regards
John S.
Hi, something similar to version 12 can also be obtained with version 13, look at this link:
https://www.youtube.com/watch?v=9LQ0qhDYYTE
Hello Giuseppe
I have seen your video. I think it is not quite the same. In v.12 you can have a slideshow in the header - and - the slideshow can show a slideshow of different cars on page 1 that is about cars, a slideshow about boats that is on page 2 that is about boats and so on. I think not you can do this in ver. 13. Maybe in ver 14 as the menu now can be on pages, and you can have a "simple" slideshow in row-formats - but I think then you will abuse the background/row format possibility that you then no longer can use for its purpose.
I still would like the option back. It was/is a good feature.
Kind regards
John S.
It's not the same thing, in fact...
If you want a different slideshow for each page use a widget like "Swiper Animated Slider", place it in Row 1 of each page you want, than enter this custom code in the "Property" section of each page, the custom code expand the slideshow to full width (you may also enter custom code in "Step 1 Settings / Advanced / Seo Statistics and Code / Expert / Custom Code" but so you'll not be able to use in normal mode other Widgets or Objects that you place in Row 1 in those other pages where, for example, you don't want the full screen slideshow):
<style>
#imPageRowContent_1, #imPageRow_1 div[id^="imCell"] {
padding: 0;
width: 100% !important;
}
</style>
Using a graphics program, insert a text description directly on the photos that you will insert into "Swiper Animated Slider". Photos must have a width of 1920px and a height of approximately 600/700px (IMPORTANT! the same size as the photos you must enter in "Maximum Size" of the "Swiper animated Slider" widget)
The final result is this (see Home and About pages):
http://www.bozzasito10.altervista.org/multiheader02
Insert the custom code here 01
and than copy the custom code here 02