Darko G.
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Uploads for Vimeo] Not working on multisiteHi @larnoult
Sorry to hear that. It’s already compatible with multisite but it looks like the error comes from the API. Can you open console (right click on the screen and click Inspect element) then try to upload a file and go to Network, find the request on admin-ajax.php where and go to Response to see the error message.
I will simplify the error reporting in new version. ‘Unknown error happened’ is just placeholder.
Or if you have difficulties, can you please contact me on my email and provide me access so i can look and help you with the error.
Thanks.
Forum: Plugins
In reply to: [Woocommerce Polylang Integration] Flags not appear on DashboardHello,
To everyone that doesn’t see flags in the Products screen:
Please note that they should be enabled first from “Languages” > “Settings” > “Custom Post Types and Taxonomies” like in the screenshot
Best Regards,
DarkoForum: Plugins
In reply to: [Woocommerce Polylang Integration] Flags not appear on DashboardHello,
I was not able to replicate the issue on my end.
Can you please give me more info on email?
Thanks!
Forum: Plugins
In reply to: [Woocommerce Polylang Integration] Woocommerce extensionThis plugin add Polylang support to WooCommerce. Translations can be done by adding po/mo language files or using Loco Translate or similar.
Forum: Plugins
In reply to: [Woocommerce Polylang Integration] 404 when going to translated productHello,
The issue have been resolved. Thanks for reporting the problem.
Best,
DarkoForum: Plugins
In reply to: [Woocommerce Polylang Integration] Products ?Hello,
Sorry for my late reply. Yes. you have to create two versions of the product using + icon. Basically each language has own product.
Best,
DarkoForum: Plugins
In reply to: [Woocommerce Polylang Integration] dont workHello,
The issue have been resolved in the most recent version.
Best,
DarkoThank you for the report. This issue is now fixed.
Forum: Plugins
In reply to: [Lazy Load Optimizer] Image alt attribute@processby, can’t you add data: image in the src attr temporary instead?
Hello,
I am sorry to hear that you weren’t able to make it work on your site.
Also, “it does not work” isn’t really helpful. Can you please share more details on your setup? Did you created the products in the second language? If you correctly configured your polylang products it should work out of the box. So there must be misconfiguration your end.
Thanks,
DarkoForum: Plugins
In reply to: [Woocommerce Polylang Integration] Support for the pluginSorry for my late reply. Today i released new version and i will continue supporting the plugin in future.
I am not staff or representative of the plugin, just a regular user. I definitely don’t understand the frustration of some people. 100 is just enough to tell if the plugin works or not is it worth to purchase api key or not, and it is clearly stated in the plugin description.
Running such image optimizer takes a lot of resources of the company that supports and maintain it. It’s processor heavy and has lots of users. To pay small sum of 4.99$ is definitely worth it and you get thousands of images and that way you help the company keep it up to date.
- This reply was modified 6 years, 7 months ago by Darko G..
Forum: Plugins
In reply to: [Woocommerce Polylang Integration] Translate woocommerce pagesThanks Mike,
I already fixed this by starting a session.
Correct code to start a session is the following and it’s essential to make add_discount() work from other pages
function dg_create_session_2434324234() { if( ! WC()->session->has_session() ) { WC()->session->set_customer_session_cookie(true); } } add_action( 'wp_loaded', 'dg_create_session_2434324234');