Hello!

I'm trying to make a Virtuemart Category Layout like on the demo page but I get a completely different look. I can't figure out where I went wrong. Also, under each product I have a price that is repeated several times.

Another problem for me is that on the home page, several "loading" icons are displayed, but I don't understand why they are there?

    mbabic Hi

    The thumbnail image height was set to 90 so it looks quite small, I changed to 440 as our demo site for you, kindly check.

    And I don't see the loading icon on homepage now, did you get it solved?

      saguaros The images are now displayed well, but how can I set the stocks to be displayed (as in the demo version)?

      These icons are only visible when I am logged in to the site. If I am logged out, the icons are not visible. The icons are related to the VirtueMart Products module (I think they are in a relationship with Fancy Box). If I turn off this module, the icons disappear even when I'm logged in.


      As I can see that you have custom CSS that hide these settings. I updated again for you and it's showing now.

      div.productdetails-view #review {
          display:none!important;
      }
      .vm-product-rating-container {
          display:none!important;
      }

      I still can't see any loading icons now.

        saguaros Now the category view is fine and "loading icons" are gone.

        And can you explain to me how to show the white cart icon?

        The path of the cart icon seems not to be correct, I updated this custom css:

        .header-block-2 .header-wrap .head-cart #head-cart-dropdown {
            background-image: url("../../images/cart-white.png") !important;
        }
        Write a Reply...
        You need to Login to view replies.