Slideit
Forum Replies Created
-
Exactly as cscottb. I don’t know what you’ve done with this update, but it also took my site down. I tried to get a key and that’s a joke too. I had to disable it. Please get this fixed
ThanksForum: Plugins
In reply to: [Rating] [Plugin: Rating] Sorry. Where do I embed the code?When using [rating] I have no problem in a post, but I tried that and I get.
Fatal error: Call to undefined function five_star_rating_func() in C:\Wamp\www\wordpress\wp-content\themes\Election2012\single.php on line 14
Thanks
PS I see it’s working good on your site.Forum: Plugins
In reply to: [GigaOM Liveblog] [Plugin: GigaOM Liveblog] Ok… Looks interestingThanks again Casey, but I guess this is not what I thought it was for. Knowing it’s up to the server if you can do a live feed, I am looking for a plugin to set a live feed up and thought this maybe the one. Please forgive.
ThanksForum: Plugins
In reply to: [GigaOM Liveblog] [Plugin: GigaOM Liveblog] Ok… Looks interestingThank you Casey, but it still lacks what the plugin does. Is this a timed hacking session? What is it good for? Can you set a live video and sound link (feed) to your site, or…?
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Yes I will give a link. It will be over the weekend. I’m working on a few things that need to be done first. I’ll send you an email when I get it done.
Thanks againForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?I don’t know why its giving error to you worked perfectly fine for me on my wamp.
This is working great for me too, but we were talking about single.php. Not post-single.php. I added a space
if(function_exists(‘like_counter_p’)) { like_counter_p(“Like this post<HERE>“); }if(function_exists(‘dislike_counter_p’)) { dislike_counter_p(“Dislike this post<AND HERE>“); }
It looks nicer that way. I want to thank you Rahul for all of the great work.;)
Again. It works great.Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?I know it’s early there I just ran the time up through Bing. Do you ever sleep?:) Sure I’ll email you the single.php. That is what you want isn’t it?
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?I know this must be frustrating for you Rahul, but no it didn’t. Sorry.
Parse error: syntax error, unexpected ‘<‘ in C:\Wamp\www\wordpress\wp-content\themes\Savarona\single.php on line 12
Call Stack
# Time Memory Function Location
1 0.0009 393488 {main}( ) ..\index.php:0
2 0.0014 397192 require( ‘C:\Wamp\www\wordpress\wp-blog-header.php’ ) ..\index.php:17
3 1.5133 24023352 require_once( ‘C:\Wamp\www\wordpress\wp-includes\template-loader.php’ ) ..\wp-blog-header.php:16Thanks again
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Parse error: syntax error, unexpected ‘<‘ in C:\Wamp\www\wordpress\wp-content\themes\Savarona\single.php on line 17
Mine
<?php
if (have_posts()) : while (have_posts()) : the_post();
/**
* Find the post formatting for the single post (full post view) in the post-single.php file
*/
get_template_part(‘post’, ‘single’);
<?php if(function_exists(‘like_counter_p’)) { like_counter_p(“text for like”); } ?>
endwhile;else :
get_template_part(‘post’, ‘noresults’);
endif;
?>
<?php if(function_exists(‘dislike_counter_c’)) { dislike_counter_c(“”); } ?><?php $theme->hook(‘content_after’); ?>
Looking at the db. There is nothing there either for the p_like. Should there be?
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?<?php if(function_exists(‘like_counter_p’)) { like_counter_p(“text for like”); } ?>
That’s the line. I put it back in and getting the error again.
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Rahul I just took the line
<?php if(function_exists(‘like_counter_p’)) { like_counter_p(“text for like”); } ?>
out and I’m not getting the error now, but it’s not counting. It shows the thumbs up with (0), so it’s kind of working. ??
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Ok I did all you said ??
Still getting the error.
Parse error: syntax error, unexpected T_FOR in C:\Wamp\www\wordpress\wp-content\themes\Savarona\single.php on line 23Could it be the theme?
Sorry Rahul. I don’t have Skype.Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Here is the single.php again after the edit:
<?php global $theme; get_header(); ?><div id=”main”>
<?php $theme->hook(‘main_before’); ?>
<div id=”content”>
<?php $theme->hook(‘content_before’); ?>
<?php
if (have_posts()) : while (have_posts()) : the_post();
/**
* Find the post formatting for the single post (full post view) in the post-single.php file
*/
get_template_part(‘post’, ‘single’);
endwhile;else :
get_template_part(‘post’, ‘noresults’);
endif;
?>
<?php if(function_exists(‘like_counter_p’)) { like_counter_p(“text for like”); } ?>
<?php if(function_exists(‘dislike_counter_c’)) { dislike_counter_c(“text for dislike”); } ?>
<?php $theme->hook(‘content_after’); ?></div><!– #content –>
<?php get_sidebars(); ?>
<?php $theme->hook(‘main_after’); ?>
</div><!– #main –>
<?php get_footer(); ?>
Does it look right?
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Never mind on the last. It brings me right back here and yes it’s the version 1.0 that I’m using.
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?From your site, or here?