andrecostainf
Forum Replies Created
-
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Add sampleRate to analyticsCould do it using the filter woocommerce_ga_snippet_create ??
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Add Attr siteSpeedSampleRateHey guys!!!
A few hours later, i was checking the code again, and found further down below the filters
woocommerce_ga_snippet_output
woocommerce_ga_snippet_require
woocommerce_ga_snippet_create
woocommerce_ga_snippet_headThis one did the trick for me. If anyone need it, here is the snipped i’ve used:
add_filter('woocommerce_ga_snippet_create', 'add_attr_siteSpeedSampleRate_ga_woo', 10,2); function add_attr_siteSpeedSampleRate_ga_woo($ga_snippet_create, $ga_id) { $ga_snippet_create = str_replace ( ")" , ", {'siteSpeedSampleRate': 10} )" , $ga_snippet_create ); return $ga_snippet_create; }
- This reply was modified 4 years, 9 months ago by andrecostainf.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Add sampleRate to analyticsThanks again Daan,
i’ve tried to use this filter caos_analytics_ga_create_config to add the siteSpeedSampleRate attribute, but you are right( sure ?? ). Who is adding that information is the Woocommerce Analytics plugin.So, I’ve opened a ticket there as there is no filter to add that information. Tried to use the set_domain_name to add that property, but it has a esc_js, so, got a problem with quote scaping ??
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Add sampleRate to analyticsHey Daan!
Thanks for your answer !
I will check on that and think about it!
??
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateThanks ! ??
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateCool !
Can you tell us about the fix itself ? Curious about that :). Is the code at fit or something ?
Best regards !
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateHey, sure! I will talk to the owner of the website and open the ticket!!
Thanks again!!
??Forum: Fixing WordPress
In reply to: Why my users automatically get deleted after 7 days?Nice to know ??
Forum: Fixing WordPress
In reply to: Why my users automatically get deleted after 7 days?Hi there ,
Can tell us your list of plugins ?Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateMarked as solved ??
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateHi again.
I had a default wordpress category widget with the dropdown option selected. This stuff was showing when I clicked anywere on the website, but kind of ramdomly. (only with cellphone)
No idea if was a imcompatibility with the theme or anything else on WP.
Thanks guys for your time, really appreciate it!
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateNever seen anything like this!
I’ve disabled a few plugins, and tried again. I could open several links in a row no errors. Then I’ve Alt+tab to another screen, then come back to the site, and then the error showed up.
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateI’ve realized this strange behavior with a #offcanvas on the url too.
On the home screen, using cellphone. First click works and open a new tab.
If I come back to the home screen, and click something else that bottom menu starts to show.
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateCould be this new option added to this last version? Add option to disable the category label . Where is this option to try to disable/enable it?
I had the previous version.
Forum: Themes and Templates
In reply to: [Blocksy] Broken links on mobile after updateThanks!!
No caching plugins intstalled on the site yet.
Take a look at this gif:
That stuff that opens on the bottom, its the top menu 0.o