-
ShoutCloud replied to the topic Text Home is Stripping & Character in the forum Verde – HTML Template 7 years, 7 months ago
What I mean to say is that when I put this code into the Text Home box:
<iframe width="960" height="720" src="https://www.youtube.com/embed/J72Qi7b8O20&autoplay=1" frameborder="0" allowfullscreen=""></iframe>
…it gets turned into this:
<iframe width="960" height="720" src="https://www.youtube.com/embed/J72Qi7b8O20&autoplay=1" frameborder="0"…
[Read more] -
ShoutCloud started the topic Text Home is Stripping & Character in the forum Verde – HTML Template 7 years, 7 months ago
Text Home is stripping the & sign so i cannot add &name=value to any urls that I want to put in that box.
I can correct this in the source but your code then changes it back.
I am trying to put a YouTube iFrame embed in there with an &autoplay=1 but it will never work because the & keeps getting turned into &
Please fix this.…[Read more]
-
ShoutCloud replied to the topic Clock disappears at 5 hours ahead of countdown time in the forum Verde – WP Plugin 9 years, 2 months ago
Thank you
-
ShoutCloud replied to the topic New Feature in the forum Verde – WP Plugin 9 years, 2 months ago
Thanks!
-
ShoutCloud replied to the topic New Feature in the forum Verde – WP Plugin 9 years, 2 months ago
Exactly!
In my case, I was having a launch party to announce the release of my client’s brand new website.
We wanted it to countdown to zero and then auto-refresh and disable the plugin so that the site would then become live for everyone to see at that moment.
I think that would be a great feature.
Can you do this?
Thanks…
By the way,…[Read more]
-
ShoutCloud replied to the topic Clock disappears at 5 hours ahead of countdown time in the forum Verde – WP Plugin 9 years, 2 months ago
Okay… I figured it out.
My server’s real time was actually 5 hours ahead of my wordpress time. I went into your code and made this change in order for it to work again:
/themes/theme_functions.php
//$today = date('Y-m-d h:i:s a');
[Read more]
$now = date('Y-m-d H:i:s a', strtotime("-5 hours"));
if (strtotime($date) > strtotime($now)){
//if… -
ShoutCloud started the topic Clock disappears at 5 hours ahead of countdown time in the forum Verde – WP Plugin 9 years, 2 months ago
I purchased your plugin for a launch party tonight. And your plugin countdown clock disappears when you get within 5 hours of the countdown time. What is wrong that it is doing that?
By the time you read this, my event will be over and done with. I am very disappointed that this didn’t work properly.
-
ShoutCloud started the topic New Feature in the forum Verde – WP Plugin 9 years, 2 months ago
I would like the option for the whole verde plugin to become disabled when the countdown is complete, thus revealing the website.
Can you do this?
-
ShoutCloud became a registered member 9 years, 2 months ago