News:

Looking for documentation? Take a look on our wiki

Main Menu

How to remove products title from featured products module

Started by dav3sh, October 15, 2015, 02:36:26 AM

Previous topic - Next topic

dav3sh

Hi
I am trying to implement the slick slider into the featured products module here: www.dabesh.com/tatterton
As I had to wrap every product in a div with a specific class (.responsive in this case) I created an override of the default.php file in modules/mod_virtuemart_product/tmpl
There I put the div and I removed all the divs inside the foreach cycle.
Then I created the module and I set the default style and the div based layout.
As result I get the image of the product as a block and the title as another one and it confuses my scroll. So I was wondering how to hide or rid the title of the products.
But the real problem is that I can't understand why the override seems to work just till the div I added.
The code that renders the image and the title seems to not be in this file. Even if I comment everything under my responsive div it still generates the module in the same way with images and titles.
I hope I 've been clear enough.
Thank you for any help

Modified: I forgot..I am using VM3.0.1 and Joomla!3.4.4

dav3sh

I found out what I was doing wrong.. It was basically a matter of cache. Every time I make an override, to check how it does affect the page, I should delete the cache first.