Creative Elements gallery and WebRotate360

mike90

New member
Hello everyone, I'm trying to place a 360 product photo in a product gallery created using "Creative Elements" module. I'm using Presta version 8.1.7 and the Classic theme. I know that I should put the proper CSS class name in the "Placeholder" field in the module settings, but my knowledge of CSS is poor and I blindly tried to enter different classes but with no positive effect.
Any ideas?

Regards Mike
 

ForumAdmin

Administrator
Staff member
Hmm, can you assign a class or id to a slide (a new slide you would add with a 360 graphic image) in the "Creative Elements" module?
 

mike90

New member
If I understand correctly, no.
I can add a css class but only to the entire module. I can't do this for individual elements.
 

mike90

New member
I added 360 graphics as you asked.
The only thing I managed to achieve recently is that if I put the ".swiper-slide-next" class in the "placeholder" field, the second image always changes into a 360 image, but it only works when the "In Popup: yes" option is selected.

I'm starting to think that it won't be possible to do this in the form I would like without writing a new add-on to "Creative Elements" containing a standard classic product photo gallery :(
 

mike90

New member
CSS:
.elementor-main-swiper .swiper-slide:nth-child(2)
"In Popup: no"

No effect

CSS:
.elementor-main-swiper .swiper-slide:nth-child(2)
"In Popup: yes"

Second image replaced by 360image but the image in the slider remains unchanged (it does not change to a 360 icon).

If I use only
CSS:
.swiper-slide:nth-child(2)
"In Popup:no"
No effect

"In Popup:yes"
Second image turns into a 360 icon and after clicking it opens in a popup window.
 
Last edited:

ForumAdmin

Administrator
Staff member
Apologies for the late reply, Mike! Please consider this approach instead which is also a Prestashop store with a custom gallery:


I.e. add an extra image element next to the gallery with 360 graphic and attach webrotate's popup mode to it. The alternative is customizing your gallery to work with our plugin which is not trivial.
 
Top