Hamza
Forum Replies Created
-
I’m glad it got sorted out.
I’ll also have the filters doc update with the minimum required version info.
I’m marking this as resolved.Hi,
We tested the filters using Code Snippets and they are working just fine.
For the animation filter, I set it to “Only run in administration area” and the email filter, I set it to “Run snippet everywhere”.
Can you please contact us at our contact form so we can get more information from you.
BTW we recommended that you don’t use any plugins to insert code, just put the code directly in your theme’s functions.php file.
- This reply was modified 3 years, 7 months ago by Hamza.
Just wanted to let you know that we release gtag.js support. You should update, go to the advance settings and change the tracking mode to ‘gtag.js’.
I did flush by permalink cache. But it has not changed anything.
You don’t need my System Status. I’m just on a basic installation of WordPress with the default theme and only Woocommerce installed with its own sample products.
Gonna need a dev to reply to this one.
You haven’t replied so I’m going to mark it as ‘resolved’
Forum: Plugins
In reply to: [Brevo for WooCommerce] Fix this noticeI was still getting the same notice even in the latest version.
On line #431 this bit generates the notice:
WC_Sendinblue::$account_info['email_credits']['credits']
The reason is that the static variable is being called before its value was being set. The function that set the value for this variable was not called. I fixed it by adding the following line above the line #431.
WC_Sendinblue::init();
Hi,
We are working on upgrading Analytify to use gtag.js. We will be releasing the update soon. So lookout for that.
Meanwhile, if you are just using the free version of Analytify, you can manually add the gtag.js tracking code within your theme and use Analytify to show stats on the admin’s dashboard.
You can’t see/track individual visitors, if that is what you are asking.
You can select a particular day from the date calendar and see the stats from that day.Hi,
You can see that right on the Dashboard. Just change the date to your liking from under the navigation bar.
“Top pages by views” section will show you your top visited pages. “Geographic” section will show you the top countries and top cities and under “Tech Stats” section, you can see the browser, operating system and mobile device stats.