supersonicx5
Forum Replies Created
-
Hi Thomas,
I see. That makes sense. Looking forward to the upcoming 1.6 update! Until then, I will go ahead and comment those lines out and test it to see if that solves it. Thanks!
Mark
Hi Thomas,
I’m not sure if you’ve contacted this user via private message regarding a solution to this issue, but I’m also having this issue with the product variations showing up as categories in GA. The categories are still showing up properly but it’s also showing product variations as categories. How do I get these product variations to not show up as categories in GA?
Screenshot below:
https://drive.google.com/file/d/0B77XTBcRbe6yZGxrcG9CWkZhVVE/view?usp=drivesdAlso, I checked in the plugin code under the integration/woocommerce.php file and noticed code referencing the variations. I’m no PHP expert, but it looks like you have it set in the code that if there are product variations that you have set the variations equal to the product category. Would it be as simple as commenting out some of the code referencing the product variations to get the variations to stop being displayed in GA as product categories?
The code snippet I’m referring to is linked below:
https://pastebin.com/yM9FerssThanks,
MarkForum: Plugins
In reply to: [amr users] Checkbox displaying code in field outputJust letting you know that I sent you an email the other day with the sql dump. Please let me know when the addon is ready or if you need anything further from me.
Thanks again!
Forum: Plugins
In reply to: [amr users] Checkbox displaying code in field outputThanks for the reply! Yes, it looks like, based on the article you sent me, that the magic members plugin is unnecessarily serializing the user meta (at least on the checkbox fields). Here is what I found as an example in one of the user meta fields for the ‘practice area’ record in phpmyadmin:
meta_key – _mgm_cf_practice_area | meta_value – s:35:”a:1:{i:0;s:17:” Family Relations”;}”;
I’m not sure what the best approach is to solving this. I am developing this website for a client and the client can request support for magic members to possibly have them fix the issue but I’d rather not go that route since the client is very busy and it would take more time to resolve the issue that way. Do you think the gravity forms add-on would solve the problem? Does it do something similar in terms of the unnecessary serialization? If so, I will go ahead and buy that add-on. If not, I don’t mind paying a small fee for you to create an add-on specifically for my issue if it’s not too complex. Let me know what you think is the best approach.
Thanks,
MarkForum: Fixing WordPress
In reply to: WP login screen displaying link and title at top of pageI figured it out, thanks again!
Forum: Fixing WordPress
In reply to: WP login screen displaying link and title at top of pageHey Japh,
Thanks for the advice. I will try that.