I've been trying to figure out how to use the thumbnail gallery layout. My problem is this;
Let's say I have this category tree:
TopLevelCategory
-Level 1 CatA
--Level 2 cat_a1
--Level 2 cat_a2
-Level 1 CatB
--Level 2 cat_b1
--Level 2 cat_b2
which is quite simple, just 4 categories, grouped into 2 more generic categories. Now, when useing the gallery layout for the index page, I get 2 thumbnails, each for every level1 category. Under the thumbs, there are the NAMES of the level 1 categories. If I click that, it takes me to another index page, which now has thumbnails for the level 2 categories of that Cat --- which is correct.
But if I click on the thumbnail, I get linked inside that level2 subcategory , where the thumbnail belonged to - which is quite confusing.
I want to have the same link in the thumbnail also - is this possible?
In the code, I see for the thumbnail this code:
Code:
Content visible to verified customers only.
and for the title this code:
Code:
Content visible to verified customers only.
How can I modify the first code so that it links in the same place as the second? I hope I didn't made a mess and confused everybody