Link image (also) in subcategories

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
Mon Jun 03, 2013 11:17 am
Reply with quote
Report this post
Hi!
We have the subcategories page with the subcategories title linked. http://tiendanueva.negre.es/iluminacion.html
How can I link the images of the category too same as the title?

Thanks in advance,
Kind Regards,
User avatar
Gold Boarder

GK User
Mon Jun 03, 2013 11:41 am
Reply with quote
Report this post
Edit File: templates/gk_storebox/html/com_virtuemart/category/default.php
Line: 83
Change This code
Code: Select all
                  <?php echo $category->images[0]->displayMediaThumb("",false); ?>

With this code
Code: Select all
                  <a href="<?php echo $caturl; ?>"><?php echo $category->images[0]->displayMediaThumb("",false); ?></a>

Please note as default this style has overlay if you want to remove that remove
line 87 this code.
Code: Select all
                  <a href="<?php echo $caturl; ?>" class="category-overlay"><span><span><?php echo JText::_('TPL_GK_LANG_VM_VIEW'); ?></span></span></a>


See you around...
User avatar
Platinum Boarder

GK User
Mon Jun 03, 2013 12:15 pm
Reply with quote
Report this post
Hi Norman,
when replace
Code: Select all
<a href="<?php echo $caturl; ?>"><?php echo $category->images[0]->displayMediaThumb("",false); ?></a>


the image disappears see http://tiendanueva.negre.es/iluminacion.html
User avatar
Gold Boarder

GK User
Mon Jun 03, 2013 12:27 pm
Reply with quote
Report this post
Can you please send me your ftp details and I ll take a look, see you around...
User avatar
Platinum Boarder

GK User
Mon Jun 03, 2013 12:47 pm
Reply with quote
Report this post
Hi Norman,
Done, thank you.

Kind regards.
User avatar
Gold Boarder

GK User
Tue Jun 04, 2013 9:25 am
Reply with quote
Report this post
Fixed, see you around...
User avatar
Platinum Boarder

GK User
Tue Jun 04, 2013 7:17 pm
Reply with quote
Report this post
Awesome Norman,
thanks a lot.

See you around!
User avatar
Gold Boarder

GK User
Wed Jun 05, 2013 7:41 am
Reply with quote
Report this post
No problem at all, see you
User avatar
Platinum Boarder


cron