Title: plugin.builders's Replies - page 20 | WordPress.org

---

# plugin.builders

  [  ](https://wordpress.org/support/users/pluginbuilders/)

 *   [Profile](https://wordpress.org/support/users/pluginbuilders/)
 *   [Topics Started](https://wordpress.org/support/users/pluginbuilders/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pluginbuilders/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pluginbuilders/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pluginbuilders/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pluginbuilders/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pluginbuilders/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 286 through 300 (of 516 total)

[←](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)
[1](https://wordpress.org/support/users/pluginbuilders/replies/?output_format=md)
[2](https://wordpress.org/support/users/pluginbuilders/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginbuilders/replies/page/3/?output_format=md)…
[19](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/pluginbuilders/replies/page/21/?output_format=md)…
[33](https://wordpress.org/support/users/pluginbuilders/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/pluginbuilders/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/pluginbuilders/replies/page/35/?output_format=md)
[→](https://wordpress.org/support/users/pluginbuilders/replies/page/21/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Not working with CloudFlare CDN](https://wordpress.org/support/topic/not-working-with-cloudflare-cdn-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/not-working-with-cloudflare-cdn-2/#post-8738353)
 * Fixed. But since I’m not releasing a new version right now, you have to update
   the plugin manually. Deactivate & uninstall the plugin ( you won’t lose your 
   countdowns ), then install again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Not working with CloudFlare CDN](https://wordpress.org/support/topic/not-working-with-cloudflare-cdn-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/not-working-with-cloudflare-cdn-2/#post-8738302)
 * Do you have Cloudfare disabled now? Because it’s working. Counting down to 5 
   Days, 7 Hours ….
    If it’s disabled, enable it.
    -  This reply was modified 9 years, 3 months ago by [plugin.builders](https://wordpress.org/support/users/pluginbuilders/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Waiting: One-click countdowns] Good plugin and Best Support](https://wordpress.org/support/topic/good-plugin-and-best-support/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/good-plugin-and-best-support/#post-8731077)
 * Thank you for using Waiting.
    Can we do anything with this plugin to make you
   give it a 5-star rating? Regards, Nub
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Waiting: One-click countdowns] buggy](https://wordpress.org/support/topic/buggy-76/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/buggy-76/#post-8730301)
 * Hi, it was a bug introduced in our previous version and we’ve fixed it now.
    
   Since there is no better free countdown plugin than Waiting, we request you to
   try Waiting again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Button Save doesn’t work if editor user](https://wordpress.org/support/topic/button-save-doesnt-work-if-editor-user/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/button-save-doesnt-work-if-editor-user/#post-8729918)
 * Hi, I’ve just released a new version. Update the plugin (0.4.3) and re-edit the
   persmission. It should work.
 * Thanks for reporting to us.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Does not support multilingual sites](https://wordpress.org/support/topic/does-not-support-multilingual-sites/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/does-not-support-multilingual-sites/#post-8603343)
 * Did you `echo ICL_LANGUAGE_CODE;` ? I don;t know what’s in `ICL_LANGUAGE_CODE`.
   Find the value it contains and compare against it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Does not support multilingual sites](https://wordpress.org/support/topic/does-not-support-multilingual-sites/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/does-not-support-multilingual-sites/#post-8603130)
 * I assume you have some knowledge of PHP.
    Edit the Waiting.php file of Waiting
   plugin, look for `translateTerms`function, then replace with the below function.
 * Write `if/else` statements for the lanaguages you need the terms for. See what
   the constant `ICL_LANGUAGE_CODE` holds ( uppercase / lowercase etc ), I don’t
   have WPML installed, I got this constant from some post in their site.
 * I have plans for this to include in the plugin, but some users have also asked
   for Translate forms for each plugin, I’ll have to think about the UI.
 *     ```
       	function translateTerms(){
       		self::$terms['fui'] = array();
   
       		$unit_terms = array();
   
       		if( ICL_LANGUAGE_CODE === 'es' ){
       			// Replace Years, Months etc with their Spanish terms
       			$unit_terms =  array(
       				'years' => __('Years', 'waiting'),
       				'months' => __('Months', 'waiting'),
       				'weeks' => __('Weeks', 'waiting'),
       				'days' => __('Days', 'waiting'),
       				'hours' => __('Hours', 'waiting'),
       				'minutes' => __('Minutes', 'waiting'),
       				'seconds' => __('Seconds', 'waiting')
       			);
       		} else if (ICL_LANGUAGE_CODE === 'de'){
       			// Replace Years, Months etc with their German terms
       			$unit_terms =  array(
       				'years' => __('Years', 'waiting'),
       				'months' => __('Months', 'waiting'),
       				'weeks' => __('Weeks', 'waiting'),
       				'days' => __('Days', 'waiting'),
       				'hours' => __('Hours', 'waiting'),
       				'minutes' => __('Minutes', 'waiting'),
       				'seconds' => __('Seconds', 'waiting')
       			);
       		} else {
       			// Return English terms by default. You can make any other language the default one.
       			$unit_terms =  array(
       				'years' => __('Years', 'waiting'),
       				'months' => __('Months', 'waiting'),
       				'weeks' => __('Weeks', 'waiting'),
       				'days' => __('Days', 'waiting'),
       				'hours' => __('Hours', 'waiting'),
       				'minutes' => __('Minutes', 'waiting'),
       				'seconds' => __('Seconds', 'waiting')
       			);
       		} 
   
       		self::$terms['units'] = $unit_terms;
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Does not support multilingual sites](https://wordpress.org/support/topic/does-not-support-multilingual-sites/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/does-not-support-multilingual-sites/#post-8602922)
 * How have you made your site multilingual? Which plugin / theme are you using?
   
   Currently Waiting doesn’t support Multilingual translations, but if you can edit
   PHP files, I can give you some code to make it work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Shortcode not working](https://wordpress.org/support/topic/shortcode-not-working-179/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-179/#post-8496184)
 * Hi, no, the shortcode isn’t there. Make sure you have countdown created in Waiting
   page and Waiting widget active with one countdown selected.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Shortcode not working](https://wordpress.org/support/topic/shortcode-not-working-179/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/shortcode-not-working-179/#post-8491454)
 * Hi, Waiting has its own widget, use that. What are you using now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frames Video Player] Player doesn’t load with AJAX](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/#post-8466821)
 * Hi, do you have **Load Everywhere** checked in Settings tab of Frames page? If
   yes, try unchecking it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frames Video Player] Player doesn’t load with AJAX](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/#post-8446859)
 * Hi, Frames will load JavaScript specific to a player, so you cannot preload it.
   It’s generated on the fly.
    Try asking your theme developer about this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frames Video Player] Player doesn’t load with AJAX](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/#post-8443983)
 * Your theme is removing `<script>` tags present in the AJAX response. Frames has
   many `<script>` tags with data and templates in them.
 * Your theme has to add those `<script>` tags too.
 * I can provide you with this alternative, it’ll reload the page, i.e. this page
   won’t load via ajax. Anytime you click on a link to `film-schaslivie-ludi`, it’ll
   reload the page, so the player will work.
 * Add the following script in one of your theme’s JavaScript file and save. Press
   CTRL+F5 in the front after saving ( to clear any cache of old file ).
 * `jQuery('body').on('click', 'a', function(e){ if( jQuery(this).attr('href').indexOf('/
   film-schaslivie-ludi') > -1 ) window.location = 'https://pobeda.life/film-schaslivie-
   ludi/'; })`
    -  This reply was modified 9 years, 5 months ago by [plugin.builders](https://wordpress.org/support/users/pluginbuilders/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frames Video Player] Player doesn’t load with AJAX](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/player-doesnt-load-with-ajax-2/#post-8443628)
 * Hi, sorry for the delay. Your Vimeo video is playing fine here: [https://pobeda.life/film-schaslivie-ludi/](https://pobeda.life/film-schaslivie-ludi/)
 * I couldn’t find “Фильм «Счастливые люди»” in [https://pobeda.life/blog/](https://pobeda.life/blog/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Waiting: One-click countdowns] Timer Date Increments by 1 Hour](https://wordpress.org/support/topic/timer-date-increments-by-1-hour/)
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/timer-date-increments-by-1-hour/#post-8272352)
 * Unfortunately, no. I’ve tried in 3 of my servers and couldn’t.
 * If you don’t edit countdown after creating, just decrease your time by 1 hour
   and save. Else use other plugin, may be T(-) countdown or Uji countdown, sorry.

Viewing 15 replies - 286 through 300 (of 516 total)

[←](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)
[1](https://wordpress.org/support/users/pluginbuilders/replies/?output_format=md)
[2](https://wordpress.org/support/users/pluginbuilders/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pluginbuilders/replies/page/3/?output_format=md)…
[19](https://wordpress.org/support/users/pluginbuilders/replies/page/19/?output_format=md)
20 [21](https://wordpress.org/support/users/pluginbuilders/replies/page/21/?output_format=md)…
[33](https://wordpress.org/support/users/pluginbuilders/replies/page/33/?output_format=md)
[34](https://wordpress.org/support/users/pluginbuilders/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/pluginbuilders/replies/page/35/?output_format=md)
[→](https://wordpress.org/support/users/pluginbuilders/replies/page/21/?output_format=md)