Have you actually set cookie=”off” at the checklist on http://egggreenbig.com/? It looks like the attribute is not set or set to another value than “off”. If you have a caching plugin in use, make sure to deactivate it for the checklist page.
Yes, cookie was set to off.
No cashing plugin.
additionally if you check cookies you will see your cookie frontend-checklist-4 which is the checklist for the 1st post.
If I log into another computer with the same username the checkmarks are not carried forward because a cookie was generated on that computer too.
here is the shortcode for the top post:
[frontend-checklist name=”Intro Checklist” cookie=”off”]
you have a problem with cookies……
The checklist on your home page is a normal cookie-based checklist. I tested your exact shortcode on several test pages and it is working fine for me. No cookie is set, but the status is saved in the database for the user account. It seems to be a site-specific problem with your site. You didn’t change any code of the plugin, did you?
Please try the following:
1. Remove the shortcode completely
2. Refresh your page and check that the checklist is gone
3. Re-insert the shortcode
4. Check the HTML onchange attribute of the checklist items. They look like that: onchange="frontend_checklist_checkbox_changed(4, 1, 365)" The second parameter is the cookie parameter. 1=cookies are activated, 0=cookies are not activated
If that doesn’t help, I don’t know what else to do from outside. In general, the feature is working fine. I can offer to have a look inside if you provide me with WordPress and FTP credentials. However, I can perfectly understand if you don’t want to do that.
Cheers,
Jonas
That did it!
Thanks much – I did as you said and the checkmarks are now NOT stored in a cookie.
Great support!!!!