-
AuthorPosts
-
January 29, 2018 at 4:08 pm #1088988
Hi, we are trying to use the JA_Builder with Virtuemart, but we have some troubles with the products display…
i have 2 questions : http://prntscr.com/i7887m
1 : Is there a way to remove the blank space below my products (these spaces are for the price and add to cart).
2 : Is it possible to resize the product picture to use all the space ?
Thank you for your help !
- This topic was modified 6 years, 9 months ago by adminjlf.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 30, 2018 at 4:12 am #1089072Hi,
I can’t access your site at this moment, could you check again?
January 30, 2018 at 6:28 pm #1089206Hi,
we made the update of the link to our website. Can you try again please ?Thank you for your help !
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 31, 2018 at 8:38 am #1089334Hi,
That space is for displaying some info of product like rating/description/etc… if you want to hide them, you can try with this custom CSS:
.jub-block.mainbody .category-view .vm-product-rating-container, .product .vm-product-descr-container-1, .vm3pr-0 { display: none; }
Regards
January 31, 2018 at 1:27 pm #1089384Thanks for your help, it works !!!
but for the second question : http://prntscr.com/i7887m
2 : Is it possible to resize the product picture to use 200×500 space ?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 1, 2018 at 8:27 am #1089560Hi,
You can try this custom CSS:
.jub-block .browse-view .row .product .spacer img.browseProductImage { max-height: 100% !important; }
February 1, 2018 at 2:41 pm #1089650Thank you, it works fine !!
Is there a way to apply these parameters ONLY on some pages in a submenu ?
(whitout editing every single page…)
http://prntscr.com/i8ot6lSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 2, 2018 at 3:20 am #1089711Hi,
Do you mean that you want to apply above CSS to those pages only?
You can use Page Class feature in Joomla, just access the menu items of those pages > Page Display tab > Page Class: http://prntscr.com/i8ylfm
I made a sample on your site by adding a class called vmBuilder into the menu items, for example, I suggested above CSS:
.jub-block .browse-view .row .product .spacer img.browseProductImage { max-height: 100% !important; }
you can change it to:
.jub-page-vmBuilder .jub-block .browse-view .row .product .spacer img.browseProductImage { max-height: 100% !important; }
You just need to add vmBuilder page class to any menu item page you want to have this style.
Regards
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Saguaros 6 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum