- Posts: 43
- Thank you received: 1
Product images not linked to product page
-
RFreund
Inactive member -
Topic Author
- Member
-
Less
More
13 years 2 months ago #13113
by RFreund
Product images not linked to product page was created by RFreund
On the demo website if you click an image on the subcategory page it takes you to the product specific page. On the product page if you click the image it then shows a larger image.
Example - Face - Moisturizer - click on image of Dior - this goes to dior product page - click on dior image and separate window opens with enlarged image.
I may have changed something or this may be a virtuemart issue but on my subcategory or category page it does not go to the product page. It opens the window displaying the larger image. How do I have the image direct me to the product page (without adding html href manually to all the images)
Example - Face - Moisturizer - click on image of Dior - this goes to dior product page - click on dior image and separate window opens with enlarged image.
I may have changed something or this may be a virtuemart issue but on my subcategory or category page it does not go to the product page. It opens the window displaying the larger image. How do I have the image direct me to the product page (without adding html href manually to all the images)
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #13127
by ivan.milic
Replied by ivan.milic on topic Re: Product images not linked to product page
Probably you have jQuery conflict so when you click litebox-ed image instead of doing animation it barks and just takes you to new page. Give us link to inspect that.
Please Log in to join the conversation.
-
RFreund
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 43
- Thank you received: 1
13 years 2 months ago #13145
by RFreund
Replied by RFreund on topic Re: Product images not linked to product page
Link to site:
crazyhotcouture.com/
I republished the face page and put it on the top page menu, but you can go to any of the categories.
Thanks again.
crazyhotcouture.com/
I republished the face page and put it on the top page menu, but you can go to any of the categories.
Thanks again.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #13151
by ivan.milic
Replied by ivan.milic on topic Re: Product images not linked to product page
what browsed do you use, I use chrome it works perfectly?
Please Log in to join the conversation.
-
RFreund
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 43
- Thank you received: 1
13 years 2 months ago #13154
by RFreund
Replied by RFreund on topic Re: Product images not linked to product page
Really? I use chrome as well. Lets make sure were on the same page.
I go to crazyhotcouture.com - from the top menu hover over face and go down to moisturizers, click on moisturizers. On the moisturizers page I click on the image (not the name) of Dior. A window pops up of the Dior image. This is not what I would prefer nor is it how the demo template operates. I would like it to go to the product page as the demo site does. I tried it on Firefox and I have the same issue also same in IE.
Let me know if that is what is happening for you.
Thanks again.
I go to crazyhotcouture.com - from the top menu hover over face and go down to moisturizers, click on moisturizers. On the moisturizers page I click on the image (not the name) of Dior. A window pops up of the Dior image. This is not what I would prefer nor is it how the demo template operates. I would like it to go to the product page as the demo site does. I tried it on Firefox and I have the same issue also same in IE.
Let me know if that is what is happening for you.
Thanks again.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #13162
by ivan.milic
Replied by ivan.milic on topic Re: Product images not linked to product page
Ok, totally misunderstand what you want. That is from VM itself:
components\com_virtuemart\views\category\tmpl\default.php
in version I have part of code looks like this:
You have new version it bit different. So you have to custimise that.
You can use $product->link for link.
components\com_virtuemart\views\category\tmpl\default.php
in version I have part of code looks like this:
Code:
...
<div class="width30 floatleft center">
<?php /** @todo make image popup */
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
?>
...
You have new version it bit different. So you have to custimise that.
You can use $product->link for link.
Please Log in to join the conversation.
Time to create page: 0.218 seconds