ammar7
Forum Replies Created
-
Forum: Plugins
In reply to: [Popup by Supsystic] How to get page name in popup pluginThanks alot after working 8 hours on it finaly i have found it..
Forum: Plugins
In reply to: [Page scroll to id] No smooth scroll. It just jumps to the linkResolved..
Actually i was working with custom template and my footer wasnt called my bad. Thanks this is a super pluginForum: Plugins
In reply to: [Page scroll to id] No smooth scroll. It just jumps to the linkYes the plugin is activated and it has wp_footer on its template
Hey wanted exactly what pharmax asked for with a slightly different parameters.
I read the admin answers but was getting confused with time stamp future and past.
Actually i want to start my counter from 15010 and every 24 hrs i want to increment it by 2.How can i do this. I did like this but can only see 000000.
Please help thanks.[jellyfish_counter digits=’6′ tick_multiplier=’2′ start=’15010′ interval=’86400′ timestamp=’2015-09-2 12:10:21′]
Forum: Plugins
In reply to: [Jellyfish Counter Widget] Is it possible to generate random number?Working perfectly fine thanks..
Forum: Plugins
In reply to: [Jellyfish Counter Widget] Is it possible to generate random number?Any help??
Forum: Plugins
In reply to: [Jellyfish Counter Widget] How to use shortcode in php filesSome how i resolved it in ugly manner.
I realised that counter was showing when i embed it in header.php. but two counter were comming one in header and other on my desired position.
so what i did i just wrapped shortcode in div in header.php and styled like : display:none; it got hided and the desired shortcode was there and running ??
Thanks for the help
Forum: Plugins
In reply to: [Jellyfish Counter Widget] How to use shortcode in php filesHey thanks for the reply when i view the html source i do see this
<div id="jellyfish-counter-shortcode-14.......
So how to fix those JS errors??Forum: Themes and Templates
In reply to: [Minamaze] How to show entry meta values below posti resolved it.
in index.php place this <?php thinkup_input_blogmeta(); ?>
below this <?php thinkup_input_blogtext(); ?>Forum: Themes and Templates
In reply to: [Minamaze] Remove Category.category
{
display:none;
}apply this in custom css portion in theme option