Forum
List Manager Support
List Manager supportForums
No se permite escribir sin estar logado. Por favor, login
CSS class not visible in card view 14.07.2015 11:41
Hi there,
I want some labels to be hidden in card view so I thought I just had to use CSS class for the fields I want to hide labels.
Unfortunately, I can't find the CSS class I added to my fields in the resulting code.
For example, If I add the CSS class ImageService to my Image field, I don't find it anywhere in the resulting .lmcardcontentblock div.
That makes it a pain to target divs in card view...
[EDIT : I can see them classes in list view but that does not do me any good...]
Did I miss something ?
Regards,
--
Pascal
Edited by moon_1262 - 14.07.2015 11:57
I want some labels to be hidden in card view so I thought I just had to use CSS class for the fields I want to hide labels.
Unfortunately, I can't find the CSS class I added to my fields in the resulting code.
For example, If I add the CSS class ImageService to my Image field, I don't find it anywhere in the resulting .lmcardcontentblock div.
That makes it a pain to target divs in card view...
[EDIT : I can see them classes in list view but that does not do me any good...]
Did I miss something ?
Regards,
--
Pascal
Edited by moon_1262 - 14.07.2015 11:57
Re: CSS class not visible in card view 14.07.2015 12:25
I resolved the issue by modifying listmanager.js line 1127
It was :
var card_content_block=LMJQ('');
And I made it :
var card_content_block=LMJQ('');
Seems to work so far...
[EDIT : Sure, code was stripped, so I just added header.styleclass where it was missing...]
Regards,
--
Pascal
Edited by moon_1262 - 14.07.2015 17:28
It was :
var card_content_block=LMJQ('');
And I made it :
var card_content_block=LMJQ('');
Seems to work so far...
[EDIT : Sure, code was stripped, so I just added header.styleclass where it was missing...]
Regards,
--
Pascal
Edited by moon_1262 - 14.07.2015 17:28