bostondv
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Home page redirect loopThanks, that seems to have solved it!
I’ve got quite a lot of plugins, so it’s certainly possible something is messing with it. I’ll have to do some trial an error.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Gateway timeout when importingFinally found the issue! A sub category slug was incorrect and did not match up with the categories we had created. Once fixed the import no longer hung and imported correctly.
My value for category was “children->earrings” and needed to change it to “children->earrings-children” to match the sub category slug that existed.
@allaerd could this error be handled better? If a category doesn’t exist, I guess the plugin is unable to create it?
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] ot recording all transactionsI found that for me, the missing transactions were all purchased through paypal standard. Must be some issue related to the fact that those purchases are redirected to the paypal website to complete purchase.
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] ot recording all transactionsSame here, and same versions as @veptune. Haven’t been able to find any pattern which are recorded and which aren’t, seems random.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Gateway timeout when importingit’s not resolved for me, even after trying everything mentioned in earlier comments.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Gateway timeout when importingI’ve disabled all plugins except woocommerce and csv import and reverted to default theme and problem still also exists.
Watching the network log in chrome is interesting, the admin-ajax.php request runs continually and racks up a huge amount of data transfer.
Screenshot (importing a single row csv): https://www.dropbox.com/s/e9jdkv5v1nciv7u/Screen%20Shot%202015-08-04%20at%2012.52.07%20PM.png?dl=0
Forum: Plugins
In reply to: [Woocommerce CSV importer] Gateway timeout when importingThe preview before running import also displays the mappings just fine, so I assume there’s no problem with the CSV itself.
Forum: Plugins
In reply to: [Woocommerce CSV importer] Gateway timeout when importing“Number of products to process simultaneously” option was already set to 1.
Even importing a CSV with only a single row it still fails.
Awesome, thanks!
Forum: Plugins
In reply to: [Polylang] pll_get_flag filter does not workPerfect, thank you!
+1
Forum: Plugins
In reply to: [Ultimate Posts Widget] Unable to use tabs after GeneralMy guess is the premium theme has an error or does something that conflicts with this plugin… Try contacting the theme author, maybe they can help.
Forum: Plugins
In reply to: [Ultimate Posts Widget] Use my theme's CSSYep, that should do it. The remaining styling is coming from your theme, so you’ll need to modify it to adjust any further styling.
Forum: Plugins
In reply to: [Ultimate Posts Widget] Unable to use tabs after GeneralA couple ideas:
Do you have JavaScript enabled in the browser?
Try saving the widget then see if you can switch tabs.
Switch to the default theme and disable any other plugins to isolate whether your theme or another plugin is causing the error.
If you are able, check the browser JavaScript console and paste and error messages displayed here.
Forum: Plugins
In reply to: [Ultimate Posts Widget] Use my theme's CSSPlease read up on add_filter() http://codex.ww.wp.xz.cn/Function_Reference/add_filter