Is it a setting somewhere or a bug?
On [Article Layout] -> [Image] the [Image Link] is set to [On] and [Image Popup] is [Off].
However, the link is going to the homepage / blank. The title link is still okay.
- Code: Select all
<a href="/gk_technews/" class="nspImageWrapper tleft fleft gkResponsive" style="margin:0;" target="_self">
<img class="nspImage" src="http://www.domain.com/gk_technews/modules/mod_news_pro_gk5/cache/k2.items.cache.3abb66d58aa91d2b7b16f08ee38a95c0_Genericnsp-910.jpg" alt="" />
</a>
<div class="gkArtContentWrap">
<h4 class="nspHeader tleft fnone has-image">
<a href="/gk_technews/portfolio/link-title" title="Link Title" target="_self">
Link Title
</a>
</h4>
<p class="nspText tleft fleft">Lorem ipsum dolor sit ...
How to fix this?