Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • >> “enable jquery migrate helper” t<<
    That’s an amazing find, it works for me.

    Prior to this, I found myself researching more robust (read: support directly on WP 5.5) Podcast players like Cue or PowerPress and Seriously Simple Podcasting – and those have their strengths. I’m glad I took a few days to look at alternatives… . but they’re overkill for my 10-15 audios

    Also, I find the MP3-jPlayer “simple stats” module (stats for plays) installs but doesn’t work… (doesn’t appear in the menu pick – even after playing audios)

    Problem is:

    Once you get this wp_add_privacy_policy_content() error, you have to modify the file manually to remove the error… (you can’t go into the wp-admin dashboard to upgrade WordPress)

    I mean, I can do it on both my sites, then upgrade wordpress and re-apply the line of code, but I imagine some people would be stuck on what to do.

    Stephen

    Thread Starter sdupre

    (@sdupre)

    I don’t know enough of eCommerce heavy hitters to tell you what pages – only what’s attached to Easy Digital Downloads. In some cases, the configuration allows the user to rename these pages (the slug could be called /event, /events, /myevents, etc)

    These would all have to be case-insensitive:

    Shopping Cart/eCommerce
    (Basically anything in a checkout process of eCommerce)
    /cart, /purchase or /purchase-confirmation (EDD), /receipt, /checkout (contains or “starts with” for these)
    /manageCart (so might need “contains=”%cart%”)
    /?edd – (contains=”edd” would be best) = Easy Digital Downloads

    For on-line FORMS that most likely use “capcha”
    /contact, /registration, /signup, /sign-up (starts with or contains)

    Calendar Filtering for events to sign up for (ticketing apps)
    /event, /events
    /ticketing, /tickets, /ticket (I’m guessing on this one, I really don’t know)

    You may want to install WooCommerce, Easy Digital Downloads, Cart66, Exchange, MarketPress, Shopp, WP e-Commerce. At least download the files and see what PHP names they use.. (from an article on “top ecommerce” I googled on the web)

    Thread Starter sdupre

    (@sdupre)

    True. I think it’s maybe too difficult to figure out which pages for eCommerce apps you support and filter. Maybe WooCommerce and one or two others important ones…

    But I don’t expect you to support Easy Digital Downloads setup (cart) and the way Modern Tribe created support of “event tickets” with this weird add-on plugin that doesn’t really work well with this convoluted setup.

    Perhaps just go through your code and mention in your FAQ which pages you NEVER cache (*cart*, *purchase*, *receipt*, etc) and also make a suggestion to review “registration”, “contact us”, “event” or “shopping cart” “receipt”, “purchase” pages used so users can add the “<!–[wpfcNOT]–> ” to avoid the **most common** problems.

    Admins should have *some* knowledge of their site and what caching might do, but these are easy things to overlook.

    Another thing might be to highlight these same wildcard “exclude” pages on the “Excluded Pages” tab of the plugin

    For non-savvy users, these types of hidden problems are tougher to detect and first-time users of our sites are turned away rather than report an error (“I couldn’t use your “Contact Us” page to report a problem…”…

    Knowing what your plugin filters out (hardcoded no caching pages) by default is enough I think.

    Thanks much.

Viewing 4 replies - 1 through 4 (of 4 total)