The data is stored but i want it to save to the user so that if they decide to make another user account they can have separate checkboxes checked depending on what they need. At the moment it will save then when i log out it is still showing the same checkboxes checked
]]>I installed the plug in, I go to post and it puts this code into the field
[checklist_in_post][/checklist_in_post]
I tried bulleting the words – however I’m not sure how to put checks in the boxes in advance
]]>Hi again, I just realized that the plug-in creates one list that can be used across the site – is there a way to create multiple checklists that are separate from one another, so I can use this plug-in on a few pages for different lists?
Thank you,
Julie
Hi! I have your plug-in within the WORKOUT tab. When I add this content, the 2/3 width container becomes too wide and causes the 1/3 width next to it to push down below. The “Develop Bigger Glutes” above the “Start Training” button should be beside the video and tabs, not below them. I am unable to figure out what I need to change in order to accomplish this. Please help! This is still a problem when I pull the checklist out of the tab, and the site displays properly when I delete the list completely or deactivate the plug-in.
I love the look of this plug-in and am excited to use it on my site. Hope you are able to help me make it function with my design!
Thanks,
Julie
Is there a way to change the colors of the checkmarks and highlights? Am I missing it somewhere?
Other than that, this is working fantastic!
]]>Is there any way to add a function of ’clear all’ or ‘check all’ ?
]]>Hi there,
I’m trying to use your plugin, however, I’m running into trouble from the start.
For some reason, the shortcode does not work/appear on the front end. Instead, content is displayed as regular writing (so without the checklist).
Solutions I’ve Tried So Far:
– Placing shortcode in text editor
– Place shortcode in Visual Editor
– Turned cookies on then off
– Place code between shortcode
– Placed code after shorcode (just in case)
– Tried shortcode in Posts and Pages
PS- Theme I’m using is Mesmerize
Thanks
]]>Hi,
I’m not able to resolve the incompatibility with WP 5.0. I’ve tried following the instructions in the plugin’s Installation section, but I’m not seeing the “Add checklist” button. Where should it be?
I created a brand new page to test the method, using the new block editor. For the rest of the site, I’m using the Elementor page constructor plugin. The page link I provide is made with Elementor.
Is the new block editor what you call the “Classic block”?
Merry Christmas.
]]>Hello, I do not have the checklist in post function in Visual Editor. I have tried shortcodes but that doesn’t seem to work (but I may not be using them correctly.)
]]>Hi,
is there any chance to get a print and PDF option with this plugin?
Thanks,
This is still in progress but at the bottom of the page, whenever I tick on the checkbox, no checkmark appears. It remains unselected. How do I fix this? I’m new to WordPress and not very knowledgeable about it. I’d appreciate the help.
]]>All shortcodes i have entered, the check box is not appearing, is this something to do with the plugin not being up to date? I have followed all your directions and seem to be at a loss. Any help would be greatly appreciated
]]>Hi, I love this plugin. It’s working fine on one of my websites, but not another. I can’t select any checkbox, they just stay unselected.
Both websites are running WordPress 4.9.5, the same version of the X theme, and both are using v1.1.1 of the plugin.
Can you help please?
]]>Great work Tomasz on this plugin, a simple and lightweight solution to something that WordPress should have built in. ??
Anyway, I noticed that when I checked items with cookies enabled, the reverse styling shows up. Unchecked items become checked and checked items become unchecked.
I just commented out line 32 in checklist_in_post_frontend.js (this one => toggleCookie(‘checkedLi[‘ + index + ‘]’); ) to fix it.
Hope you can add this change soon.
]]>can you make it possible that the checklist gets stored in the browser, so when visitors come back the see their check marks?
]]>I love this plugin, but I just discover it disables checkboxes in Contact Form 7. Is there a workaround?
]]>In checklist-in-post/checklist_in_post_frontend.js
, @ line 6:
- $text = $(this).text() ;
+ $text = $(this).html() ;