Reputation: 61
I am using demo version of Estore WordPress theme for my eCommerce site. and it is working fine yesterday. but when i open it today the homepage product slider height increases insanely long and other widgets are also not loading properly.
Url to site.
http://www.oriflamebeautyproducts.com/
Please help me to solve this issue because i can't understant that is it a theme issue or plugin issue..
Upvotes: 1
Views: 52
Reputation: 865
The problem is probably with your theme. Your theme is the Estore theme.
When I compared the HTML content of the element <div class="big-slider"></div>
I saw that alot of classes & inline styling was missing from the elements inside.
I guess the theme folder that is currently on your webserver is incomplete. With sliders its very common that javascript will add inline styling and classes to add the layout dynamically. I suggest you sync it with the original version. When the current website provided is the live domain I suggest you make a back-up first.
Upvotes: 2