Christoph Bratschi
Forum Replies Created
-
Thanks a lot for the quick response.
Forum: Plugins
In reply to: [oEmbed Plus] oembed_providers hook never calledIt works fine with this code (without the filter hook):
wp_oembed_add_provider('#https?://(www\.)?instagr(\.am|am\.com)/(p|tv)/.*#i','https://graph.facebook.com/v8.0/instagram_oembed', true);
- This reply was modified 4 years, 3 months ago by Christoph Bratschi.
I saw there are some hooks:
exactmetrics_tracking_before_analytics
exactmetrics_tracking_before
exactmetrics_tracking_analytics_frontend_output_after_em_track_user
exactmetrics_tracking_after_analytics
exactmetrics_tracking_afterIs there a documentation available?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] 404 after cleaning audiencesHi Harish,
The WPML settings were not updated. It works now fine.
Thanks,
ChristophHi Chris,
We are adding our own custom dimensions. I saw there is a text field to add some code but we have to gather a lot of data which is ready in our theme’s header code. So we need to pass the data from there.
So far we used the gadwp_analytics_commands action to modify the commands with some reverse engineering of your GitHub source code. But this is gone now.
Basically an API to pass the custom dimension number and its value would be sufficient.
Thanks,
ChristophIt actually works on our staging environment with the exactly same set of plugins. Our production environment stopped listing all plugins due to this error while displaying the line for Query Monitor. So no easy way to debug this issue right now.
Forum: Plugins
In reply to: [ACF: Better Search] WPML All Language Query BugI agree, this is a bad design of WPML. They should implement an easy way to just disable their hooks.
In the meantime we implemented a workaround and manually remove their registered handlers. Now both ACF and WPML all languages searches work.
Forum: Plugins
In reply to: [Database Backup for WordPress] Undefined index: wp_db_temp_dirYes, but still a bug, very easy to fix and the only plugin in our environment which floods the debug logs…
It works fine on our site too.
Thanks a lot for the quick fix.
From a previous post:
To downgrade:
– On the WP Mail SMTP plugin page, go to Advanced (https://cl.ly/43321D403Z3v)
– Look for the “PREVIOUS VERSIONS” at the bottom of the page.
– Select 1.2.5 and it will download the previous version.I have a similar conflict with our own theme. We are using the Google API client in a PHP namespace. Now we suddenly get conflicts with WP Mail SMTP.
Where can I download the 1.2.5 version? Unfortunately we already upgraded all our installations.
Forum: Plugins
In reply to: [W3 Total Cache] Post update das not purge URLs with parametersThis is a workaround for a mobile Safari bug. With the same URL all data is delivered from cache. We are already using AJAX calls and all caching headers are correct. A mixture between Basic and Enhanced would be the right solution for us.
Forum: Plugins
In reply to: [W3 Total Cache] Post update das not purge URLs with parametersThe problem is we do not know all parameters being used. Some are related to Google Analytics source parameters, others are navigational parameters. For a live ticker we add dynamic timestamps. All these URLs are cached.
We checked the W3 Total Cache source code and in basic mode there is no way to get the list of URLs because hashed URLs are used by the cache. It will be hard to fix this architecture. In the meantime we switched to LiteSpeed Cache which works fine but we have other sites which are not based on LiteSpeed.
Forum: Plugins
In reply to: [W3 Total Cache] Post update das not purge URLs with parametersI tried this setting but it did not change anything.
Forum: Plugins
In reply to: [LiteSpeed Cache] Theme images not removed from cache on theme updateManual purging did work.