glocc
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Can’t translate JavaScript with specific extentionHello, Tim
Thanks for your answer and fast solution.
I installed plugin from your GitHub repository (Version 2.6.10-dev) and it works like a charm: strings from files with .js and .tag extentions detected, saved to JSON and shown on frontend.
Will wait possibility to update the plugin via admin panel from WordPress directory.
Thanks!
@manuelrocha88
Thanks for your feedback!When you plan to release changes? Can you please inform in this topic when updates will release and I can update the plugin?
- This reply was modified 5 years, 9 months ago by glocc.
Forum: Plugins
In reply to: [Smart Slider 3] Wrong enqueue url with Polylang different domain websiteHi, @nextendweb.
Thanks for your reply!
When I replaced
WP_PLUGIN_URL -> plugins_url()(even without clearing the cache of Smart Slider 3), I get needed paths to js and css files of slider. So, it resolving my task. Problem is automatic update of plugin, because my changes will be lose after it.As I know,
plugins_url()is universal (instead ofWP_PLUGIN_URL). Can you change WP_PLUGIN_URL to plugins_url() next update?Forum: Plugins
In reply to: [Smart Slider 3] Wrong enqueue url with Polylang different domain websiteI checked my site once again and can tell that all locale enqueuing js and css files from the main domain (example.com).
So, my statement
example.com and fr.example.com continue work fine
– is wrong. Only example.com continue work fine.