benbois
Forum Replies Created
-
Forum: Plugins
In reply to: [YMC Crossword] Display solutionThanks for the update, I just added the missing French translation in Translation of Development (trunk): French (France) 😉
Forum: Plugins
In reply to: [YMC Crossword] Display solutionThank you for your reply.
I know exactly the objective of crosswords.
But because we use it with Latin definitions for French people, the future players will need a bit of help.
I implemented a “dirty” solution and managed to add what I wanted.
Here you are a screenshots of the current implementation.
When the payer click on the “Show the solution” button, it get an alert message to confirm if he want really show the solution (1st click only). If yes, the solution is displayed on the grid with a 10s countdown timer (orange vertical line on top of the grid).Again it ‘s not a very clean programming, but that works!
I have also translated your plugin in French and I’ve noticed that the buttons labels are not present in the translation file : ymc-button-reload, ymc-button-reset, ymc-button-start, ymc-button-pause.
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review Category@geminilabs, I’ll will try to setup a non-prod website to reproduce, test and eventually let you access also!
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review CategoryThe Reviews are indeed assigned to categories:
Here the exact shortcode used on this page:
[site_reviews class="reviewDisplay" display="1" pagination="ajax" hide="response" assigned_terms="4896"]I used the 2 repair tools, Desactive/Re-active the plugin for the same result.
So I send you the requested info log.
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review CategoryHere you can see the problem: https://www.langooster.com/test/
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review CategorySadly, the website is not yet public.
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review Category1. Here the shortcode I used with straight (plain-text) double quotes:
[site_reviews class="reviewDisplay" display="1" pagination="ajax" hide="response" assigned_terms="1424"]2. With NO page builder and standard Text Edition mode.
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review CategoryYes as you can see here:
Forum: Plugins
In reply to: [Site Reviews] Display reviews for a Review CategoryThanks for your quick reply.
I’m talking about a Site Reviews category (like your screenshot) to not mix the both categories types in fact and only use Reviews categories for Reviews.
Is that clear enough?
Forum: Plugins
In reply to: [WP Extended Search] How to exclude Post including specific terms in TitleHi Sumit,
Thanks for your reply!
I’ll manage to do it with the filter.Regards.
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Multiple conversationsHi @specialk, good news!
Do you have a list of features included in the Pro version somewhere?Forum: Plugins
In reply to: [WooCommerce] WooCommerce field type date in FrenchOk, my mistake!
In fact, I got confused with the embedded date picker of Firefox.
So I have to add a JS date picker instead of using the Ffx one.
Sorry for the noise.Forum: Plugins
In reply to: [WooCommerce] WooCommerce field type date in FrenchHi @maykato ,
I don’t not usesd a languages plugin, even for the date picker.
I use the one implemented in WooCommerce, by using the woocommerce_billing_fields filter and type=’date’ as option.
Of course, I checked before to ask here, the PO files and co, the data of dates are translated but seems not used by the date picker of WooC.Strange to have hard coded this in JS, isn’t it (or it is a mistake from me)?!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce field type date in FrenchThanks @maykato.
Do you know if this plugin manage to bypass text inside a JS code.
Apparently, the date picker text is implemented inside a JS file!
So I believe that is not the right way to get the text in French.Is there a way (implemented option) in woocommerce_form_field() function like array( ‘data-language’ => ‘fr’ )?
I didn’t found anything about that!
—
CheerForum: Plugins
In reply to: [hCaptcha for WP] hcaptcha issue on WooCommerce My Account page@kaggdesign,
Excellent news, I’m waiting for the new release 😉