Tagged: CSS, enfold, product list, woocommerce
-
AuthorPosts
-
April 26, 2018 at 2:22 pm #947288
Hi enfold team,
at first thx for your great enfold theme update. Our problem after the theme update is that the product list (av-catalogue-list) looks not fine. The product list is not showing in a row, it looks like a crashed table row.
What can i do? Is there an Css Code to display: block; or something)
Thanks in advanced and best wishes
TomP.s. please take a look on the link.
April 26, 2018 at 4:01 pm #947330With the follow css code i have repair the style of my product list.
.av-catalogue-list li {
list-style-type: none;
}.entry-content-wrapper li {
margin-left: 0em;
}But now i need a solution for the Image. The old design (before theme update) was perfect for our website. By the new design the image is now over text and not in a row with the text. How can it be change to the old design?
THX in advanced.
April 26, 2018 at 6:04 pm #947377This topic can be closed, thx.
April 28, 2018 at 8:52 pm #948445Hi,
Thank you for updating and letting us know.
Best regards,
BasilisMay 3, 2018 at 5:31 pm #950962Same problem here, is there a fix available?
May 4, 2018 at 7:39 am #951406Hi svu,
Can you give us a link to your site? so we can take a closer look.
Best regards,
NikkoMay 4, 2018 at 11:37 am #951553Private content
May 4, 2018 at 2:31 pm #951690Hi svu,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-catalogue-list img { float: left; }
Hope this helps :)
Best regards,
NikkoMay 4, 2018 at 2:44 pm #951698This is not working.
Nikko do you know what the original Product List looks like? If you take a look at the problem, you can see directly this floating to the left is never gonna solve the problem. :)
The image doesn’t get its proper size, also the styling of the Product List is gone. And more problems.Is this gonna be solved in next update?
May 7, 2018 at 6:38 am #952510Hi svu,
Can you try to go to Enfold > Performance then set:
CSS file merging and compression to Disable – no CSS file merging and compression
if that doesn’t help, try this also in the Performance setting:
Disabling of template builder elements set to Always load all elements
if that still doesn’t help then for the meantime add this css code in Quick CSS (located in Enfold > General Styling):#top .av-catalogue-container .av-catalogue-list li { list-style: none; margin-left: 0; clear: both; } .av-catalogue-title-container { position: relative; font-size: 1.3em; line-height: 1.4em; } .av-catalogue-title { padding-right: 60px; text-transform: uppercase; } .av-catalogue-price { position: absolute; right: 0; top: 0; }
then please give us temporary admin access, so we can check it further.
I couldn’t reproduce the same issue on my end so we can’t report it yet as a bug.Best regards,
NikkoMay 7, 2018 at 1:41 pm #952674Hi Nikko, thanks for this.
It was indeed the following option:
Disabling of template builder elements set to Always load all elementsKind regards,
May 8, 2018 at 3:34 pm #953411 -
AuthorPosts
- You must be logged in to reply to this topic.