Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • khalva Friend
    #984868

    Hi, I’ve added a custom field (Size) into my Virtuemart installation.
    Unfortunately there’s a bug in it:
    http://prntscr.com/d51w6r

    You can access the product on this page:
    http://eveyn.com/mazhe

    It’s the one in the bottom of the page, you can recognize it by its price: 349,00

    Could you be so kind to assist me? I provided for you FTP and admin access.

    khalva Friend
    #985234

    Hi, do you need more info so you can solve this CSS issue?
    Do you need, for example, a video of the issue?

    Thx

    🙂

    Ninja Lead Moderator
    #985410

    Hi,

    Because you are setting to show very long text in Virtuemart item that’s why you got this bug on your site and you need to make a custom work on your site

    Open templates/ja_megastore/local/css/themes/redtheme/extras/com_virtuemart.css file

    find and change

    div[class*="-view"] .vm-col.product .spacer {
      background-color: #ffffff;
      padding: 20px;
      border: 1px solid #ebebeb;
      min-height: 465px;
      position: relative;
    }
    
    @media (min-width: 992px) {
      div[class*="-view"] .vm-product-footer {
        display: none;
      }
    }

    to

    div[class*="-view"] .vm-col.product .spacer {
      background-color: #ffffff;
      padding: 20px;
      border: 1px solid #ebebeb;
      min-height: 530px;
      position: relative;
    }
    
    @media (min-width: 992px) {
      div[class*="-view"] .vm-product-footer {
        display: block;
      }
    }

    Hope it helps

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum