sdanigo
Posts: 0
Joined: Sat Jun 06, 2015 8:50 pm

List counter problem

I use list counter to store a variable usefull in one of my program (via a mapping).
If I uncheck the "visible" property, it seems that this variable is no longer set. If I check the "visible" property, all works fine.
As this variable means nothing for my customer, I would like to make it "invisible".

Anybody has an idea ?

Thanks in advance

Sylvain

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

List counter problem

Hello,

Please add the custom CSS, which hides counters:
pre[name=mobilelist_4] .ui-li-count{
display:none;
}/pre
here "mobilelist_4" - name of your list

sdanigo
Posts: 0
Joined: Sat Jun 06, 2015 8:50 pm

List counter problem

Thanks.
Works fine :-)

Return to “Issues”