-
AuthorPosts
-
April 8, 2014 at 7:52 pm #248930
Hi, I’m having issues with the shop-Page (sidebar)
The content of the sidebar is always below the main content, and I’m not able to put it to the right.
In a product-category its working fine. This problem only shows up on the shop-overview-page.I’ve found out, that the error only shows up, when I’m using a image on top.
I’m using a child theme and the latest versions of enfold & woocommerce.(I’ve also tried the normal enfold theme already)
Have you had any issues like this before?
thanks!
- This topic was modified 10 years, 7 months ago by Vabel.
April 10, 2014 at 7:44 pm #249901Hey Vabel!
Without an URL all i can do is guessing, what is probably happening is that the image overflows it’s container hence forces the sidebar to jump down, you could add the following code to avoid this situation on that particular image.
.the-image-that-overflows img { display: block!important; height: auto!important; max-width: 100%!important; }
Regards,
DavidApril 10, 2014 at 9:47 pm #249934This reply has been marked as private.April 14, 2014 at 12:30 am #250819Hi!
It sounds like you mean the sidebar on the single product page is showing under the image. This is exactly how it is supposed to show using the default theme options and code since the sidebar loads under the image and the single product page does *not* have a sidebar.
You can change the single product layout using the functions and example grid structure in the demo php snippet here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Regards,
DevinApril 20, 2014 at 12:08 pm #253578Hi, devin.
Thanks for your reply.
No, I’m not talking about the sidebar below the single product image. (but I’ll use that snippet as well ;-)The problem occured on the main shop-overview-page everytime I loaded a full-width image in the advanced layout editor.
Now I’m using a background image on all pages for the div #main, thats fine for me at the moment.regards, Lars
April 21, 2014 at 1:22 pm #253739Hi!
Thank you for the update.
I checked the shop page ( http://beta.vabelhavt.com/?post_type=product ) and the sidebar looks ok. It is not below the main content as describe on the previous post. Is this fixed?
Regards,
IsmaelApril 21, 2014 at 2:08 pm #253775Hi Ismael.
yes, seems to be fixed.
thanks, Lars -
AuthorPosts
- The topic ‘shop sidebar problem when using image on top’ is closed to new replies.