Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #440201

    Hi

    My Menu Shopping Cart space between different items are freaked out and im not able to see a “remove item” button or symbol – tryed to fix this by myself for more then 2 hours but without any success

    I guess the problem is the following code, for some reason the space getting multiplied (2x)

    
    element.style {
        height: 88px;
        line-height: 88px;
    }
    
    <li>
    <a class="remove" title="Remove this Entry" href="xxxxx" style="height: 88px; line-height: 88px;">×</a>
    <a href="xxx" style="height: 88px; line-height: 88px;">
    <img class="attachment-shop_thumbnail wp-post-image" width="120" height="120" alt="c4" src="xxxx">
    </a>
    <a href="xxxx" style="height: 88px; line-height: 88px;">Test</a>
    

    bug

    please help me

    best regards,
    gernr

    • This topic was modified 9 years, 6 months ago by Gerhard.
    #440723

    Push

    #441243

    Hey!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.

    Best regards,
    Elliott

    #441636
    This reply has been marked as private.
    #441646
    This reply has been marked as private.
    #441789

    Hi!

    You can use this CSS to hide the picture.

    .dropdown_widget ul.cart_list li a img { display: none !important; }
    

    Best regards,
    Elliott

    #441901
    This reply has been marked as private.
    #442069

    Hi!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #473759

    Hi I’ve got the same issue – have deactivated – deleted plug-in etc but to no avail – is there a solution available (I’d like to keep the images) thanks

    #474254

    Hi!

    as Rikard already mentioned: please always provide us a link where we can see what you mean. You can use private content if you wish.

    Best regards,
    Andy

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