altnet
Forum Replies Created
-
Forum: Plugins
In reply to: [AMB Variable Affiliate Products for WooCommerce] CSV importSadly, that’s where I got to. As you say, a real shame as this plugin has so much potential.
Forum: Plugins
In reply to: [AMB Variable Affiliate Products for WooCommerce] CSV importHave a look at lines 210 – 217 in amb-wcvap-functions.php – that might help with the default button text – not sure where the enabled bit goes, maybe one for the plugin author?
Forum: Plugins
In reply to: [AMB Variable Affiliate Products for WooCommerce] CSV importLooks to me like it should……..
https://www.wpallimport.com/documentation/custom-fields/theme-plugin-fields/
Forum: Plugins
In reply to: [AMB Variable Affiliate Products for WooCommerce] CSV importHi @gaztruman I think it may have been my observations you were referring to? I think the reason why these variables gets stripped down is because the standard WooCommerce Importer doesn’t allow custom variables on import. I had this with this plugin but also with Yoast when trying to import Meta fields. No reflection on the plugin itself, I take my hat off to the author, but at the time, for me at least, meant I had to ditch this and use another method. That said, you could try https://woocommerce.com/products/product-csv-import-suite/ as it would / should resolve your problem. Cheers
It looks like you have a backup on the site? I had issues like that with the latest release and went back to version 1.0.0 until the import works OK (which is another thing not quite right).
Hi Frankoonk, I seem to remember having the same problem. Might want to check that Enable the ‘Affiliate Product’ option in the ‘Inventory’ tab of your Variable Product is still enabled after editing the product?
Cool, thanks very much ??
OK, thanks for letting me know. Any idea when update will be released?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] export stuckI too have had this problem, turns out disabling WP-Smush plugin solved the problem. Hope this helps anyone else who has same issues, it’s mighty frustrating!!
Forum: Plugins
In reply to: [WooCommerce] Products Archive page, how to noindexNice, thanks very much.
Forum: Plugins
In reply to: [WP-PostRatings] Change Schema TypeHi, sorry I have no idea why that got posted so many times! I’ve delved into the PHP since and found a solution to my problem. Thanks again for your help.
Forum: Plugins
In reply to: [WP-PostRatings] Change Schema TypeHi, thanks for such quick response. I have added the above code to functions file but the page now stops where the ratings are displayed? (First part of description).
https://www.dysoncentre.com/product/refurbished-dyson-dc07-origin-upright-vacuum-cleaner/
Forum: Plugins
In reply to: [WP-PostRatings] Change Schema TypeHi, thanks for such quick response. I have added the above code to functions file but the page now stops where the ratings are displayed? (First part of description).
https://www.dysoncentre.com/product/refurbished-dyson-dc07-origin-upright-vacuum-cleaner/
Forum: Plugins
In reply to: [WP-PostRatings] Change Schema TypeHi, thank you for such a quick response. I have added the following to the bottom of my functions.php file
add_filter(‘wp_postratings_schema_itemtype’, ‘wp_postratings_schema_itemtype’);
function wp_postratings_schema_itemtype($itemtype) {
return ‘itemscope itemtype=”https://schema.org/Recipe”‘;
}am assuming php tags not needed. I’m now finding that the code breaks where the ratings are displayed on the page:
https://www.dysoncentre.com/product/refurbished-dyson-dc07-origin-upright-vacuum-cleaner/
Can you confirm the above code is correct?
Forum: Fixing WordPress
In reply to: Longer editing let Apache memory rise extremely and 500 errorSounds like your session maybe timing out when you’re adding a long post directly?