qeyduey
Forum Replies Created
-
Forum: Plugins
In reply to: [JetBackup - WP Backup, Migrate & Restore] Scheduled Backups Not WorkingHello,
I am using WP 5.2.5 and Plugin 1.6.8.1.
Thanks for your help. =D
Hey @distinctivepixels,
Thank you so much! That worked perfectly! 🙂
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Cron Job Cache Clear MessageHey Gabe,
Thank you for the reply! =D
Just to clarify: We’re not using any additional tools or plugins that are triggering this email. We were actually able to track this down from the server level, which is how we were able to narrow it down to your plugin in the first place. See below:
==
[root@michelin plugins]# grep -r “The cache was just cleared” *
wp-asset-clean-up/classes/Maintenance.php: echo ‘The cache was just cleared as it was not cleared in the past 24 hours.br /’;
==Thanks for the fix though! =D
Hey Jory,
So I attempted to place that code in a separately loaded JS file as follows:
function pods_admin_submit_callback( d, $submittable, id ) { console.log('test'); }
It doesn’t log ‘test’ to the console and instead just reloads the page as normal.
Have I done something wrong?
Hey Jory,
Already left a 5-star review a while back! However, I just made an anonymous donation now via your link! Thanks again for the awesome support! =D
Thank you so much, Jory! =D
That was a tremendous help! =D
Ahhhhhh! I see your point! Thank you for this insight, Jory!
Can you give me a little help in the right direction with a tiny snippet of code that I could use to achieve the callback? Please, please, pretty please with cherries on top! =D
Thanks in advance, Jory! =D
Hey Jory,
Thank you for the even FASTER response this time around! =D
I completely understand what you mean regarding the confirmation/feedback!
What do you mean when you say, “but then you cannot update Pods again as that will overwrite your change.” Can you clarify what you mean by this?
Hey Jory,
Thanks for the prompt response! =D
After a quick inspection of this JS file, I can see that after the form has validated, you’re using
document.location.href
to reload the page. Couldn’t I just simply block out that line of code to achieve the desired result?Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Business Hours WidgetForum: Reviews
In reply to: [SendGrid for WordPress] Poor coding qualityHey @efinancialmodels,
Which plugin did you switch to instead? Also, does it enable you to track the status (sent, opened, etc.)?
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Business Hours WidgetDuplicate ticket! Sorry!
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI + Business Hours WidgetHello,
Any news here?
Forum: Plugins
In reply to: [LiteSpeed Cache] New Update Breaks SiteThis update broke my site as well.
1. I don’t understand how this could be a JS debugging issue? After scanning all of the latest support threads, it seems that everyone’s websites were working perfectly fine before updating to the latest version — v3.5.0.1.
What happened from v3.4.2 to v3.5.0 and v3.5.0.1 that caused all of our previous settings to somehow need debugging now? This doesn’t make any sense to me and I would like an explanation.
2. Also, @hai, I don’t actually believe your rollback method is the “easier” method at all; @orenlebbo’s recommendation was definitely the better suggestion of the two IMO.
- This reply was modified 2 years, 12 months ago by qeyduey.
Forum: Plugins
In reply to: [LiteSpeed Cache] Do NOT cache home page for logged-in usersGreat! Thanks, @qtwrk!