• Resolved sharecomputacion

    (@sharecomputacion)


    I’m using CTX FEED for Google and Facebook feeds, but it’s not syncing automatically. The only way to make it work is by manually clicking “Regenerate” and then clicking “Purge All” in LiteSpeed Cache.Tests I Performed

    1. I checked the?cron job manager, but I didn’t see any task related to?CTX FEED?(or I couldn’t find it).
    2. With the help of?ChatGPT, I generated a function for?functions.php?to add a cron job in WordPress <?phpif (!wp_next_scheduled('ctx_feed_cron_hook')) { wp_schedule_event(time(), 'hourly', 'ctx_feed_cron_hook'); }However, this still doesn’t work automatically. Even though the cron job?runs correctly, nothing happens, and the?date doesn’t update.
    3. The?ONLY?way to make it work is by manually clicking?“Regenerate”?and then clicking?“Purge All”?in LiteSpeed Cache.

    What can I do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mansary

    (@mansary)

    Hello,

    Thanks for reaching us.

    To solve the feed updating issue, Please, follow the below steps –

    Now you need to regenerate the cron event again. To know how to generate it again, please do the below –

    • Disable auto update and regenerate the feed –?Screenshot
    • Enable auto-update and regenerate the feed again –?Screenshot
    • Now a new event should appear?here.
    • Now check if the feed updates within the given interval –?Screenshot.

    I hope the above steps will help you to solve the feed generation issue. However, if it doesn’t, then please reach us from here.

    Best regards,

    Thread Starter sharecomputacion

    (@sharecomputacion)

    Hi! I tried what you suggested. It updates automatically in 6 hours, and I’ll let you know how it goes.

    On another note, I’m having an issue with the LiteSpeed Cache plugin. The problem is that the updated feed time didn’t refresh until I clicked “PURGE ALL.”

    In the cache plugin settings, I configured it to exclude the following URLs from caching, as I believe these are the ones causing the issue. However, the problem still persists.

    Screenshot of the URLs below.
    Captura de pantalla 2025-03-03 a la(s) 08.43.30.png

    Plugin Support mansary

    (@mansary)

    Hi @sharecomputacion

    To avoid cache by any caching plugin, you would need to exclude the feed directory from the caching plugin. Here we have described how to do it.

    Thank you,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.