youpain
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Blogging in WordPress] Fatal error with the setup woocommercedone already ??
thanks
Forum: Plugins
In reply to: [Disable Blogging in WordPress] Fatal error with the setup woocommercegreat ??
thanks
Forum: Plugins
In reply to: [Disable Blogging in WordPress] Fatal error with the setup woocommerceof course or remove this action
or can use
$mylocale = get_bloginfo(‘language’);
if($mylocale == ‘fr-FR’) {$date_format = ‘d/m/Y’;
} else {
$date_format = ‘M d, Y’;
}
‘date_format’ => $date_format,
for clean code
Or you can use it for quick durable solution,
$mylocale = get_bloginfo('language'); if($mylocale == 'fr-FR') { $info->add_field( array( 'name' => __( 'Created Date', 'sliced-invoices' ), 'desc' => '', 'id' => $prefix . 'quote_created', 'type' => 'text_date_timestamp', 'date_format' => 'd/m/Y', 'default' => array( 'Sliced_Shared', 'get_todays_date' ), 'attributes' => array( 'required' => 'required', ), ) ); } else { $info->add_field( array( 'name' => __( 'Created Date', 'sliced-invoices' ), 'desc' => '', 'id' => $prefix . 'quote_created', 'type' => 'text_date_timestamp', 'date_format' => 'M d, Y', 'default' => array( 'Sliced_Shared', 'get_todays_date' ), 'attributes' => array( 'required' => 'required', ), ) ); }
Hello,
for quick solution,
can you remove the “date_format” from the sliced-admin-metaboxes.php
// ‘date_format’ => ‘M d, Y’,
Thanks
ok thanks you,
see you soon ??
Forum: Plugins
In reply to: [WPNewsman Lite] PHP7 and Fatal error when activating plugin pro versionHi,
thanks for your answer.
I will open a new ticket.
Forum: Plugins
In reply to: [Polylang] Portfolio grid will not be displayed if polylang is activatedhi
i have the same problem … cannot use plugin
Forum: Plugins
In reply to: [Visual Term Description Editor] Visual editor in the description of menu ?Ok nice,
thanks you, i will waiting you ^^
Forum: Plugins
In reply to: [Yoast SEO] No Meta Description editor on Blog page Continuedyou have not seen that you can click in the text of the meta description for the change?
Forum: Plugins
In reply to: [Lazy Load XT] Spinner on iframe ?Great ??
thanks you very much.
Good support.
I hope with the time you can make for spinner and fade in together ??
Thanks.
Forum: Plugins
In reply to: [Lazy Load XT] Spinner on iframe ?Thanks for your quick awnser ??
yes i check again the setting but already actived. (lazy laod iframe = OK, but spinner = off)
can you check my website
Thanks you, see you soon ??
Hello,
this option is it planned?
I need and I would buy your plugin when it will be,
thank you.