Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Bob Riley

    (@bobriley)

    Hi silenx, unfortunately I overlooked localization of the days/hours etc – however you can change it fairly easily yourself if you wish. You’ll have to go into a file editor from your host and go into the \wp-config\plugins\easy-pie-coming-soon\mini-themes\base-responsive\js directory.

    In there is a file called custom.js If you open it you’ll see the following text which includes all the days, hrs, min, etc in it:

    $(‘#countdown’).countdown(clockEndDate, function(event) {

    var $this = $(this).html(event.strftime(”

    + ‘<div id=”countdown-days” >%D <span>Days</span></div> ‘
    + ‘<div id=”countdown-hours” >%H <span>Hrs</span></div> ‘
    + ‘<div id=”countdown-minutes” >%M <span>Min</span></div> ‘
    + ‘<div id=”countdown-seconds” >%S <span>Sec</span></div> ‘));
    });

    Just change the text between the span tags to your language then save and that should work for you. If you go this route please be sure to change it again after you update the plugin in the future because on the next upgrade that file will be wiped out and a ‘fresh’ one will be put in there.

    Bob

    Thanks for the guidance and for your work.

    Just wanted to add a “me too” for this feature request.

    Best.

    Plugin Author Bob Riley

    (@bobriley)

    Hi Idearius, I’ve added the ability to change countdown text (and many other features) in the Elite product – if you want to try that route ping me at [email protected] and I can set you up with a coupon.

    Bob

    Sorry I couldn’t respond earlier. I’ll have this in mind for the future. Thanks for the offering.

    I read http://www.easypiewp.com/?nab=0 and was wondering how you count the website licenses, as this plugin typically stays active only for a limited time and will probably be deleted soon after the final website is made public.

    Cheers.

    Plugin Author Bob Riley

    (@bobriley)

    Hi, once installed on a site you can deactivate the license so that will free it up for use on another site.

    Bob

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Language’ is closed to new replies.