academyadmin
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Gated Content] Parse errorResolving thread.
Forum: Plugins
In reply to: [Contact Form 7 Gated Content] Parse errorThis was a php version issue. Had to contact the hosting provider and ask them to upgrade the php version on my production server.
Hope it helps anyone.
Thanks.
Forum: Plugins
In reply to: [Tracking Code Manager] gap above headerJust to help others and perhaps help you make your plugin better, I have found what the problem was:
I was asked to insert this pixel from facebook via email (facebook gives the option to ask someone for help embedding a pixel by entering that person’s email), so I got the email, copy and pasted the pixel code from the email into your plugin and got the error.
Why? because the email contents held hidden characters that didn’t show, but after rendering the code by the browser), hence the “strange” character – you couldn’t see it physically, not in the email and not in the plugin text box.
So how did I solve it? by copy-pasting straight from facebook rather than from the email they sent me.
I think you should be able to filter the text better as the plugin developers, because not always the developer is given access to the facebook (or other) admin panel. There are functions that can filter the text from the user and sanitize it.
hope that helps!Forum: Plugins
In reply to: [WooCommerce] Change checkout fields text with hooksHello Mike,
I tried the Say What? plugin.
It works for me in this case, but I can easily think of places where I’ll translate “too much”…, the “context” is a good idea, but it is barely used or not used at all in most cases (or am I wrong?), so basically you can translate according to the domain, which in woocommerce case means if I’m translating the word “Product” for instance, I’m translating it all over the store and not just in the checkout page.
One more thing I’m concerned about is speed. I think this kind of on-the-fly translations will slow down the website as they are happening in runtime. I’m guessing hardcoding the texts will be the fastest, but Won’t hooks be a better way than on-the-fly translations?
Anyway, will you be so kind and help me getting started with an example for using hooks in this case?
For instance, changing the “account password” label, or the “Billing Info” heading, both in the checkout page…
Thank you!!Forum: Plugins
In reply to: [Meta Box] Add WYSIWYG options – is it possible?Anyone?
Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pageMarking as Resolved.
Forum: Plugins
In reply to: [Direct Checkout for WooCommerce] No Coupons support with this plugin?This is implemented via the WooCommerse plugin. Coupons should show in checkout if all is well.
Marking as resolved, Thank you.Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pageThank you all for the replies.
The issue was that I was using custom code that put the coupon message in hiding using css, so it was there all along and took some time to catch.
Thanks again for the support! you definitely put me in the right direction.
Feel free to close this thread, my issue is now resolved.Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pageHi,
Thank you for the answer.
I didn’t change anything in the original form-checkout.
I checked and it has do_action( ‘woocommerce_before_checkout_form’, $checkout ); in it on the top part…In which version was the “Have a Coupon?” banner in checkout-page introduced?
Thanks again!
Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pageThanks for bearing with me.
I changed themes: Twenty Sixteen gave me a blank page, but Hazen worked for me and I COULD see the “have a Coupon?” banner, so it is theme related like you suspected.Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pagelol 🙂
Well, while websites are not private by nature, when googling your brand brings up support questions you asked on public forums, you suddenly wish they could be 🙂About changing the theme… I wrote the theme on my own, so I guess it’s me to blame. But even if a different theme could solve this issue, it won’t do me any help.
Is there no php/woo api call to this coupon box so that it would appear there manually?
Thank you again!
Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pageNope, no coupon is applied yet.
Unfortunately this is a public forum and I don’t really want to put a link to the website here, so I’ll say thank you for willing to help, but I think I’m gonna have to find another way to solve this problem.
If you can think of any way to make this coupon textbox and button appear in the checkout page manually, I’ll be grateful.
Thank you either way!
Forum: Plugins
In reply to: [WooCommerce] Show "coupon box" on checkout pageI guess there’s something wrong on my end then.
I can’t see any banner for coupons. Is there a way for me to turn this ON? (via php, hooks, settings.. anything?)
Thank you!Forum: Plugins
In reply to: [Tracking Code Manager] gap above headerThank you guys for the offering,
Unfortunately, I can’t give up an admin user access…
The code I was using is an official Facebook pixel which doesn’t even hold those strange characters.
Thanks again for your help.Forum: Plugins
In reply to: [Tracking Code Manager] gap above headerHi.
I see the problem now –
The tracking code doesn’t go above the </head> like I set it up.
Rather it goes in the body.
Attached is a link to a screenshot of the inspection: http://imgur.com/uW4LwFNThank you!