Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rahulbrilliant2004

    (@rahulbrilliant2004)

    HI

    Can you please provide further info or if you can provide the url where you are using it.

    Thread Starter cikatomo

    (@cikatomo)

    my website is not suitable for mainstream audience, but this is what i did:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    /*standard
     *code
     *here */
    <?php the_content()?>
    
    <?php if(function_exists('like_counter_p')) { like_counter_p("text for like"); } ?>
    
    <div id="entry_info">
      <p><strong>Title:</strong> <?php the_title(); ?></p>

    This is in single.php.
    Same thing in index.php inside the Loop.
    I’m using PDO Sqlite with wordpress 3.5.
    I cannot find the table wp_like_dislike_counters in database, but I don’t know why is that problem since you are using $wpdb.
    I don’t have that much knowledge.

    Thread Starter cikatomo

    (@cikatomo)

    It’s working with mysql

    Not sure why this is marked as resolved as there is no resolution mentioned here. We also had this issue with currently no js errors to identify the problem. Will post back if a fix is created.

    We found that if you log out after installing the plugin, clear cache and log back in it should work

    Plugin Author tikendramaitry

    (@tikendramaitry)

    Hi,

    Thank you for contacting us. We are extremely apologetic for replying to your query this late but we’ve been experiencing some issues in our support system. Thankfully, we have now upgraded our support system and will be able to solve issues more efficiently.

    We have fixed this problem in our new release. As well as users even don’t have to write a single line of code to setup this plugin now. Please upgrade and enjoy the new look and feel with enhanced and bug free functionalists of the plugin.

    Please upgrade it and give it a try. If you still have any problem please let us know.
    Thanks!!!

    Best,
    Tikendra

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘It is not counting’ is closed to new replies.