laudag
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] Decimal numbersI tried fist on firefox, then now on chrome. The same.
Two things I think :
first, the computer and the browser are set for a region, for me France, and you USA (I think). So no issue for you with dot, and for me yes.
Second, when I enter a letter instead of a number, I do’nt have any red validation field, which would be the interest of having a “number “filed when I write a letter.
Then, a dot, in france, is considered as a texte caracter. Not a comma which is a regular number caracter.So when I enter a lettre or a dot, intead of red alert which couldn’t let me following the form, it’s validated and regsiter a 0 instead of this letter or dot. This mean thaht the field is recognized as number filed and refuses letters. But the form let is pass.
I know I could use a pattern in the advance stting. That why I asked. But trying to understand how to write the pattern “accept only numbers and comma, withou limit of number”, I couldn’t succeed…
Forum: Plugins
In reply to: [Easy Registration Forms] Decimal numbersWell, thanks !
But still a problem :
> I tested 3 types of numbers on three numbers fields :
5 = OK
6.5 = registred as 0
8,5 = registered as 8.5 in the admin, but a comma updating the field.Sometimes, even in France, specialy if foreigner registrer in our sail race, they write decimal numbers with dot. And on my browser it become a 0.
Is it possible to use a pattern to only accept numbers and comma ? Or a validation fields thaht accept only commas ?The other thing is does the 8.5 will show off with a comma or a dot in the futur list plug in ?
??
Excellent. Most important is to find the solution and fix it. You’ve done it and that’s nice. Thanks !
- This reply was modified 5 years, 8 months ago by laudag.
Forum: Plugins
In reply to: [Import and export users and customers] WordPress meta data sortingWell… I found the answer.
Fist and 2nd position : username and email
3e : password (or user_pass)
then : Buddypress fieds
then : all Wp default meta user datas as first_name, last_name, user_nicename, display_name, nickname, etc.Thanks !
Done !
Forum: Plugins
In reply to: [Event post] Conflict Event post/Nextgen galleryTo add information, I just spent 2 hours of test, with all significant configurations :
1/ NextGen Gallery + Classic editor – Event post + All other extensions = OK
2/ NextGen Gallery – Classic editor + Event post + All other extensions = OK
3/ NextGen Gallery + Classic editor + Event post + All other extensions = NO
4/ NextGen Gallery + Classic editor + Event post – All other extensions = NOSo it seems that there is a change compared with my first problem : now, every thing is find with Gutenberg. You must have updated Event post for Gutenberg. It’s only when Classic editor is activated that NextGen gallery placeholder doesn’t generate the shortcode.
But my problem still exist : the placeholder in guttengerg is not very clear. In classical editor, it look like a grey widget, clearly identified. But in Gutenberg, looks like the CCS is not working so the widget seems to be a simple text. Confusing…
But over all, the persons who manage the website are not at all into Gutenberg. Using Classic Editor was a real chance to keep going as usual…So Event post shouldn’t be also Classic Editor compatible ?
Laurent
Hi @mihaiimagely,
I just spent 2 hours of test, with all significant configurations :
1/ NextGen Gal + Classic editor – Event post + All other extensions = OK
2/ NextGen Gal – Classic editor + Event post + All other extensions = OK
3/ NextGen Gal + Classic editor + Event post + All other extensions = NO
4/ NextGen Gal + Classic editor + Event post – All other extensions = NOSo it seems that there is a change compared with my first problem : now, every thing is find with Gutenberg. It’s only when Callsic editor is activeted thaht NextGen gallery placeholder doesn’t generate the shortcode.
But my problem still exist : the placeholder in guttengerg is not very clear. In classical editor, it look like a grey widget, clearly identified. But in Gutenberg, looks like the CCS is not working so the widget seems to be a simple text. Confusing…
But over all, the persons who manage the website are not at all into Gutenberg. Using Classic Editor was a real chance to keep going as usual…Laurent
Yes that’s the good Event post one, that I’ve been using for one year at least.
And before writing this support post, I allready installed Classic editor, as I said in my post, and it’s the same issue…Thanks for having a look…
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha V3, why not, but V2 must stay alsoIt’s the way Google does now. It’s not Contact 7. That’s why a big number of us want to get back to recaptcha V2 in Contact 7.
Forum: Plugins
In reply to: [WooCommerce Gift Coupon] Database table missingI got the exact same problem since migration from one server to another one.
Erreur de la base de données WordPress : [Table ‘AAAAA_AAAAA.ap_woocommerce_gift_coupon’ doesn’t exist]
SELECT * FROM ap_woocommerce_gift_coupon WHERE id_order=3568The strange thing is that, I can still reach the old hosting, and no bug : but the two database look exactly the same : in the old one, the no ap_woocommerce_gift_coupon table, but it works.
I tried to put the code of rollinsforge int he php file, but white page appears. May be I didn’t undestand what to do with this code. Anyway, it’s working in the other hosting. Why not in the new ?
Forum: Plugins
In reply to: [JSM Non-Breaking Space (nbsp) for French Content] About Woo commerce ExcertI just try to add this line directly in your plugin :
‘/(\d)( )(‘ . m2 . ‘)/u’, // Number followed by m2.
And it’s working !But it wil disappears at the next update…
Forum: Plugins
In reply to: [JSM Non-Breaking Space (nbsp) for French Content] About Woo commerce ExcertExcellent ! Thank you very much !
Sometimes, if it’s not to time eater, there a case for my real estate web site :
45 m2. We could write 45m2, but would be better with an unbreakable space between the number an m2.
But this should be a bonus. The plugin is super nice ??Forum: Plugins
In reply to: [Event post] Evènements produits dans le WidgetHi,
waiting for you to implement the shortcode UI, I confirm that with “Toolset Types – Custom Post Types, Custom Fields and Taxonomies”, I could give the classical posts categories to products (or a lot other custom posts) and then make appear products in the Event post widget.Forum: Plugins
In reply to: [Event post] Evènements produits dans le WidgetI think I just found a solution, helped by your answer, I could imagine what extension to look for : “Toolset Types – Custom Post Types, Custom Fields and Taxonomies” seems to be allright. I will try to use it and confirm later.