-
Posted a reply to Stancer = manque de fonctionalité + site API down ?, on the site WordPress.org Forums:
Par ailleurs, des @joel sur le slack Wordpress il y en a beaucoup... :') -
Created a topic, Stancer = manque de fonctionalité + site API down ?, on the site WordPress.org Forums:
Bonjour à tous, J'ai récemment été contacté par un … -
Posted a reply to No Auto Save, on the site WordPress.org Forums:
Thanks for your detailled answer @mrfoxtalbot Unfortunatly, doing the same step as you doesn't display… -
Posted a reply to No Auto Save, on the site WordPress.org Forums:
Ok I'm posting an Issue... but it I can get a solution without waiting for… -
Created a topic, Doesn’t seems to work, on the site WordPress.org Forums:
Doesn't seems to work -
Created a topic, No Auto Save, on the site WordPress.org Forums:
Classic Editor doesn't autosave nor prevent you when y… -
Posted a reply to Langage selector on Menu not present, on the site WordPress.org Forums:
That's bad... Maybe adding a disclaimer on the end of the installation process would be… -
Posted a reply to Langage selector on Menu not present, on the site WordPress.org Forums:
I'm talking about this : https://postimg.cc/zHrkNmNQ -
Created a topic, Langage selector on Menu not present, on the site WordPress.org Forums:
Hi, I don't know why, but on some installation, I don… -
Created a topic, Disable Flash Story, on the site WordPress.org Forums:
Hey, I find the Flash Stoy annoying, any way to freez… -
Created a topic, Could be a liiitle bit better, on the site WordPress.org Forums:
The scrollbar is too tiny, and using the mousewheel is… -
Posted a reply to Is it possible to do mandatory mail OR phone ??, on the site WordPress.org Forums:
Indeed ! Thank for the reply, will see what I will do ! -
Posted a reply to Is it possible to do mandatory mail OR phone ?, on the site WordPress.org Forums:
Thanks, it worked :) -
Posted a reply to Android Behavior on Select cases/Forms, on the site WordPress.org Forums:
Yeah I think this is a specific coding thing anyway Thanks for trying ! -
Created a topic, Android Behavior on Select cases/Forms, on the site WordPress.org Forums:
Hi, On some plugins, using a Select case opens a menu… -
Posted a reply to Is it possible to do mandatory mail OR phone ?, on the site WordPress.org Forums:
Yeah that's what I tough, best solution for now would be a Radio or Select… -
Posted a reply to Submission Summary on Forminator (in 2022 !), on the site WordPress.org Forums:
It worked ! Thank you very much ! Would be amazing to add some if/else… -
Created a topic, Submission Summary on Forminator (in 2022 !), on the site WordPress.org Forums:
Hey there, I know you get ask this a lot but I couldn… -
Created a topic, Is it possible to do mandatory mail OR phone ??, on the site WordPress.org Forums:
Hi, In a form, is it possible to make mandatory mail… -
Created a topic, Is it possible to do mandatory mail OR phone ?, on the site WordPress.org Forums:
Hi, In a form, is it possible to make mandatory mail… -
Posted a reply to Text goes off slider in responsive, on the site WordPress.org Forums:
Ok I see, I was able to achieve a better result ! thanks -
Created a topic, Polylang string Translation doesn’t work for footer widget, on the site WordPress.org Forums:
Polylang "string Translation" doesn't work for footer … -
Created a topic, Text goes off slider in responsive, on the site WordPress.org Forums:
Hi, So I defined my slider as 80px height high Works… -
Posted a reply to Export CSV by Client, Product (& total), on the site WordPress.org Forums:
I signed up with facebook -
Posted a reply to Export CSV by Client, Product (& total), on the site WordPress.org Forums:
Whatever, tryed 5 times the captcha, I still get verification error... -
Posted a reply to Export CSV by Client, Product (& total), on the site WordPress.org Forums:
I have some problems signing up with the Capcha stuff, can you increase the Capcha… -
Posted a reply to Export CSV by Client, Product (& total), on the site WordPress.org Forums:
Yes checkbox is marked I tryed this configuration : https://postimg.cc/56sPgfZz I only get 2 columns… -
Posted a reply to Export CSV by Client, Product (& total), on the site WordPress.org Forums:
Hi, Ok I did add the 2nd code (as a snippet), I have a new… -
Created a topic, [Advanced Order Export For WooCommerce] Export CSV by Client, Product (& total), on the site WordPress.org Forums:
Hi, I want to export in csv with a result this way : h… -
Created a topic, [Order Export for WooCommerce] Simple Export in csv Product/Client/Total, on the site WordPress.org Forums:
Hi, I want to export in csv with a result this way : h… -
Posted a reply to Lydia Paiment integration, on the site WordPress.org Forums:
Hey Nithin, The 1rst code didn't work because I Forgot <?php ?> in fact :)… -
Created a topic, Lydia Paiment integration, on the site WordPress.org Forums:
Hi There, Lydia is a mobile payment solution. Started… -
Posted a reply to Send an e-mail (from form) after submissions, on the site WordPress.org Forums:
Ok I haven't realised the (+) button, now it's clear to me thanks ;) Thanks… -
Created a topic, Send an e-mail, on the site WordPress.org Forums:
Hey, I have a form to invite a friend to joining the … -
Posted a reply to Could be better, on the site WordPress.org Forums:
Hey, For Polylang finally it came from my side ( https://wordpress.org/support/topic/lang-fontpage-uses-page-php-instead-of-head-footer/ ) For additionnal CSS… -
Posted a reply to Lang fontpage uses “page.php” instead of “head-footer”, on the site WordPress.org Forums:
FIXED. I change page template to "Elementor Full Width" it did the trick. -
Created a topic, Lang fontpage uses “page.php” instead of “head-footer”, on the site WordPress.org Forums:
I use Polylang but I have a little problem: I have def… -
Created a topic, Could be better, on the site WordPress.org Forums:
Additional CSS doesn't work Add CSS to style.css does… -
Created a topic, Can’t change anything, on the site WordPress.org Forums:
Any Modification using the Customizer doesn't produce … -
Posted a reply to add default color to wordpress theme (for background), on the site WordPress.org Forums:
Also you can use the editor color palette to let user change it : add_theme_support('custom-background');… -
Posted a reply to add default color to wordpress theme (for background), on the site WordPress.org Forums:
I did on twentytwenty but code was weird. I found a solution myself : in… -
Posted a reply to add default color to wordpress theme (for background), on the site WordPress.org Forums:
It add support Yes, but it doesnot load a defaut color. I'm just following official… -
Posted a reply to add default color to wordpress theme (for background), on the site WordPress.org Forums:
From Twenty-Twenty One I copy this code : // Custom background color. add_theme_support( 'custom-background', array(… -
Posted a reply to add default color to wordpress theme (for background), on the site WordPress.org Forums:
The documentation says this : https://developer.wordpress.org/reference/functions/add_theme_support/#custom-background When I put this : $defaults = array( 'default-color'… -
Created a topic, Widget Areas in “Customize” Panel, on the site WordPress.org Forums:
So i have this classic error when develloping my theme… -
Posted a reply to add default color to wordpress theme (for background), on the site WordPress.org Forums:
I just have the option to put an Image, But I can't change the color… -
Created a topic, add default color to wordpress theme (for background), on the site WordPress.org Forums:
So I did the most simple code here : add_theme_… -
Created a topic, Is this plugin mandatory ?, on the site WordPress.org Forums:
Why do I need this plugin to display my events ? Also… -
Created a topic, Garbage, on the site WordPress.org Forums:
TONS of options but no events shows-up in the "event" … -
Created ticket #81859 on Themes Trac:
THEME: simplebootstrap4 – 0.3