u3r
Forum Replies Created
-
Solved.
If my XML line looks like <title>actual title here</title>
am I supposed to use this code as:
<?php function my_remove_words( $title ) { $title = preg_split( '/\s+/', $title ); array_pop( $title ); return implode( ' ', array_slice( $title, 2 ) ); } ?>If so, it doesn’t work.
Solved.
Solved.
Thank you, solved.
Sure, this is how my XML looks: http://prntscr.com/uayuq3
And the line I’d need to map is let’s say <kodas_ls3>, (although in the end, I’ll be mapping most of them.)
Thank you!
Forum: Fixing WordPress
In reply to: 403 error after uploading imagesNo, filenames only had letters/numbers and round brackets/parentheses, nothing else.
Forum: Plugins
In reply to: [WooCommerce] Don’t reduce stock when purchase is made?Hello @amandasjackson , is there no simpler solution? I’d have to re-do a lot of things on my website just to get this to work, when I only need a simple function of purchase orders not having to automatically decrease stock.
Forum: Plugins
In reply to: [WooCommerce] Live products database?Those two plugins, might just work. Thank you very much 🙂
They didn’t work before, they would just show all labels, however, I purchased the pro version and now it seems to work fine. Perhaps a bug?
Anyways a feature suggestion from me would be, if possible, a really nice feature would be if we could get shortcodes for every label we create. That’s for future 🙂
Anyways, works fine now, all good, thanks 🙂
Forum: Plugins
In reply to: [WooCommerce] Crop product image from top?Thank you very much!
That worked 🙂
Forum: Plugins
In reply to: [WooCommerce] Crop product image from top?Thank you, however that did nothing 🙁
Page in question: http://pukis.eu/shop/
Nevermind, found the solution, was easier than I thought.
Conditions weren’t working with shortcode only.
And the conditions I tried were “Product > Equal > “Name””and it still applied that label to all products with shortcode.
- This reply was modified 6 years, 2 months ago by u3r.
Or perhaps I can force to add the hook somehow that plugin searches for, to JetWooBuilder’s element?