ramnathk
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] post title and contentAwesome Thanks
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] post title and contentSorry for not being clear. That I did see that option, but it requires me to create another field group that maps to post title and content. I was looking for the equivalent of post_title =>true in the acf_form() method. From your answer looks like that’s not possible?
Thanks for the thoughtful response Matheus. However I’d like to avoid copying the entire database as there are too many autoloads, orphaned tables, options that I’d like to avoid. I have root access on my VPS, so knowing entries the Give plugin creates in WP tables would help me move them manually…
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] query donations?I use oxygen which makes it simple to implement a query.. I basically queried for give_payments
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] query donations?FWIW I ended up querying give_payments
Forum: Plugins
In reply to: [Safe Redirect Manager] programmatically create a redirectAwesome thanks
Forum: Plugins
In reply to: [Safe Redirect Manager] programmatically create a redirectAs a follow up – I’ve gone ahead and called
srm_create_redirect
to create the redirects. Is that the recommended way of doing things?Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] forms not savingMy bad, I uninstalled and reinstalled this plugin and it is working now.
Cheers,Forum: Plugins
In reply to: [Security Headers] save button does not work?awesome thanks.
Forum: Plugins
In reply to: [Theme My Login] password reset link not worknigJeff, sorry it took me a while. I followed up with Cloudways and it turned out to be an issue on their Varnish server, so you were right it was a cache problem though the config was right.
Forum: Plugins
In reply to: [Theme My Login] password reset link not worknigThanks for getting back so promptly Jeff. I just checked the following pages:
1. /lostpassword/
2. /login/ – goes on to /login/?checkemail=confirm
3. /resetpass/ – eg. /resetpass/?key=KcNrCEpWGUN4NthyoeGn&login=testuSo, yes they are generated with a trailing slash ‘/’. I use Breeze as the caching plugin and I know that the cache-exclusion settings work because I had to exclude some payment pages from being cached for them to start working.
Does that provide any clues on what is going on?
Cheers
Forum: Plugins
In reply to: [Simply Static - The WordPress Static Site Generator] minify & gzipI use autoptimize
Forum: Plugins
In reply to: [Autoptimize] some external JS not getting deferedWOW that was snappy! And, thanks a bunch
I found the code snippet in this article useful (aka it works): https://www.wpfaster.org/blog/when-and-how-to-load-jquery-from-googles-cdn
I’m on the latest WP (4.8) myself and UGL does not work for me either
Ditto. I stopped getting data on June 26th.
Followwed this
https://kb.yoast.com/article/176-google-analytics-status-is-tracking-not-installedand everything checks out. PS: I had not changed any settings but this was the only support resource I could find on the issue.
Strangely, when I look at the source of the page(https://ahamyoga.com), I see the UA-xxx string. So is there something in the call stack that is failing?