jasom
Forum Replies Created
-
Update 1.1.0 was uploaded to repo.
I would like to insert the width of the layout and it is not possible.
Working on this
I will add configuration to move tags after the post. I will leava categories under the title because it has harmony 🙂
I will do one more special configuration option for you.
Great, I did so. Link is https://wpc.ticksy.com/ticket/2217295
Note from the end of issue:
In admin > Woocommerce > Producs table should by a note after product title “product has no bundled products selected”
Forum: Plugins
In reply to: [Shift8 CDN] May I set custom CNAMEYes, I understand. CNAME adds (unnecessary) complexity which needs to be written and then maintained.
I have same problem and I confirm this solution works:
When “reSmush.it Image Optimizer” plugin is disabled, “Regenerate thumbnails” works fine.
Forum: Plugins
In reply to: [Contact Form 7] CF7 – move ajax loaderI have same need.
Forum: Plugins
In reply to: [a3 Lazy Load] Stop using animated gif, start using animated svgBased on you reaction, I see you don’t know what I write about and a lot about SVG 🙂
1. 423 Bites for animated gif – great job!
2. Bjorn’s article from May 2016! is about allowing user to upload SVG as media.
It’s about the fact, that lame user may upload compromised svg file and have her site hacked.3. Bjorn’s article is not about using SVG in themes or plugins. Plugin maker will make sure his SVG is secure.
4. Latest WP core theme Twentyseventeen heavily uses SVG format. It downloads SVG from theme’s lib.
5. I don’t write about allowing to upload new filetype, I suggest you to inline your plugin’s animated SVG right the to CSS (here is tool for SVG inlining, don’t do base64)
6. SVG IS WAY HOW TO DO A THINGS TODAY, not GIF or PNG due to growing popularity of retina displays (high DPI) and the fact that SVG is vector graphic format.
See SVG loader in practice on Boardea.com.
Going to do it and will report the result.
Hi, may you please report an update on this issue. I have tested WooCommerce Multilingual 4.2.1.1 and the issue is still present. Orders are in default currency despite I define order language (‘wpml_language’ is ‘el’ in order meta_values) and I contact Woocommerce gate with ‘lang’ argument (https://dev.example.com/wp-json/wc/v2/orders?lang=el)
Thank you.
Which ‘more details‘ do you need? I can give you access to our dev environment so you can reproduce an error by yourself.
you need to pass it in the request itself
Yes, the ‘get’ parameter passed in URL, see code for ‘View Single Order‘:
$order = $woocommerce->get('orders/110', array( 'lang' => 'el' ) );When you want to ‘create new order‘ and you specify language like
'lang' => 'el'in jSon array, it is not sufficient. New order is still in default language (this may be another bug) and in default currency. Newly created orders has only a record saying language is ‘el’.
From my perspective, everything worked up to version 4.1.4.
Forum: Plugins
In reply to: [PDF24 Article To PDF] Error messageIt’s on PHP7
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP SuperCache] Preload may have stalledI have same email and I dont know what it means too.
Emaily body:
Preload has been restarted.
https://sub.site.com/wp-admin/options-general.php?page=wpsupercacheForum: Plugins
In reply to: [SSH SFTP Updater Support] PHP 7 CompatibilityThese are changes made in plugin by @navjotjsingh. It seems secure to install (since we trust the plugin maker 🙂
http://pastebin.com/EbecZ2XG
http://stackoverflow.com/a/7945988/2195238Forum: Plugins
In reply to: [SSH SFTP Updater Support] Compatibility with 4.6.xIm on Ubuntu 16.04 + PHP7
See this: http://phpseclib.sourceforge.net/ (Used PHP SSH library)
And this: http://stackoverflow.com/questions/tagged/phpseclib