Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • lemick28 Friend
    #1011098

    For some reason I cannot use the Virtuemart CSS with Ja Vintas because it will not show all products (it skips some so I have a big empty space).
    Anyway I deselect Use Virtuemart CSS and the products showup correctly.
    However when doing so I cannot change the number of coloums for categories or prodcuts per row
    so instead of having 4 categories horizontally and then another 4 and so on… I end up with all categories in a list vertically down the right side of the page same for Products.
    how can I edit the template to show 4 categories across??


    1. ScreenHunter_02-Feb.-15-16.41
    2. ScreenHunter_03-Feb.-15-16.42
    3. ScreenHunter_01-Feb.-14-18.09-1
    Saguaros Moderator
    #1011155

    Hi,

    You can change the number of categories per row via settings of Virtuemart > Configuration > Templates > Shopfront settings: http://prntscr.com/e9c5hd

    Regards

    lemick28 Friend
    #1011158

    Thank you but that does not seem to work with virtuemart CSS turned off.
    I was able to partially fix the problem just now by turning Virtuemart CSS back on and editing the file
    vm-ltr-site.css
    I had to change
    div[class="-view"] .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
    to:
    div[class
    ="-view"] .row{
    display: inline;
    flex-wrap: wrap;
    justify-content: flex-start;
    }

    Now it will show all products but will not place them in the correct rows. now i have three products across and then one product
    then three products and then one product and so on….

    so the problem is that Flex command doesn’t work I dont know why..
    maybe I should remove the lines???:
    flex-wrap: wrap;
    justify-content: flex-start

    also Now with Virtuemart CSS enabled setting product per row to "one" or "three" has zero effect.


    1. ScreenHunter_04-Feb.-15-20.52
    Saguaros Moderator
    #1011557
    This reply has been marked as private.
    lemick28 Friend
    #1011580

    Seems to be working with Virtuemart CSS but couldn’t get it to work without it.
    The Virtuemart Category Layout settings on the Individual categories were overriding the main virtuemart settings which is why some categories showed 3 rows while others showed only one.

    Had to do quite a bit of testing and changing of the css code to get it where it is now but I think it looks good.
    still a long ways to go.. cant get the product-info Text to center in the block on all pages now. with margins I can center when only one line or for two lines but not both… vertical-align just doesn’t work for some reason.
    And I really wanted to move the ja-Main field over there is too large a margin between that and the left menu but seems to be styled by an element that I cannot change or cant find with firebug.

    http://www.lemickracing.com/index.php/shop/road-racing/brakes/master-cylinders/beringer-master-cylinders

    http://www.lemickracing.com/index.php/shop/road-racing/brakes/calipers/front-calipers/beringer

    ill just keep working on it.
    I really appreciate your help on it!

    Saguaros Moderator
    #1011967

    Could you illustrate the modification you expect via screenshot so I can check?

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

This topic contains 5 replies, has 2 voices, and was last updated by  Saguaros 7 years, 1 month ago.

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