Patrick Rauland
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Don't Include WooCommerce Checkout ScriptsI forgot my manners… please & thank you. 🙂
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Paypal Payment Options ImageHey Alex,
We don’t provide customizations to our code but I will try to point you in the right direction. You can use the
woocommerce_gateway_iconfilter located here: https://github.com/woothemes/woocommerce/blob/2ba902962454fb1bcf5162a06ac39dcbf0769093/includes/abstracts/abstract-wc-payment-gateway.php#L280You can programmatically replace it with any image.
If you aren’t a developer and need help with this I’d reach out to Codeable. They’re great a small modifications like this. I interviewed their CEO about their process and you can read about it here: http://speakinginbytes.com/2014/09/codeable-wordpress-tasks/
I hope that helps! 🙂
Hi updatediva,
I’m not sure that you want your link structure to look like
?cat=(id-spring)+(id-candles). Instead I’d look into writing a custom loop. You can see the basic loop here:Forum: Reviews
In reply to: [JotForm Integration] Display jot form submissions on a pageUnfortunately that’s not possible. The JotForm form is an iFrame which means I can’t really interact with it. It creates the form fields and sends them to it’s own service. I do believe you could build a custom app for their service but that’s a lot of work.
Have you instead thought about a different solution? My favorite free form plugin (that also happens to save the form submissions to the database) is Ninja Forms. You can’t view them on the front end of the site but you can view them in the admin.
I hope that helps! 🙂
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Why was GA taking out of WOOcommerce?Hey Action,
WooThemes took it out of core so that they could update separately. That way if there was a big change in Google Analytics it could be pushed out immediately and people could use it right away.
It’s a big harder to push out a new version of WooCommerce (because many things change and need testing) and people are bit more skeptical about updating WooCommerce because it’s a big plugin so they wouldn’t update as quickly.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Move the tag inside the headI’ve just logged this as an issue in our GitHub repo. The next time we make a release I’ll look into this some more and hopefully include it in that release. 🙂
https://github.com/woothemes/woocommerce-google-analytics-integration/issues/30
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] regular expression after purchase?During the checkout process did you log back in?
The order received page should contain the e-commerce tracking data. I can’t help you with your goals since that isn’t something we control at all. The e-commerce tracking we do control. Do you any e-commerce data in GA?
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Facebook Pixel Support?Hey HaveAnEpiphany,
We don’t currently have any plans for this but it does sound like a good idea. Have you see this plugin? Looks promising:
https://wordpress.org/plugins/facebook-pixel-conversions-for-wp/Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Bounce Rate is less than 2%Hey Mark,
I’ve seen sites with 1% bounce rate. It depends on what Google counts as a bounce. On the 1% site there was a JavaScript slider that auto activated and Google thought that was user input so it didn’t count as a bounce.
We just print the code to the page Google does all of the calculations. If you want to dig further I’d ask via the Google Analytics support forums.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] eCommcere tracking not workingHey Robbie,
I’d like to dig in but I probably need to see your settings. Do you have any premium WooThemes products? If so you can securely send us a user name / pw via our support system and I can log in and view all of your settings to see what’s going on.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] analyticsHey Robbiehenry,
Nope you can use either at this time.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] paypalYes this will track sales form any payment gateway that go through WooCommerce.
So if you’re going through the WC checkout process and you choose to pay with PayPal it will track that.
It wouldn’t track anything if you just have a random PayPal buy now button.
Forum: Plugins
In reply to: [JotForm Integration] ResponsiveUnfortunately I don’t control that. 🙁
I use a JS file they provide which automatically creates the iFrame the way they want it.
Sadly I can’t control everything. 🙁
Forum: Plugins
In reply to: [JotForm Integration] ResponsiveWhat do you mean set the scrollbar setting? An iFrame behaves like any browser window so if the viewport is too small it will load the content in the top left. The user will have to scroll to see the rest.
Forum: Plugins
In reply to: [JotForm Integration] ResponsiveHey Maspergren,
I wish this was possible. Unfortunately we’re pulling in an iFrame which will ignore the width of the browser completely. The HTML
Can I ask what you’re using the form for? Have you looked into Ninja Forms? It’s free and built into WordPress so it should more responsive friendly.