Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    Tom

    P.s. please take a look on the link.

    #947330

    With 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.

    #947377

    This topic can be closed, thx.

    #948445

    Hi,

    Thank you for updating and letting us know.

    Best regards,
    Basilis

    #950962

    Same problem here, is there a fix available?

    #951406

    Hi svu,

    Can you give us a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    #951553

    Private content

    #951690

    Hi 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,
    Nikko

    #951698

    This 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?

    #952510

    Hi 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,
    Nikko

    #952674

    Hi Nikko, thanks for this.

    It was indeed the following option:
    Disabling of template builder elements set to Always load all elements

    Kind regards,

    #953411

    Hi,

    Great, glad you found the cause of your problem. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.