Archived topic
Page Builder slider 'grows'
9 replies · Started by Reto Suter on October 31, 2016
Hi
I use GP with the siteorigin PB and have 'growing' sliders and hero images.
It doesn't happen with the vantage theme but with GP.
The images in the slider or hero have all the same size.
See dev.vtag.ch
Any ideas?
Cheers
Reto
Is there a specific page I should be looking at? Not seeing anything out of the ordinary.
Let me know :)
Hi Tom
Did set the wrong Starting Page, sorry. You should see the growing frames now.
It just happen at the first time the frame reloads a new picture.
After that it doesn't change anymore.
Regards
Hmm, I see it - very subtle.
Looks like a setting in the plugin itself, have you asked the plugin developer yet?
Yes, but not all support is as fast as yours :-)
I did ask you because it does happen with the GP Theme, but not with the Vantage-Theme from Siteorigin.
Watching the HTML, the height of the element changes from 700px to 705px using javascript, so it must be inside their code somewhere.
While you wait for them, look through the plugin options for anything mentioning flexible height etc.. might be worded differently.
Hi Tom
The Answer from Siteorigin is here:
The issue is caused by a theme conflict. You have two options of resolving this issue.
Option A: Setting change (may affect other issues)
Please navigate to WP Admin > Settings > Page Builder and open the Widget tab. Untick the Add Widget Class setting.Option B: Add CSS
Please navigate to WP Admin > Appearance > Custom CSS and add the following CSS:
.widget.widget_sow-layout-slider ul li {
padding-bottom: 0;
}
Option A works. Do you expect other issues with Option A? What Option should i prefer if i stay with GP?
Regards
Reto
Either of those options should work and not cause any other issues.
Let me know if you run into any trouble :)
perfect, thank you!
No problem :)