• Resolved Ashesheart

    (@ashesheart)


    Hello,

    i have a problem when i use your plugin with cookie=off.

    I have some lists with more than 50 items. Yesterady, i’ve checked some items, but today the wrong items are checked.

    I’ve analyse your code :
    – why on the frontend-checklist.js you did a “for” iteration from 0 to 50 ? 50 items is the max ?
    – why you “sum” the id ? I don’t understand how you can retrieve the good values with a sum ?

    Thanks for your help.

    https://wordpress.org/plugins/frontend-checklist/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ashesheart

    (@ashesheart)

    I have split my list into 3 lists (to have 50 items max for each) but i still have the problem.

    Look here’s : http://www.ashesheart.fr/checklists-pour-le-platine-de-dragon-quest-heroes/

    Plugin Author JonasBreuer

    (@jonasbreuer)

    Hi Ashesheart,

    yes, 50 is the limit per checklist. The sum is a bitsum e.g. the first two items checked are 1 + 2 = 3. I can retrieve the good values with a bitmask.

    Splitting the checklist into multiple checklists with less than 50 items should work. Please note that the wrong items might be checked if you change the checklist after checking boxes. Check some boxes to “re-save” the status and everything should be fine.

    Cheers,
    Jonas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Save with cookie=off’ is closed to new replies.