cledus_
Forum Replies Created
-
Forum: Plugins
In reply to: [Uji Countdown] Text before the countdownI don’t know what I’m doing wrong. Here’s my style: #countdown{
position: relative;
//width: 200px;
//height: 81.6326530612px;
margin-left: 0;
padding-top: 0px;
text-align: left;
}
#countdown h1 {
color: #5e5e5e;
//display: inline-block;
font-family: ‘Maven Pro’, sans-serif;
font-size: 20px;
font-style: italic;
letter-spacing: 0px;
text-align: left;
}
And here’s where I insert the counter:
<div id=”countdown”>
<div class=”container”>
<span><h1>We start in: </h1><?php echo do_shortcode(‘[ujicountdown id=”main” expire=”2013/01/25 12:00″]’);?></span>
</div>
</div>
Thanks for your help!Forum: Plugins
In reply to: [Uji Countdown] Text before the countdownDo you have any other ideas why it doesn’t work?
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginNo if I add it inside the div it doesn’t show up. Would it help if I gave you an login to the wp page?
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginYes I have tried to ask the developer but no luck.
I have tried: ‘we start in: <div id=”ujiCountdown”‘.$classh.’></div>’.$content);
Which ads it on the row abow. And I have tried:
‘<div id=”ujiCountdown”‘.$classh.’></div> we start in: ‘.$content);
Which ads it on the row below. If I ad it inside the div it doesn’t show.Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginI have tried and I can’t seem to make it work. Here’s where I try to insert my text
`wp_enqueue_script(‘js_countdown’);return strip_shortcodes(‘<div id=”ujiCountdown”‘.$classh.’></div>’.$content);
}
}
add_shortcode(“ujicountdown”, “ujic_code”); `
But it doesn’t work. I it all ends up on the line above or the line below. Sorry but I’m really bad at this!Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginThank you so much! I will try it and I’m sure it will work!
Thanks again!Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginIs there anyone else who might know how to solve this?
Thanks!Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginSorry for the delay in my reply. I’m so grateful for your help! Here’s the url: https://redmountainfilm.se/wp/
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginIt didn’t work. How do you mean “format of the output of the counter”
Forum: Fixing WordPress
In reply to: Adding text before a countdown pluginThanks for the reply! Do you mean like this:
<div id=”countdown”>
<div class=”container”>
<span>
<h1>We start in:</h1><?php echo do_shortcode(‘[ujicountdown id=”main” expire=”2013/04/25 12:00″]’);?>
</span>
</div>
</div>Forum: Plugins
In reply to: [Uji Countdown] Text before the countdownThanks for the reply! But that adds the text on the line above. I wan’t it on the same line.