Dekadinious
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] Need to press back twiceWill do!
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] Need to press back twiceIt happens always in my case, on every page, even after clearing cache or incognito mode, in different browsers, different computers and different networks.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Thank you pagesHello again!
I am going to use Google Optimize to A/B-test. Then I don’t need more thank you pages or using the URL for conversion tracking. Google Optimize does everything. Just wanted to let anyone else that might wonder know.
For the record: I have not yet had time to implement the code, but I will 🙂
Forum: Plugins
In reply to: [WooCommerce Fixed Quantity] Decimals back end vs. front endI fixed this simply by adding this to my functions.php:
/** * Trim zeros in price decimals **/ add_filter( 'woocommerce_price_trim_zeros', '__return_true' );Have a nice day!
Forum: Plugins
In reply to: [WooCommerce Fixed Quantity] Decimals back end vs. front endThank you for the response.
Sadly, the template files are not overriding the original files after I copy the folder “templates” to “wp-content/themes/child/woocommerce-fixed-quantity”.
Forum: Plugins
In reply to: [WooCommerce Fixed Quantity] Decimals back end vs. front endBump.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Thank you pagesFantastic, I will create the code soon.
One more question, though you might not know. If I A/B-test two landing pages and have ?thank-you=1 on the first and ?thank-you=2 on the second form, will I be able to have one single thank you page and track conversions from the A/B-test that way?
This is more an Analytics specific question, but you might know.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Thank you pagesThank you for answering, and sorry for getting back to you so late.
This is exactly what I want, and I am pretty sure I can set it up. I only have two questions.
1. How do I set up destination goals in Analytics so that the “?thank-you=1” will not stop the conversion tracking? Does Analytics automatically ignore such additions to an URL?
2. Do I need to copy and paste a separate action for each page ID, or can I somehow add multiple page ID in the same code to make it neater?
Thank you!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Thank you pagesHi Kevin, and thanks for answering.
The think is that I have just started, so it’s really easy for me to track the one person landing on that page, and they came from the subscription form page. I have not yet ranked in SERPs and I have also disabled all thank you pages in Yoast SEO, Sitemap etc. They should not rank as I understand it. I don’t have double opt-in, so it’s not that either. It was kind of wierd.
Yes, the solution you are proposing is very interesting, because that way any direct visits will not be tracked as conversions because the page will not load. I have multiple thank you pages and more will be added, that need to be redirected to the corresponding page for the sign up form that the thank you page is for.
Please let me know how to proceed!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Another NONCE-questionThank you, I will try that 🙂
Forum: Plugins
In reply to: [LiteSpeed Cache] NONCE Error in MailChimp FormI’m not sure I follow.
It’s a plugin set on the page with a shortcode.
What is ESI?
Forum: Plugins
In reply to: [LiteSpeed Cache] NONCE Error in MailChimp FormThanks for answering!
I am going to have a lot of pages including the front page with such a form, so if it exists a way to do this without excluding every single page that would be best.
If not, I can work with it 🙂
Looking forward to hearing from you!
Forum: Fixing WordPress
In reply to: Database redirecting siteHello!
It has stopped doing it, it seems. Very wierd, but all good now!
Forum: Fixing WordPress
In reply to: Database redirecting siteHi again Steve. I am not getting anywhere on my own on this one, so I was wondering if you might have any more tips? 🙂
Forum: Fixing WordPress
In reply to: Database redirecting siteHello Steve!
Yes, those are the correct URLs, so it seems to be somewhere else the redirect happens. I just have no idea where to look, and appreciate any help!