When I check the source on the frontpage I find an empty link in each product? Everything is displayed correctly but the code for each product looks like this:
<h3>
<a title="Product title" href="/category/product-details">The product</a>
</h3>
<div>
<a href="/category/product-details"></a>
Anyone else seeing this? Solution?
Thanks
Where is the url with this precise issue?
Webshop with photos & presents from Uppsala (http://motivuppsala.se/)
Can't remember tampering with anything connected. Also tried with another default theme and it persisted.
I don't see any empty links on that page.
eg
<h3>
<a href="/kalendrar-boecker/uppsalakalender-2014-info" title="Uppsalakalender 2014">Uppsalakalender 2014</a> </h3>
<div>
<a href="/kalendrar-boecker/uppsalakalender-2014-info" ><a title="Uppsalabilder samlade i en väggkalender för 2014" class="modal" href="http://motivuppsala.se/images/stories/virtuemart/product/kalender-uppsalabilder-2014.jpg"><img src="/images/stories/virtuemart/product/resized/kalender-uppsalabilder-2014_200x200.jpg" alt="Uppsalabilder samlade i en väggkalender för 2014" class="featuredProductImage" border="0" /></a></a> </div>
<div class="product-price">
<div class="PricesalesPrice" style="display : block;" >Pris <span class="PricesalesPrice" >150,00 kr</span></div> </div>
<div>
<a href="/kalendrar-boecker/uppsalakalender-2014-info" title="Uppsalakalender 2014" class="product-details">Mer information</a> </div>
Strange, the empty link appears in Firebug but not when I choose view source. Instead there is a nested link (which also appears in the code you posted)?
</a></a>
Looks odd aswell, doesnt it?
Screen shot of your Firebug screen with mentioned issue, please.
Screendump attached
[attachment cleanup by admin]
Quote from: vaskern on September 03, 2013, 18:32:47 PM
Strange, the empty link appears in Firebug but not when I choose view source. Instead there is a nested link (which also appears in the code you posted)?
</a></a>
Looks odd aswell, doesnt it?
Actually red color in Firebug View source indicates wrong HTML tag. Resolve this error in your template overrides.
Removed all overrides and still the same..?
Uploaded a new copy of Beez5 aswell as all files in "com_virtuemart/views" - and still getting that extra nested link.
Quote from: vaskern on September 17, 2013, 13:18:50 PM
Removed all overrides and still the same..?
Could you clarify what did you remove?
Yes, I removed the com_virtuemart folder in Joomlas template/beez/html. Also uploaded the folder components/com_virtuemart/views again.
Pm me access.
I finally deleted the views/categories folder and problem solved