bidiesman
Forum Replies Created
-
Hi Thomas,
Question 1:
===========
I did update them to the following setup:
Still one question, is “1.Google Analytics universal” needed? or already included with one of your GTM4WP?Kind regards,
JéHi Thomas,
yes it is ! I’m so so happy. May I ask you two little questions:Question 1:
==========
In order to setup Google Tag Manager, I did follow two tutorial:
-https://www.atomicdc.com/blog/ecommerce-event-tracking-with-google-tag-manager-made-easy/
-https://gtm4wp.com/how-to-articles/how-to-setup-enhanced-ecommerce-trackingI did setup tag from both tutorial. I’m not experiencing Double transaction in GA. My question is as follow:
are some of this tags useless or doing 2 times the same job?
here is a screenshot of my current setup:
My thoughts:
-Should I keep the GA TAG ALL PAGES or it’s included the GTM4WP Dom Trigger?
-Can I remove the the Ecommerce Completed order?
-are the “Coupon used/product added/removed…..” already processed by the GTM4WP Messenger helper? and “Ecommerce Product name selection” already processed by “GTM4WP impression tracking”?Question 2:
==========
it is out of scope, but I’m sure you know the answer.
In Google Analytics, I can’t find a proper way to setup the following:-Measure the conversion of Blog readers.
in other terms, I want to be able to measure number of customers who came first on my website by visiting a blog page and/or read a blog page before proceeding an order on my webshop.
I didn’t find solution to achieve that. Via Goals? or new GA Audience? it’s like a dubble goal one after the other. I can’t find a way to setup that in GA….
I thank you already in advance for your help and support.
Jé
update, one day later, I got my first ecommerce turnover value appearing inside Google Analytics… it seems that it’s may be working..^^ and just take a bit of time. I had some customers transaction today. I will check tomorrow if it get listed as well and come back with the update.
#fingercrossedForum: Plugins
In reply to: [Booster for WooCommerce] Plugin is causing Site Health Check ErrorsProblem solved also for me !
Just want to answer in order to push up this topic in Google. I personaly took time to investigate and understand what and/or which plugin was causing this issue.
Enable Read and Close parameter on session_start().
Requires Session Type option set as Standard PHP Sessions and PHP version >= 7.0I think it could be wise for upcoming version that this is checked by default. as php 7.0 or more should be a standard, therefore if it makes a bug for a new user, he will update his php version.
cheers,
Forum: Plugins
In reply to: [Broken Link Checker] broken link in main menuThank you so much.
I will be looking forward the changelog of the upcoming versions ??
Cheers and happy coding,
JéForum: Reviews
In reply to: [Facebook for WooCommerce] My list of very annoying bug and wished featuresDone!
Looking forward getting in touch and rocket this plugin as number one between woocommerce and facebook tools.Forum: Reviews
In reply to: [Facebook for WooCommerce] My list of very annoying bug and wished featuresHi plugin is updated now. but nothing about my little request about the facebook chatbox.
I know it’s a free plugin. but still if this could be integrated.
-choose to not automatically open the chat box
-and/or choose to open the chatbox after a certain timingthis would be really really appreciated.
Thanks and looking forward ??Forum: Plugins
In reply to: [WooCommerce] delete attribute at the same time than linked variationHi Ross,
As I really need this for my webshop having a lot of products and needing a relevant filtered result.I did hire a developper. Yas and his amazing advanced bulk edit.
https://wpmelon.com/As I hate to have plenty plugin. I hope this can be implemented either in his plugin or in woocommerce plugin itself in a nearly feature.
Is it possible to get in touch with a woocommerce developper in order to discuss about the implementation of that code inside woocommerce in a nearly future?
you can send me an MP.
via: billykite.be/contactThank you
Forum: Plugins
In reply to: [WooCommerce] delete attribute at the same time than linked variationOkay,
But then simply add the following conditions:
Delete the attribute automatically if it’s not used in any of other variations.Based on your example :
Red large.If there is no more large in any other colour then remove large. But don’t remove large from attribute if there is still another large in another colour.
I agree that Some users will prefer to keep attributed with as much as attribute as possible in order to provide the information to customers that this product exist from Xs to xxxl or Xs to Large for example.
But for other users, in my case, these attribute not related to any existing variation left are preventing to use filter properly in order to display available size left in stock.
The current filter plugin I’m using is actually basing his result on product attribute availability and not on variation.
So my filter result are irrelevant for product still having attribute but not anymore the variation.What if this can be a checkbox option from next WooCommerce release ?
X Delete attribute if not used in any existing variation?By the way then you for your answer
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Multisite support?Hi Jordy,
You are right,
https://codex.www.ads-software.com/Trash_status#EMPTY_TRASH_DAYS_option
Following documentation: it only applies to posts,pages,comments.
Second of all, it seems that without setting up this value, the default value is set to 30 days.If you answer I understand better the behaviour of your plugin. Still what’s the “trash” directory you are using? wp-content/…../trash?
About using your plugin. I still can’t make it happen.
when I start the scan, your plugin is “preparing posts” 5 posts per 5. and I get a 504 time out gateway. it sounds like an incompatibility with a plugin or a setup.
I will send you an email about it. and if we find out I will post the answer here.Thank you !
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Multisite support?Hi Jordy,
with the following extra line in wp-config:
define( ‘EMPTY_TRASH_DAYS’, ‘7’ );
you can automatically empty media trash.I try to understand:
-how will wp_post and wp_postmeta handle the information.What I believe it’s happening with the following setup:
define( ‘MEDIA_TRASH’, true );
define( ‘EMPTY_TRASH_DAYS’, ‘7’ );if a media is deleted it will appear to trash in wp-admin media.
Therefore I guess postmeta has a field updated with that “trash” information.
Still I believe the media file is still at the same place?
or is it also moved in another directory in wp-content/uploads/trash or anything else??After 7 days,I guess the media is permanently deleted and post and post meta entry deleted?
About your plugin:
“when Media Cleaner deletes a file, it marks the Media entry as deleted (so it doesn’t appear anywhere) and the file is moved to a trash directory. The file is therefore not accessible anymore (which allows you to test your website without it).”So your plugin moved the media and update the postmeta in order to test the website. And after that you have an option to permanently delete and the file and the entry in database?
I have a last question:
Your plugin is giving me a timeout after 30 second I started the scan. I did try to change the delay to 3000ms.
I noticed you have a empty request test. should I base that delay value or another value on that empty request test value to avoid timeout?Thanks a lot for your support,
Jér?me
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Multisite support?Thank you!
I’m really excited to try this tool.
last question I did turn on media trash and 7 days before permanent delete for media.
define( ‘MEDIA_TRASH’, true );this mean that picture stay on the server (wp-content/uploads/…) at the exact same place for 7 more days.
but database link is update in order to “break” the link to access that picture and add an extra status field like “trash” is set?is it that way this media_trash is working?
Thanks a lot for your feedback !
Forum: Plugins
In reply to: [WPS Cleaner] multisite compatibleMay I ask you which one?
ThanksThanks you are amazing !
it’s good to see so much reactivity for this plugin !Sorry for the late reply.
I’m using last Php7 with nginx.
and good to hear you are gonna fix it ;).ps: I just update with your release of tonight and there still this:
Create feed -tab:
================
Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/woo-product-feed-pro/classes/class-attributes.php on line 17Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/woo-product-feed-pro/classes/class-attributes.php on line 30
Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/woo-product-feed-pro/classes/class-attributes.php on line 37
Settings tab (tab attribute settings):
Warning: Invalid argument supplied for foreach() in ../wp-content/plugins/woo-product-feed-pro/pages/admin/woosea-manage-settings.php on line 276Last question,
where should be “product feed direcotry” has it is written that it is not writtable.. (probably I have to create it manually? but what’s the right name and where to create that directory?
thank you,
Jerome