• Resolved thombien

    (@thombien)


    Hi Brecht,

    I recently made a switch to the checkbox list item feature in the recipe cards and encountered an issue that seems to be related to caching. Specifically, when logged in with caching turned off, checking the checkbox successfully crosses out the associated text. However, upon logging out, although the checkbox remains functional, the text no longer appears crossed out.

    I guess thats due to some JS not being executed propperly cause of caching.

    Could this be the case? If this assumption is correct, could you please provide guidance on which specific JavaScript file needs to be excluded from caching to ensure proper execution?

    Appreciate your support!

    Regards, Thomas

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brecht

    (@brechtvds)

    It looks like not all of our CSS is loaded. So you should look into the CSS optimizations of your caching plugin.

    You could also try adding the following to “Recipe CSS” on the WP Recipe Maker > Settings > Custom Style page:

    li.wprm-checkbox-is-checked {
    text-decoration: line-through !important;
    }
    Thread Starter thombien

    (@thombien)

    Hi Brecht,

    I’ve added the CSS to WPRM Custom Style page.

    Now it works!

    Thanks for your instant help!

    Regards,

    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘checkbox list item, cache problem’ is closed to new replies.