News:

Looking for documentation? Take a look on our wiki

Main Menu

VM3 Category module links

Started by jimleeder123, February 13, 2015, 15:55:08 PM

Previous topic - Next topic

jimleeder123

I'm trying to edit the module that displays the categories in a box. I want to make all of each box that holds a link clickable, rather than just the link text. CSS won't do it - widths of links won't increase and padding won't work since all links are different sizes/lengths. Theres nothing in the module manager part for it either. Any help?
Web Developer and blogger

Joomla 3.4.8  (2.5 on some)
VM 3.0.12
PHP 5.6 (5.4 on websites with Joomla 2.5)

http://jimleeder.co.uk

jenkinhill

You should edit the module template first to change the link structure ( modules/mod_virtuemart_category/tmpl/default.php ) & use the edited file as an override. If each link is held in a "box" container then it seems that you are not using the default VM module template, if so you will have to edit the override used by that particular module.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

jimleeder123

I sorted it with some absolute positioning. Now all of the box is clickable.
Web Developer and blogger

Joomla 3.4.8  (2.5 on some)
VM 3.0.12
PHP 5.6 (5.4 on websites with Joomla 2.5)

http://jimleeder.co.uk