Home Forums WTI Like Post PRO Change the display location of the plugin vote

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #348
    Yantothen
    Participant

    Hi,

    I just bought the plugin and I need to display the plugin voting in a different location from the default.

    I try to do:
    echo do_shortcode (‘[wtilikepost]’);

    in my PHP code but to no avail. It ends up shows [wtilikepost] instead of the voting images.

    Can you advise me on this?

    Thanks.
    Order: #2049

    #349
    Yantothen
    Participant

    Hi,

    I tried calling the GetWtiLikePost() function instead of the shortcode. I seem to manage to change the location to some extend.

    But when I tried to put the location into a HTML DIV container:

    $title .= “<div class=’one-fourth’>”;
    $title .= “<div class=’show-net-value-container’>”;
    $title .= “<div class=’show-net-value-container2′>”;
    $title .= “<span>” . $net_count . “</span>”;
    $title .= “</div>”;
    $title .= “</div>”;
    $title .= GetWtiLikePost();
    $title .= “</div>”;

    Unfortunately, the plugin voting is not displayed inside the ‘one-fourth’ div container. It’s totally outside of the container.

    Please help.

    Thanks.
    Order: #2049

    #350
    Webtechideas
    Keymaster

    If you are trying to put the plugin voting inside the “show-net-value-container”, then you have placed it outside of it. Can you please share your site url so that we can have a look at that? Also what is the use of “$net_count” variable?

    #351
    Yantothen
    Participant

    Hi,

    I have sent the requested information to support@webtechideas.com

    Let me know if you need any other information.

    Thanks.

    #354
    Webtechideas
    Keymaster

    Try using GetWtiLikePost(‘put’) as this will return the content so that you can combine them with other html content as you have done.

    We have received your feedback about the above suggestion working properly.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘WTI Like Post PRO’ is closed to new topics and replies.