- Posts: 54
- Thank you received: 0
Weird layout problem in product column view
- geocentricdesign
-
Topic Author
- Offline
What's that all about? It's like there's products there but they are not displayed in some places.
Please Log in or Create an account to join the conversation.
Actually, since not all your products have the same height, the products on the line below get moved to the right. That's why we had a height there
We might do this change on or and so users will have one less option in the module options but will still be able to add a height with the CSS.
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
I added the heights back in the views and it fixed the Desserts layout. I'm finding it cumbersome to weed through php code to find inline styles and tables, which are outdated ways of coding. There are also display differences between IE, FF and Chrome where the product images overlap the titles. You can see what I mean by surfing my site greenbuffalofood.com/shop. Also, I can't find how to add a title to my Desserts page. I've looked everywhere, so it seems.
Please Log in or Create an account to join the conversation.
Since there is an option to change the height of item boxes it has to be inlined and can't be in a CSS file. We just release a new version of HikaShop where we removed this option and use this clear:both CSS after each line of the listing so that it works the way you want. On a side note tables and divs are both useful but for different things. Inline CSS is in most cases not a good thing. Now, we still keep some inline CSS for stuff dynamic or if the user shouldn't change it like the clear:both because that would break the display of the view and would result in the problem you got.
I looked at your pages with Firefox, IE and Chrome and didn't see an image overlapping a title. Could you give a URL where you saw it and with which browser ?
Concerning the title of the dessert page, I suppose you must have changed the title option in the HikaShop options of the menu displaying that page.
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
www.greenbuffalofood.com/shop/desserts/product/listing
This page has our desserts collapsed on top of each other. This is in FF and Chrome too.
Also all other pages have the products moved up overtop of the header title so you can only see a portion of it. In IE only.
Please Log in or Create an account to join the conversation.
The default value is 150px I think.
Now, if you use the new version I talked about, you should make sure that you removed any customization you did on those views. Because otherwise, the new views with the new system of display without height won't be used.
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- geocentricdesign
-
Topic Author
- Offline
- Posts: 54
- Thank you received: 0
Please Log in or Create an account to join the conversation.

But yes, it can probably be fixed with some CSS in your template.
Please Log in or Create an account to join the conversation.
Great then
Please Log in or Create an account to join the conversation.