chocaccro
Forum Replies Created
-
It’s almost exactly what I’m looking for.
Forum: Plugins
In reply to: [Date and Time Picker Field] Time displayed one hour earlySorry, I forgot to mark this topic as resolved.
Forum: Plugins
In reply to: [Date and Time Picker Field] Time displayed one hour earlyHi,
I fixed it.
Settings :
Save as timestamp? Yes
Get field as timestamp? YesCode :
$format = "G:i"; $timestamp = get_field($field_name); echo date_i18n( $format, $timestamp, true );
See these links for more details :
Date and Time Picker field for Advanced Custom FieldsForum: Plugins
In reply to: [Date and Time Picker Field] Time displayed one hour earlyHi,
I tried to change the time format but it doesn’t work.
Settings :
Save as timestamp? Yes
Get field as timestamp? NoCode :
if(get_field('heure-debut')) { echo '?à?' . get_field('heure-debut'); }
Thks for your help
Hello,
I look into the database and the table was to repair.
+1 on this
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] All themes are not visibleHello,
I tested with all plugins except Wysija deactivated.
I also tested with another theme.I activated the debug mode and there was no script indicated.
Unfortunately, some themes are still missing.
It’s very strange.Thks for your help,
ChocaccroForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] All themes are not visibleHello,
No, I tested again after the update and I still do not see all the themes.
Thks for your help,
ChocaccroHello,
Thanks for your quick answer.
I updated the plugin with the beta version but it doesn’t work.After this update, I noticed that it was working well on my localhost and not online. A directory called dynamic was present on localhost and had not been created online. So, I transfer these directories via FTP and now it’s working online.
Maybe a problem with the directories permissions prevented the plugin to create those directories (but I didn’t saw any error messages).
Thks again for your help.
Hello,
Problem solved.
Kurt Payne was very helpful.Thank you very much.
Hi Kurt,
Problem solved. Thks.
But now I have this error message “No visits in this profile. Check the IP address you’re scanning from.”. Note : the option for “Attempt to circumvent browser cache” in the advanced settings dialog is enabled.Thks again for your help.
Hello,
I have the same problem. Could you explain what to do to solve this problem ?
Thks a lot.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] link from sidebar widget’s title to images pageHello,
I would like to do this without having to install another plugin.
Have you find a solution ?Thks in advance.