BlazenWeb
Forum Replies Created
-
That’s great, thanks so much! I’ve left a review 😊👍
Thanks so much, it will obviously be a very good thing for all companies and site admins etc if they can automatically be excluded from the tracking.
Thanks for mentioning the IP blocking feature. Unfortunately this is very hard to manage, and with many of the team working from home, their IPs can change regularly. It’s a situation where this new feature of the plugin would certainly help.
Many thanks
@gregory76 I had the same issue today and @emodot ‘s reply helped me resolve it. Basically, although I had SSL installed, the URL mentioned above: http://my website.com/wp-admin/themes.php?page=starter-templates was not using https
The quick workaround was I then added the s to the http manually and the buttons worked again: https://my website.com/wp-admin/themes.php?page=starter-templates
It might not be your issue but it worked for me.
I then made sure that the urls in WP’s General Settings /wp-admin/options-general.php were using https as every page should have been https (for anyone reading this, only change those URLS to https if your website is supposed to be using https AND you have an SSL certificate installed, otherwise you could damage things from an SEO and user perspective if you don’t know what you’re doing).
@brainstormteam hopefully this gives you some more direction to replicate the issue which is still happening. ie. the issue happened for me on the ‘select page builder’ screen when I had SSL installed but was using http
And if you can’t resolve it, a warning/notice message would help people so they don’t have to waste time looking on the Internet for the answer. We’d all appreciate your help if this is the issue.Forum: Plugins
In reply to: [Payment Gateway of PayPal for WooCommerce] not able to receive paymentBe careful, it looks like you’re still sending payments to Paypal Sandbox?
Yes we also get this with Responsive 3.23 – like svends our home page has changed to a blog page, but is slightly different because it’s now showing a sidebar whereas the homepage should be full width without a sidebar. All the settings seems to be correct, and all other pages and posts on the rest of our site have the sidebar showing correctly. In the light of the above comments, it seems to be a code issue? I’ve added the following as a short term fix, but need a proper PHP solution, not CSS.
.home #content-blog { width:100%; } #widgets { display:none; }Okay, I waited a little longer and it seems to have kicked in and is working. Thank you for your efforts!
Has now been updated to Version 5.0.10 confirmed. Cache purged. Exact same problem persists. Please help.
Hi, I turned off caching and minification, purged cache from the SG plugin and then when that didn’t make any difference I also disabled the plugin. And checked via Chrome Incognito. That also didn’t make any difference.
I double checked the code, and minificiation etc wasn’t in place. Any ideas what we could try next? I’ve re enabled and could turn it off permanently if you want to look.
Thanks so much Alin, that’s it! All working. Appreciate your help. Hopefully this will help lots of people in the future that need to add the UserID in WordPress/GADWP/Google Analytics.
Thanks Alin. I need this too.
Any chance of a bit more info about updating that code?
Before using GADWP I was doing this in functions.php with
ga('set', 'userId', <?php echo get_current_user_id(); ?>);Not quite sure how to use your code below correctly….?
/* Analytics Code */ function gadwp_addcode($gadwp) { $commands = $gadwp->get(); // Get commands array array_pop($commands); // Pop the last element $fields = array(); $fields['hitType'] = 'pageview'; $commands[] = $gadwp->prepare( 'send', $fields ); // Add a new line to the commands array $gadwp->set($commands); // Store the new commands array } add_action( 'gadwp_analytics_commands', 'gadwp_addcode', 10, 1 );Yes Lopo that seems to have done the trick! Thank you for your efforts!
Have you tried every single bit of advice in this post?
If you have followed every bit of advice and spent some good time troubleshooting, then I would start a new thread because your problem might be different to mine.
Make sure you check your error logs too.
I’m not sure if there was a fix in the main code because I added my own fix which you can see above, but your problem might be different.
Apologies for the double post. Please delete and refer to other post.
Thanks a lot Matteo, that would be fantastic!
Yes, Matteo, it works for me thanks. I’m just a bit worried about the plugin being upgraded and the downloads stop working without anyone noticing 🙁