sub categories show up double, the double onces show incorrect

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Fri Apr 01, 2011 7:47 pm
Schermafbeelding 2011-04-01 om 22.42.15.png


Is it possible to get a correct view when the sub categories show?
User avatar
Expert Boarder

teitbite
Sat Apr 02, 2011 9:08 pm
Hi

Please show me the exact page with this problem.
User avatar
Moderator

GK User
Mon Apr 04, 2011 6:04 pm
I have created an account for you to watch the live site, see your mail to log in.
User avatar
Expert Boarder

teitbite
Tue Apr 05, 2011 1:18 am
Hi

Sorry. I didn't get anything. Please send it one more time.
User avatar
Moderator

teitbite
Wed Apr 06, 2011 1:31 am
Hi

Ok. I got the mail but please add this subcategory so I'll be able to see the issue.
User avatar
Moderator

GK User
Wed Apr 06, 2011 5:47 am
They still are there the subs are located under the first menu item at the right site: A-Standaard Budget en Eco


Schermafbeelding 2011-04-06 om 08.46.14.png
User avatar
Expert Boarder

GK User
Fri Apr 08, 2011 9:05 am
I have the same problem and I've been searchig on the Virtuemart Forum. I found an answer tha coud show us a way to he solution.

"For each Category, your browse page template is attempting to display both the Category's thumbnail image and below that, the Category's name, both together in the same link. It appears you have no Category Thumbnail images, so in place of the image, the browser shows the contents of the img tag's "alt" value, which is the name of the Category, hence you see each Category name twice. To fix, either load images for each Category or modify your browse template to not display the thumbnail image."

I don't know if this is the solution but maybe this is the way.

Another possibility that is happened to me is to modify the file categoryChildlist.tpl.php
User avatar
Fresh Boarder

GK User
Fri Apr 08, 2011 3:28 pm
1.1.6 is 100% correct after install the quickstart and the update to 1.1.7 starts with the double show up and in 1.1.8 it's the same. I hope someone knows the solution.
User avatar
Expert Boarder

teitbite
Fri Apr 08, 2011 9:42 pm
Hi

For sure it will be fixed in upcomming update. Meanwhile please add this code to override.css (remember to allow using that file in template settings):

Code: Select all
div#nagl table.vmCustomCategories {
    display:none;
}
User avatar
Moderator


cron