chinkchink
Forum Replies Created
-
Done!
Thank you for keeping this thread open.
Happy to report that the problem has been resolved by turning off CDN for several hours.
It is indeed not a problem caused by the Rename Login Page feature.
Thank you very much for your help and patience, and I will marked this as resolved.
Please keep this thread open for another week. I am checking in the hospital for an operation and will need to wait till I get back to the office to fully test out the caching situation.
Thank you for your understanding and your help.
Both WP security > Dashboard > Locked IP and WP security > Dashboard > Permanent Block list are empty on my site — no entries at all.
Caching for the site is done on the server end (a service offered by my hosting provider, SiteGround.) And the site also uses CDN.
Do you think it is the cached copies on the CDN that keeps redirecting the page?
Thanks for your reply.
My WP Security > User login > Login lockout feature has been disabled ever since I set up the Rename Login page (the reason why I set up the Rename Login to begin with — I did not want to use the lockout feature.)
My WP security > Firewall > 404 detection is disabled. (Has always been turned off.)
My Locked IP addresses list is empty.
My {db_prefix}_aiowps_login_lockdown table has 0 row.
My WP security > Blacklist manager > Ban users is disabled. (Turned off after experiencing the current issue.)
I have also tried:
Adding my friend’s IP (who works at a different office, using a different internet connection) under WP security > Brute force > Login whitelist, then have her try to access the login page while Rename Login is off… she also landed on 127.0.0.1
Any other suggestions?
Hello Thomas,
Just want to report back to let you know the following:
(1) By activating multiple payment methods, I was able to make the radio button (next to the “Credit Card (Stripe)” label ) to show up.
(2) However, data for step 3 of the checkout behavior report remain empty — all test transactions show up in this report with “Dropoff” at the second step (Shipping data).I understand that you are very busy and may not have time to look into this further… regardless, I still want to let you know that your responses and suggestions are greatly appreciated.
Thank you much
Currently, I have the following events in the trigger, am I missing anything? The Payment step is still missing data in the Checkout Behavior report.
gtm4wp.addProductToCartEEC
gtm4wp.productClickEEC
gtm4wp.removeFromCartEEC
gtm4wp.checkoutOptionEEC
gtm4wp.changeDetailViewEEC
gtm4wp.checkoutStepEEC
gtm4wp.orderCompletedEECThank you very much for your help
Thank you for the explanation. I also read your other post (https://www.ads-software.com/support/topic/enhanced-ecommerce-capability/) where you mentioned that addition for v1.8 includes:
“…support for tracking the checkout page more granularly. This will check the input fields the user is currently interacting with and fire GTM events based on what part of the checkout page is currently filled in.”
Do I need to add other event name(s) in the trigger in order to track all the checkout steps? Or do I need to set up new trigger(s) for this?
Many Thanks
- This reply was modified 6 years, 4 months ago by chinkchink.
Thank you very much for your reply.
I have activated EEC for the Pageview tag per your advice and the Shopping Behavior Report is working perfectly. Thank you Thank youHowever, the Checkout behavior report is still a bit off… while visits to Product page and Cart page are captured, Checkout page and Thank-you pageview are not. I did some screen-grabs to share with you at https://staging1.mybiointel.com/ga-reports/
- 1st image shows the Shopping Behavior Report for 11/5/2018 – all data correctly captured
- 2nd image shows the Checkout Behavior Report for 11/5/2018 – as you can see, when compare it to the 1st report, there are some stat missing.
- 3rd image shows the Ecommerce Settings for the site’s GA account.
Any insight you can share with me are greatly appreciated.
Thank you again.I have upgraded to v1.1.8. Uninstall and re-install 1.1.8.
Still no checkbox.Thanks
Just want to get on the record that this change really messed up my Google Analytic stats — I have the checkout process funnel setup in GA based on the page flow before the WC Stripe Gateway 4.1.0 update — i.e. without the “/checkout/order-pay” page between “/checkout/” and “/checkout/order-received/”.
My customers are not happy with the extra click neither.
I understand that certain changes may be unavoidable as the plug-in’s features expand.
I just wish that you guys have included page flow and user interface changes in the Change Log, so we can prep for them before updating the plug-in.Thanks
Forum: Plugins
In reply to: [amr users] unable to use both “Link Type” & “Before & After” in same listThanks for the tips. I think I am almost there, just need a few more pointers:
(1) I was able to create one custom Link Type in my site-specific-plug-in, using the sample code from the “example-site-specific2.0” file, everything works as expected. But how do I create a second one?
After I tried to create a second Link Type, both the first and the second one showed up in the Link Type dropdown as expected, but the second URL overrode the URL of the first one, making both types linking to the same page.(2) When I tried to use the “formatting routine” in my site-specific-plug-in, nothing happened, looks like the code did not run at all… may be missing a hook?
For testing purpose, I simply copied your sample code on https://wpusersplugin.com/2645/format-any-field-any-way-you-wish/ and paste it in my site-specific-plug-in php page, but the “Nice Name” in my list did not turn into a link. Then I tried pasting your code in “amr-users-plus-pluggable.php” (just for a quick test, I know I should not alter this file) and the formatting for “Nice Name” was applied as expected, it was displayed as a link to the user’s webpage in the list.(3) Is it possible to apply “formatting routine” to a field that also uses Link Type?
(4) Any suggestions on how to create multiple links (to different landing pages) that require using “User ID” in the URL parameters, in a single user record?
Really appreciate your help
Thanks
Forum: Plugins
In reply to: [Print-O-Matic] Any resolution to the Microsoft Edge issue?BTW, the plug-in “Print Post and Page” works on MS-Edge:
https://www.ads-software.com/plugins/print-post-and-page/
It is not as smart with CSS as Print-O-Matic, but it prints.I ended up doing a browser check and generate the shortcode for “Print Post and Page” if user is on MS-Edge, otherwise, the shortcode for Print-O-Matic was used.
Forum: Plugins
In reply to: [Print-O-Matic] Any resolution to the Microsoft Edge issue?Second everything @nelsonkl23 said…. please let us know if there has been any progress in resolving this… and yes, will take any suggestions for workaround as well.
ThanksForum: Plugins
In reply to: [amr users] unable to use both “Link Type” & “Before & After” in same listThanks for the reply.
If it was only plain text I needed to add to the field value, I agree, CSS pseudo classes are better solutions then using “Before & After”. But I needed to generate a unique link using the user id as part of an URL parameter, something like this:
<a href=www.webdomain.com/userreport.php?uid=2222>View this user's report</a>
where 2222 is the user id.CSV export is not a concern for me either, not in this particular listing anyway.
I understand that I am not using “Before & After” as it was intended, but see no other way to accomplish what I need. Do you have other suggestions on how to generate the link as described above?
Thanks much