Hypolythe
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Scanning twig filesThanks a lot @timwhitlock, this is very clear!
Thanks for the detailed answer and the suggestions, I think my way to go will be to used a dedicated variable at the top of the files then, as suggested in the timber documentation.
Have a very nice day and good job on the plugin, as it is very well made.- This reply was modified 1 year, 7 months ago by Hypolythe.
Yes thanks for your reply, I am actually the one who opened the issue.
I hope someone will be able to help!
Have a nice day.Hi!
I am having the exact same issue, with the same console errors.
Do you have any clue on what is going on?Thanks for your time.
Have a nice day.Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] Language not loaded correctlyHi ovann86,
Thanks for this nice update !
Strings customization in the WordPress Admin is a nice feature, however it causes problem with WPML for example, as the strings cannot be translated and displayed depending in the language.
I find out that you could make the options translatable in the file gravity-forms-ajax-upload-addon.php.
My guess is that your started doing it.See the line 482 for example :
'text_file' => esc_js( 'File', 'ajax-upload-for-gravity-forms' ),
It should be :
'text_file' => esc_js( __('File', 'ajax-upload-for-gravity-forms')
,`The function esc_js only accepts one parameter, a string. So you probably missed the __() function ?
Thanks again !
Have a nice day.Forum: Plugins
In reply to: [Taxonomy Order] Categories and Taxonomies are goneThe same for me…
Forum: Plugins
In reply to: [Autoptimize] Many deprecated errorsThanks !
No more errors. Great job ??Forum: Plugins
In reply to: [Intuitive Custom Post Order] Character errorGood job !
I’m happy to give you 5 stars. Your plugin works perfectly !Thanks !
Forum: Plugins
In reply to: [Autoptimize] Many deprecated errorsHi futtta, thanks for the quick answer.
I guess you may just try to activate the debug mode in the wp-config.php file to see the errors, by setting the WP_DEBUG constant to true.
Give it a try, and if you can’t see the errors, then I’ll send you a debug log.Thanks for giving the plugin a new life !
And last thing, that would be great to have an option to show only years !
Thanks again.