Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Prompt unlogged in user to login #358
    Yantothen
    Participant

    It should be something like this: “<span> Login </span>”

    in reply to: Change the display location of the plugin vote #351
    Yantothen
    Participant

    Hi,

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

    Let me know if you need any other information.

    Thanks.

    in reply to: Change the display location of the plugin vote #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

Viewing 3 posts - 1 through 3 (of 3 total)