Hello there!
Thanks for the translation to French and help contributing to this plugin. You can upload to somewhere where we can download the pot/po file?
Or you can send us the file on our Facebook page too. Awaiting for your reply 😀
Hello,
I do not have Facebook just give me an email I send you the po and mo files.
Another thing: your plugin generates rewriting errors and slows the loading of pages more precisely, it has a line:
add_action (‘init’, ‘flush_rewrite_rules’, 10);
which always generate the permalinks. This execution at each page load is completely discouraged because it requires a lot of processing time. In addition to this, it interferes with the internal management of permalinks WordPress and is an action for the reason why other plugins no longer work.
While waiting for the update, I deactivate, not the choice
Good luck
Thanks for your feedback regarding the flush. We will look into it and most likely run them on register_activation_hook or when you use the footer template feature.
You can email to is at hello @ divisupreme.com
Many thanks!
I’ll mark this as resolved for now and thank you once again! the version 1.2.6 enhances the flush method which uses register_activation_hook to add_option and delete_option method instead of running in init hook to prevent this from loading on every page load.
Cheers!
po and mo files sent to your email
Thanks again for the plugin 😉