rahulbrilliant2004
Forum Replies Created
-
Hi
I am sorry but I didnt get what you are trying to do here.
Forum: Plugins
In reply to: [Full Page/ Full width Background Slider] Activate plugin????HI
I hope it sorted out your issue???
Forum: Plugins
In reply to: [Full Page/ Full width Background Slider] Apply for categoryHI
You cannot define it for category. You can have a default one.
And can enable it disable it for particular post and page.
HI
I think the wordpress repository had some issues for last couple of days. Even when We tried to use it with other plugins it was sometimes giving the error. But I think everything is fine now.
Do you still have the issue???
BTW did you check other plugins from https://www.wpfruits.com
Regards
RahulForum: Reviews
In reply to: [Multi Plugin Installer] Great PluginIndeed
Forum: Reviews
In reply to: [Notification Bar] Good idea to easy this type of work.Hi Samenezes
Try this
https://www.wpfruits.com/notification-bar-pro/?TTT=22
You will love it
Regards
RahulHi
Our plugin doesnt allow you to change your like or dislike actions. About png there are two of them up and down.png for respective actions. So may be you have used the code in a wrong way.
Please go through this thread. It will help you out.
https://www.ads-software.com/support/topic/plugin-like-dislike-counter-what-do-you-mean?replies=29
Mean while have you checked the new plugin that we have launched. The notification bar plugin.
https://www.wpfruits.com/downloads/wp-plugins/notification-bar-plugin/
Have a look.Thanks
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Thank you I am marking this one as resolved. Can you please provide me the url when you have moved it live.
Thanks
Forum: Plugins
In reply to: [Simple HTML Slider] [Plugin: simple html slider] Different slideshowsThank you.
Great
ThanksForum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?HI
I have emailed you back. Actually you needed to make changes in the post-single.php. The theme uses it to show the single post.
I have added the code with comments. The top one displays the like dislike on the top and the bottom one at the bottom. Use the one that you want to use and delete the one that you dont want to use. Here is the code again.
<?php global $theme; ?> <div <?php post_class('post post-single clearfix'); ?> id="post-<?php the_ID(); ?>"> <h2 class="title"><?php the_title(); ?></h2> <div class="postmeta-primary"> <span class="meta_date"><?php echo get_the_date(); /* added by Rahul */ if(function_exists('like_counter_p')) { like_counter_p("Like this post"); } if(function_exists('dislike_counter_p')) { dislike_counter_p("Dislike this post"); } /* End added by Rahul */ ?></span> <span class="meta_categories"><?php the_category(', '); ?></span> <?php if(comments_open( get_the_ID() )) { ?> <span class="meta_comments"><?php comments_popup_link( __( 'No comments', 'themater' ), __( '1 Comment', 'themater' ), __( '% Comments', 'themater' ) ); ?></span><?php } if(is_user_logged_in()) { ?> <span class="meta_edit"><?php edit_post_link(); ?></span><?php } ?> </div> <div class="entry clearfix"> <?php if(has_post_thumbnail()) { the_post_thumbnail( array($theme->get_option('featured_image_width_single'), $theme->get_option('featured_image_height_single')), array("class" => $theme->get_option('featured_image_position_single') . " featured_image") ); } ?> <?php the_content(''); wp_link_pages( array( 'before' => '<p><strong>' . __( 'Pages:', 'themater' ) . '</strong>', 'after' => '</p>' ) ); /* added by Rahul */ if(function_exists('like_counter_p')) { like_counter_p("Like this post"); } if(function_exists('dislike_counter_p')) { dislike_counter_p("Dislike this post"); } /* End added by Rahul */ ?> </div> <?php if(get_the_tags()) { ?><div class="postmeta-secondary"><span class="meta_tags"><?php the_tags('', ', ', ''); ?></span></div><?php } ?> </div><!-- Post ID <?php the_ID(); ?> --> <?php if(comments_open( get_the_ID() )) { comments_template('', true); } ?>
And I dont know why its giving error to you worked perfectly fine for me on my wamp.
Thanks
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Hi
I am sorry it’s 4 am here. Can you please email me the theme at [email protected]. I will try to install it and see what’s the issue??
Thanks
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Hi
Please use this. Since its already in php you dont need to use the php tags there.
<?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'); if(function_exists(‘like_counter_p’)) { like_counter_p(“text for like”); } if(function_exists('dislike_counter_c')) { dislike_counter_c(""); } endwhile; else : get_template_part('post', 'noresults'); endif; ?> <?php ?> <?php $theme->hook('content_after'); ?>
Let me know if that works for you.
Thanks
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?Hi
I got the issue. You have to put it before the end while. Can you please try it there please.
Thanks
Forum: Plugins
In reply to: [Like Dislike Counter] [Plugin: Like Dislike Counter] What do you mean?I want you to download the plugin again and replace the files with the new one. I mean delete the plugin and then reinstall it.
And yes that should be the code.
You can contact me on skype at rahulbrilliant2004