Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author LikeBtn

    (@likebtn)

    What WordPress Theme are you using?

    Thread Starter mibo5

    (@mibo5)

    Hello dear author, this one:
    https://themeforest.net/item/goodinc-flat-responsive-wordpress-blog-news-theme/5285055

    I found the footer position of posts, But I don’t know what PHP codes should be inserted into content.php file.

    I tried this:

    <?php $post_custom = get_post_custom( get_the_ID() ); ?>
    Likes: <?php echo (int)$post_custom[‘Likes’][0]; ?> |
    Dislikes: <?php echo (int)$post_custom[‘Dislikes’][0]; ?>

    But only stats of like and dislike hinting appears.

    Thanks

    Plugin Author LikeBtn

    (@likebtn)

    Try this:
    <?php likebtn_post(); ?>

    Thread Starter mibo5

    (@mibo5)

    Hello, Just this code?

    <?php likebtn_post(); ?>

    I think It’s too tiny and a “larger Box” is needed for it ??

    It did not work… Could you please give me another solution?

    Best regards

    Plugin Author LikeBtn

    (@likebtn)

    Do the following trick:
    1) Add the following code:
    <?php likebtn_post(); ?>
    2) Enable LikeBtn for posts and configure the button on the plugin Buttons tab.
    3) Disable LikeBtn for posts.

    Thread Starter mibo5

    (@mibo5)

    Wow ?? Resolved…. Thanks a lot for your kindly help … Regards

    Thread Starter mibo5

    (@mibo5)

    Excuse me… The buttons appear in the footer of posts, But I can not change the style of them!

    The style of buttons control by this file:
    https://w.likebtn.com/css/w/widget.css

    Plugin Author LikeBtn

    (@likebtn)

    Are you trying to change the style of the button on the Buttons tab of the plugin or using CSS?

    Thread Starter mibo5

    (@mibo5)

    I changed the options via Tabs in panel, but the like and dislike buttons in the footer of posts did not change! as I mentioned before…

    The style of buttons control by this file:
    https://w.likebtn.com/css/w/widget.css

    regrads

    Plugin Author LikeBtn

    (@likebtn)

    You need to:
    1) Enable LikeBtn for posts and set style on the plugin Buttons tab.
    2) Disable LikeBtn for posts.

    Have you done this?

    Thread Starter mibo5

    (@mibo5)

    I did these things, but the style of footer buttons that added by this code:

    <?php likebtn_post(); ?>

    did not change! The style of this section is not controlled by the panel.

    Never mind! The current style (default style) of buttons is beautiful.

    I appreciate you;

    Best Regards

    Plugin Author LikeBtn

    (@likebtn)

    Enjoy

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Change the position of buttons’ is closed to new replies.