VM Product categories description shows twice at frontend

GK User
Fri Feb 08, 2013 2:26 pm
Hi,

Like te title says, the description shows up double at the frontend, while the backend has only one text... who knows what goes wrong? and how to fix this problem?

Example url: http://www.anyfma.nl/index.php/wellness

Regards,
ronnie
User avatar
Expert Boarder

teitbite
Sat Feb 09, 2013 3:04 pm
Hi

I do not know why it's happening, thinking it's something in layout file. Can You please attache files from /html/com_virtuemart ?
User avatar
Moderator

GK User
Mon Mar 11, 2013 1:49 pm
Which files do you need because the problem is still there...
User avatar
Expert Boarder

teitbite
Mon Mar 11, 2013 5:11 pm
Hi

Please pack all files from this folder and attache it here.
User avatar
Moderator

GK User
Sun Mar 17, 2013 10:10 am
Teitbite, it's 800 kb +
User avatar
Expert Boarder

GK User
Sun Mar 17, 2013 10:20 am
controllers.zip


helpers.zip


views.zip
User avatar
Expert Boarder

teitbite
Mon Mar 18, 2013 12:09 am
Hi

Those are not the files I had in mind. What I meant are the one from template's /html folder, but since the site is online it would be better if You can send me an ftp access, so I'll be able to fix it right away.
User avatar
Moderator

teitbite
Mon Mar 18, 2013 12:11 am
Or

I've just thought about it. Please try simply hide it with this code:

Code: Select all
.category_description {
display: none;
}

.category_description:first-child {
display: block;
}


This should hide all except the first occurrence of this.
User avatar
Moderator

GK User
Fri Mar 29, 2013 12:11 pm
last option works fine, have added it to override.css
User avatar
Expert Boarder

teitbite
Sat Mar 30, 2013 4:37 pm
Hi

Great to hear that. This is still a partially solution since one instance of description has only been hidden. I think a duplication is coming from VM or some plugin. I cannot see anything in template override which could cause is. Also noone else has reported it for the second time ;/
User avatar
Moderator


cron