drazon
Forum Replies Created
-
Hi thanks for the reply I have to say that since May 2022 something has changed without me doing anything at all rather than updating CAOS and I receive Google ad conversions. Any idea what could that be?
Same issue here. Some problem with the latest update perhaps
Forum: Plugins
In reply to: [Ocean Extra] Filter to allow ‘post’ tab in ocean wp settingsHi thank you, you can also consider something like a flag in the oceanwp customizer settings because I have seen the same code in various oceanwp templates as well. Sometimes I create custom templates at the child theme just to remove that
if
// Return if it is not Post post type or if oceanwp_extend_posts_custom_post_types == false if ( 'post' != $post_type || $oceanwp_extend_posts_custom_post_types == false ) { return; }
So this would make it easier for anybody who wants to extend some of the oceanwp functionality into custom post types without needing to create custom templates at the child theme
I rolled back 14 websites and excluded CF7 from auto updating.
Here is what Frank @optimizingmatters from autoptimize suggests https://blog.futtta.be/2021/02/25/contact-form-7-update-breaks-autoptimize-js-optimization-workaround/ and by the way asks the same question I asked in the first post
The full list of scripts to be excluded seem to be
'/wp-includes/js/dist/vendor/lodash(.min)?.js', '/wp-includes/js/dist/api-fetch(.min)?.js', '/wp-includes/js/dist/i18n(.min)?.js', '/wp-includes/js/dist/vendor/wp-polyfill(.min)?.js', '/wp-includes/js/dist/url(.min)?.js',
according to engahmeds3ed at https://github.com/wp-media/wp-rocket/issues/3625#issuecomment-787910907
In any case this as a best case scenario will have a performance impact on websites with cf7. Worst case scenario is forms not working and with auto updates enabled web admins will have nightmares with clients the following days.
@takayukister I really appreciate your work in cf7 and I noticed in one of your presentations a slide with “Never stop improving your plugin“. Do you mind explaining how loading all this js at the frontend which can’t be deferred improves the plugin? This is an actual (not sarcastic) question because I’m sure you see something that I miss in all this.
I would really appreciate an answer,
thank youAnd one more question I have is all this javascript needed especially the wp-polyfill if Gutnenberg is disabled?
- This reply was modified 4 years ago by drazon.
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Does this work with wp_login_form ?Worked as a charm thank you very much!
Forum: Plugins
In reply to: [Ocean Extra] Filter to allow ‘post’ tab in ocean wp settingsI’m just saying that an apply_filters() at that point would allow users to bypass this behavior and it won’t cause any problems anywhere else. I’m using the post tab for my custom post types so far and it works perfectly fine. consider it as a suggestion.
Forum: Plugins
In reply to: [DCO Comment Attachment] Translate with Loco TranslateI didn’t find any way to translate it. The newest version has classes at the html markup and i used those to hide the text with css
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Console errorSame here why does elementor need the script id=’elementor-common-js-translations’ in non multilingual websites anyway? Is there any filter to remove the whole inline script?
- This reply was modified 4 years, 2 months ago by drazon.
Forum: Plugins
In reply to: [Yoast SEO] No Option to Add Facebook App IDI’m trying to find any documentation online about the deprecated Facebook app_id to understand the reason you removed it. Is there any information/link you can share?
- This reply was modified 4 years, 3 months ago by drazon.
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Does this work with wp_login_form ?Right now at least in my case I have the same issue as this https://www.ads-software.com/support/topic/issues-with-wp_login_form-inline-login-form/. Has the compatibility been fixed since then?
Forum: Plugins
In reply to: [WP YouTube Lyte] How to pass hl parameter in embed urlI was afraid so ?? I saw most of the the parameters hardcoded in the js file. Anyway thank you Frank! I will check to deregister / dequeue the js file and register enqueue mine.
- This reply was modified 4 years, 4 months ago by drazon.
Anybody managed to make CAOS work with new Google Analytics?
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] GA Issue: Bad Event Tracking CodeI have noticed that the “Bad Event Tracking Code error
(not set)” happens only when “Track Ad Blockers” is checked.@daanvandenbergh
If I go to Behavior > Site Content > Landing Pages I can see that the “not set” count is equal to the number of “tracking” events in behavior. So I suppose that when you send the “tracking” event to GA you could either assign the permalink of the current page (preferably if possible) or a fixed value so that it is just anything else other than empty.Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Track Ad Blockers?You can probably see JS errors in the console of the browser once you enable the lite ad blocker. I will ping this thread once I do some more testing and create a new thread for this issue.