gr9zz
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Events statusHello,
Thanks, it works but it said “Approved” for a current event and still have space available. It should say “Open”. Is it possible to change this? When it’s no longer possible to book a ticket because the date has passed, the status stays on “approved” when the form says “Bookings are closed for this event.” The status should read “Closed”.
Any idead ?Hello,
Thanks ??This is the mail I receive :
Username : test
To set up your password, go to the following address:
https://www.saonefit.fr/wp-login.php?action=rp&key=nijwVpkpPIm1C5grTPZd&login=test
https://www.saonefit.fr/wp-login.phpI would like my welcome email to contain the following link when I add a member manually in wordpress : https://www.saonefit.fr/wp-login.php?action=rp&key=nijwVpkpPIm1C5grTPZd&login=test
How to proceed?
Thanks
Forum: Plugins
In reply to: [Super Progressive Web Apps] Not working on Safari (iOs)Ok thanks !
Hello,
Yes.
Thanks ??Ok, i’ve found that snippet that works to add “Company” in the users (in the backoffice).
class UM_Admin_User_Columns{ function __construct(){ add_filter( 'manage_users_columns', array( &$this, 'manage_users_columns' ) ); add_filter( 'manage_users_custom_column', array( &$this, 'manage_users_custom_column' ), 10, 3 ); } /** * Filter: Add column 'Company' * * @param array $columns * * @return array */ public function manage_users_columns( $columns ) { $columns['company_name'] = __( 'Company', 'ultimate-member' ); return $columns; } /** * Filter: Show column 'Company' * * @param string $val * @param string $column_name * @param int $user_id * * @return string */ public function manage_users_custom_column( $val, $column_name, $user_id ) { if ( $column_name == 'company_name' ) { um_fetch_user( $user_id ); $val = um_user( 'company_name' ); um_reset_user(); } return $val; } } new UM_Admin_User_Columns();
Now I would like to be able to use this value elsewhere on my site. How do I proceed ?
ThanksForum: Plugins
In reply to: [Super Progressive Web Apps] Not working on Safari (iOs)Parse error: syntax error, unexpected ‘name’ (T_STRING) in /home/cadcomdeel/www/houseofthetest/wp-content/themes/ABCO-Diagnostics/functions.php on line 16
Screenshot: https://www.dropbox.com/s/spcrz0ea9cvpmmq/parse.jpg?dl=0
Forum: Plugins
In reply to: [Super Progressive Web Apps] Not working on Safari (iOs)Hello,
The download banner appears on android (chrome) but not on safari (ios).
Check this video: https://www.dropbox.com/s/1ib1jtq1mwds21p/ios.mp4?dl=0Hello,
Thanks ??Forum: Plugins
In reply to: [Contact Form 7] Conditional fields & CF7: display problemHello,
Oh sorry.
Thanks ??Ok thanks.
?
Hi,
https://lignocam.ovh/
I had to disable the plugin otherwise the website would not work anymore. The plugin sends too many requests and I get the following message from my browser: the website does not exist. What can I do ?Hello,
thanks for your answer, i’ll let you know when it’s done.