Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Greenweb

    (@greenweb)

    arcensoft I can confirm that the bar works with 4.4.2

    Is a theme or other plugin issue?
    To test if it’s a what’s wrong, disable all your other plugins, one by one, and switch to the default WordPress theme.

    Thread Starter arcensoft

    (@arcensoft)

    Thank for your answer.

    I think that my problem si a date format I have a plugin that show date as in france format (DD/MM/YY) and your plugin work with english format (MM/DD/YYYY) so the test of period of date is not working well.

    /* Configure le script in french */
    setlocale (LC_TIME, ‘fr_FR’,’fra’);
    //Définit le décalage horaire par défaut de toutes les fonctions date/heure
    date_default_timezone_set(“Europe/Paris”);

    I am looking for a solution. And the best practice.

    Thank.
    Fabrice Henry

    Plugin Author Greenweb

    (@greenweb)

    Thanks so much for the useful info you posted. There is a major WordPress update coming to us all on April 12, I will be working on the plugin to ensure compatibility if I’ll have a look at what I can do to accommodate the different date formats. If you had never mentioned this I would haven’t have known or even thought about it. So thank you Fabrice!

    – Rew

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does Easy Heads Up Bar works with WordPress 4.4.2 ?’ is closed to new replies.