K2 itemIntroText field "Array"

GK User
Tue Feb 24, 2015 10:45 am
Hello, I was wondering if anybody had seen a similar case or a possible fix for the problem shown in the screenshot in attachment.

There is a text "array" that comes up for the first time today.

Any possible way to do a display:none for this itemIntroText?
I do not use them, they are all empty.

I don't understand why this problem didn't show up before today.

Link: http://www.mauzaza.com/supplements

Thank you,
Regards
User avatar
Platinum Boarder

teitbite
Tue Feb 24, 2015 4:46 pm
Hi

I think it's because of some changes we've done. You can try hide it with this code:

Code: Select all
.itemList .itemContainer .itemBody.nodate { display: none; }
User avatar
Moderator

GK User
Fri Feb 27, 2015 9:16 am
Hi Teitbite,

Brilliant! It worked.
Regards
User avatar
Platinum Boarder


cron