Forum Replies Created

Viewing 15 replies - 346 through 360 (of 472 total)
  • Plugin Author webtechideas

    (@webtechideas)

    Yes, user id is considered while voting in the pro version. Since you are using this only for registered users, the pro version will solve your problem.

    Plugin Author webtechideas

    (@webtechideas)

    Hi Prabu,
    This plugin works with the_content filter. So the custom post types which USE this filter to render the content, you will get the like/unlike buttons there. Alternatively you can use GetWtiLikePost() inside the custom post type theme file to show the buttons.

    But you can not disable the buttons for posts which is the default behavior of the plugin. This feature is already added in the PRO version and it will be released this week. I will let you know here once I make the release.

    Thanks

    Forum: Plugins
    In reply to: [WTI Like Post] Shotcode
    Plugin Author webtechideas

    (@webtechideas)

    Download the manual under the download section on this WTI Like Post plugin page on my blog.

    Use this GetWtiLikePost() inside template file to show the buttons. If you need the shortcode to put inside post/page content, then its available in the PRO version only. You can get that on my blog.

    Forum: Plugins
    In reply to: [WTI Like Post] Shotcode
    Plugin Author webtechideas

    (@webtechideas)

    Can you please confirm the documentation link that you are using and not working so that I can correct that?

    There are different shortcodes available with this plugin so not sure which one you exactly need. Please specify.

    Plugin Author webtechideas

    (@webtechideas)

    As I said, the theme might be showing post excerpts on the home page. So the plugin does not work over there. You can check the post details page to see whether that one is correctly working or that’s also having some problem.

    When I check on your site (given above) I don’t see my plugin in action rather you are using some other plugin. So do I still need to look into this issue? If yes, please let me know the theme you are using or share it so that I can check the home page.

    Plugin Author webtechideas

    (@webtechideas)

    I found that its a problem with your directory structure. Its not getting the correct path to the file for processing the like activity. If you are aware about PHP coding, then I can guide you to fix this. If not, put this thing on the plugin page of my site.

    Plugin Author webtechideas

    (@webtechideas)

    You need to put some content in the post as this plugin works with post content. Also if your theme uses excerpts, then the like/unlike buttons will not come up.

    Also can you switch back to the default theme just for 10-15 minutes for me to check the processing issue, then you can switch back to your own theme.

    Plugin Author webtechideas

    (@webtechideas)

    It should not be a problem if you move it correctly. Can you please check with the default theme? Also please share your site url and the theme you are using to make it easier for me to check the issue.

    Plugin Author webtechideas

    (@webtechideas)

    There are 2 situations here.

    1. Plugin is already installed before setting up multisite. (I am following this)
    2. Plugin is installed after setting up the multisite. (Probably you are following this)

    In first case, while setting up multisite, the system creates additional set of tables as per the existing system. In this case since plugin is already installed, the additional tables (including the plugin table) for the subsites are automatically created. So in this case the plugin works without any issue.

    In second case, since multisite is already set up and then the plugin is installed, the plugin does not create the tables for the subsites. As a result, the plguin functionality works perfectly on main site where as on the subsites it does not work (since there is no corresponding table for this subsite).

    I am modifying the plugin code to make it multisite compatible. I will inform here once done. I appreciate your patience.

    Plugin Author webtechideas

    (@webtechideas)

    Yes, it can be managed. Please refer to the documentation. You can download it here

    Plugin Author webtechideas

    (@webtechideas)

    All the available post categories in the site will be listed there. But as long as you DO NOT SELECT any category there, this exclude functionality will not be applicable to that category.

    Example:
    – Lets say you have 3 categories A, B, C and all show up over there.
    – If you do not select any of them, then the like/unlike buttons will come up for the posts under all the above categories.
    – If you select category A from the list, then the like/unlike buttons will not come up for the posts under category A.

    The point is you have to SELECT a category in that list to have this exclude functionality in action.

    Plugin Author webtechideas

    (@webtechideas)

    I am not sure what you mean by “How do I remove these”.

    The “exclude selected categories” section is useful if you do not want to show the like/unlike buttons on some specific categories. In that case you need to select those categories in that section. As long as you do not select any categories over there, the like/unlike buttons will show up in all posts for all the categories.

    Let me know if this answered your query or not.

    Plugin Author webtechideas

    (@webtechideas)

    Please include the time attribute as below
    <?php echo do_shortcode(“[most_liked_posts time=’all’]”); ?>

    Plugin Author webtechideas

    (@webtechideas)

    Sorry. I am still unable to replicate the issue. I have tried with an existing and fresh new wordpress installation. In both the cases, it worked perfectly. Here I am sharing the screenshots for my set up.

    http://tinyurl.com/axquez9 (network admin)
    http://tinyurl.com/a88rkfj (main site)
    http://tinyurl.com/b3xewhu (child site)

    WordPress Version: 3.5.1
    Plugin Version: 1.4

    I assume you are using the steps for building up a network as mentioned here http://codex.ww.wp.xz.cn/Create_A_Network. On the other hand can you please mention the way you set up your network?

    Plugin Author webtechideas

    (@webtechideas)

    Can you better pick up the page ids from Admin >> Pages listing screen by hovering over the Page names? If it still does not work, then I would like to get the following things from you.

    – the version of the WTI Like Post plugin you are using whether its the lite 1.4 version or the PRO one.
    – screenshot of the WTI Like Post admin settings page where you have entered the page IDs to be excluded.
    – your site url. Also can you please use default permalinks settings so that I can confirm the page IDs on your site.

    Thanks

Viewing 15 replies - 346 through 360 (of 472 total)