Modify product gallery layout on home

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 30, 2013 10:51 am
Reply with quote
Report this post
Hi there

How would I change the output of the product gallery layout (Shops&Trends)? Instead of the price, I would like to display something along "More information" on the overlay image and complete hide all prices and "add to cart" on hover in that module. Preferably doing so without modifying core files of the template :)

Thanks for the help.
User avatar
Fresh Boarder

GK User
Tue Apr 30, 2013 11:10 am
Reply with quote
Report this post
Hi unfortunetly it is extra customization and we don't support it. If you would like to hide add to cart and overly image you have to add to override.css
Code: Select all
.gkNspPM-ProductGallery .gkAddToCart,
.gkNspPM-ProductGallery .gkPrice,
.gkNspPM-ProductGallery .gkImage .gkImgOverlay {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Tue Apr 30, 2013 12:17 pm
Reply with quote
Report this post
Okay thanks, that should do it. I`m going to replace the image with a graphic of my own with the text I`m after since it will be the same for all products and just hide the things with CSS according to your instructions.
User avatar
Fresh Boarder

GK User
Tue Apr 30, 2013 11:40 pm
Reply with quote
Report this post
Konrad - this is quite unfortunate: let's see this scenario (which I was about to use on the template to demonstrate it to client) - VirtueMart supports 'gallery mode' => basically it turns off the shopping cart functions - now, I have just purchased this template and am studying it, but it does not make much sense if you 'hard' coded (?) the 'add to cart' within the news show pro gk5 (header_bottom position) - I see in this module a "VirtueMart additional settings' where there is an option 'show add to cart button' - this is turned off by default, but the 'add to cart' shows up on mouse hover (with the price button). hidding it with css, that's fine, but I'm confused why there is a functionality within the module but it seems not working (unless I don't get something here) - please kindly advise - thanks,
AZ
User avatar
Fresh Boarder


cron