Sub-catagory virtuemart images not clickable

GK User
Thu Jan 22, 2015 2:33 pm
Hi,

When I select a Virtuemart catagory, that contains sub-catagories they are displayed fine. The problem I have is that only the titles are clickable, and not the images.

I have tested using BEEZ and the images are clickable under there. Is there a solution for this ?

The URL is shop.koi-waterlife-centre.com, and the category is "Accessories"

Though I suspect this is a virtuemart specific problem. When I go into the sub-catagories page I would expect the main catagory title to be displayed. It is not though. Any thoughts ? This happens in BEEZ also.

Thanks in advance,

Damian
User avatar
Fresh Boarder

teitbite
Sat Jan 24, 2015 6:42 pm
Hi

Please send me an access to ftp so I'll add links to category images for You.
User avatar
Moderator

teitbite
Mon Feb 02, 2015 3:42 pm
Hi

I'm not able to see changes to the files, so I suspect You have send me a wrong access or cache is so strong that even putting "exit;" to index.php file does nothing. Can You please check if I have the right access and disable cache ?
User avatar
Moderator

teitbite
Wed Feb 04, 2015 3:01 pm
Hi

Cache still works and prevents from working on this request. I've tried to guess and edited file /html/com_virtuemart/category/default.php and replaced this:
Code: Select all
            <h2 class="catSub">
               <a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>">
               <?php echo $category->category_name ?>
               
               
               </a>
            </h2>
            <?php // if ($category->ids) {
                        echo $category->images[0]->displayMediaThumb("",false);
                     //} ?>

to:
Code: Select all
            <h2 class="catSub">
               <a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>">
               <?php echo $category->category_name ?>
               
               <?php echo $category->images[0]->displayMediaThumb("",false); ?>
               </a>
            </h2>


I can only hope it's a correct file and that cache will be rebuild soon, so it will be visible.
User avatar
Moderator

GK User
Tue Feb 10, 2015 2:14 pm
That fixed it thanks.

Damian
User avatar
Fresh Boarder


cron