Viewing 15 replies - 1 through 15 (of 22 total)
  • Max

    (@makmakumba)

    Pls be sure that the countdown will be displayed in one line only on mobile devices. Right now it takes two lines…

    And maybe you can let write something above the countdown during counter and something else when counter reaches zero.

    Thank you.

    Plugin Author ujimoto

    (@ujimoto)

    Available in few days:

    Video

    Plugin Author ujimoto

    (@ujimoto)

    It is ready for UPGRADE!

    I updgrade but now I have this message:

    “Only one timer on page is allowed.
    Check the Premium version for multiple countdown timers on the same page.”

    At Select Style field doen’t show any one I created new ones too but not show ether.

    i’m trying with a new page in blank.

    Thanks in advance.

    Plugin Author ujimoto

    (@ujimoto)

    Can you see any style created in: Settings /Uji Countdown / My Countdowns

    Yes, I see the old one and the new one, I deleted both and create I new one but I’m still getting:
    … Only one timer on page is allowed.
    Check the Premium version for multiple countdown timers on the same page….

    There isn’t any style to choose at “Select Style” field.

    But when I try it in the sidebar widget it works fine.

    It doesn’t works for me at Posts and Pages

    I use a free version and have the same problem after update the plugin to 2.0.

    I try created new styles, delete the default one nothing work. When I trying to add countdown to post, Select Style always show “Please add a new style first” even I have multiple styles in setting. It works on sidebar widget anyway.

    Version 2 doesn’t work – no countdown displayed, won’t save new countdowns. Oops!

    Fortunately I had a backup so was able to revert to last version.

    I am not able to save any style. I get the following error message:

    WordPress database error Unknown column ‘style’ in ‘field list’ for query INSERT INTO wp_uji_counter(time, title, style, options )

    The wp_uji_counter didn’t upgrade when I upgraded. I had to delete the plugin and drop the table then install it again. I was able to create a style and save it, but it didn’t appear in the insert popup window under available styles. There is a bug in file asssets/tinymce/config.php line 10.

    Change this:
    $ujic_styles = $wpdb->get_results( “SELECT style, title FROM wp_uji_counter ORDER BY time DESC” );

    to this:
    $table_name = $wpdb->prefix . “uji_counter”;
    $ujic_styles = $wpdb->get_results( “SELECT style, title FROM $table_name ORDER BY time DESC” );

    Plugin Author ujimoto

    (@ujimoto)

    Thanks officeninjas. Fixed with a quick update (2.0.1).

    MerylS

    (@meryls)

    I’ve just downloaded 2.0.3 and I can’t see the clock on my page. It’s just not showing up. I have reinstalled it and not added any changes.
    Here’s the shortcode:
    [ujicountdown id="Time until Tea & Tents 2015" expire="2015/07/17 12:00" hide="true" url="" subscr="Tea & Tents 2015"]

    IslandWoman

    (@islandwoman)

    Has anyone had any resolution with their issues.
    After I upgraded the plugin stopped working. Even though I can see the old styles I cannot select them and any new style i create do not show up..what’s up with this?

    MerylS

    (@meryls)

    I emailed their support desk and their working on it trying to find a solution.
    Hopefully it will work soon. As soon as I know, i’ll update on here but if anyone knows first please let us know.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Uji Countdown 2.0’ is closed to new replies.