Forum Replies Created

Viewing 15 posts - 1,441 through 1,455 (of 2,058 total)
  • Author
    Posts
  • in reply to: Socializer Wrong Image and Errors!
    Aakash
    Keymaster

    Please make that, image is not traced by WP Socializer it is done by respective button providers. Facebook uses some parsing engine. Please make sure that the page works as expected in the facebook debugging tool. If it works there, then no problem

    You can use WP SEO plugin to fix these issues easily.

    Thanks.

    in reply to: Hide by category
    Aakash
    Keymaster

    Hello,

    Currently, there is no inbuilt option to do that. You need to add some code to your theme’s function.php file.

    Code:

    if( has_category( array( YOUR_CATEGORY_IDs_TO_EXCLUDE_SEPARATED_BY_COMMA ) ) ){

    $wpsr_content_op = new WPSR_Template_Output(‘content’);
    $wpsr_excerpt_op = new WPSR_Template_Output(‘excerpt’);

    remove_filter(‘the_content’, array($wpsr_content_op, ‘output’));
    remove_filter(‘the_excerpt’, array($wpsr_excerpt_op, ‘output’));

    }

    Please try it. Thanks

    in reply to: Shortcvode for Print button?
    Aakash
    Keymaster

    Yes, there is a print button. There is a “search box” in “Button settings” -> Social button settings

    Type “Print” and you will get the button

    Thanks.

    in reply to: Double og:title, url, meta etc. PLEASE HELP
    Aakash
    Keymaster

    Hello,

    WP Socializer doesn’t modify the header and add these open graph tags. It can be due to other plugins. Please disable other plugins one by one and check the error.

    Thanks

    in reply to: Wrong Share Count Using ShareThis
    Aakash
    Keymaster

    Hello,

    It will not count. Once you refresh the page, the count will be restored to previous value. May be it can also take some time..

    For this page, facebook count is http://www.imperialstreet.ph/finding-imperial-street/ “6”

    In facebook official API also provides the same: http://graph.facebook.com/http://www.imperialstreet.ph/finding-imperial-street/

    Thanks

    in reply to: Multi language (qtranslate)
    Aakash
    Keymaster

    Hello,

    Currently, there is no feature to set different languages to differnt pages.

    I am developing the next version of the plugin. I’ll consider it in the next version.

    Thanks

    in reply to: Advanced post navigator seems not functioning correctly
    Aakash
    Keymaster

    Hello,

    Thanks for buying my plugin. The problem is because some other plugin failed to reset the query. In the next version, Ill fix that in my side if possible.

    Thank you.

    in reply to: Custom Floating Bar Buttons
    Aakash
    Keymaster

    Hello,

    Sorry for the late reply. Currently the floating share bar doesn’t support that feature. It will be added in the next major release after checking the possibility and compatibility.

    Thank you.

    in reply to: Can’t "apply" settings
    Aakash
    Keymaster

    Hello,

    Sorry for the ultra late reply. Once you select the inbuilt template, you need to come out of that window. Just click anywhere in the black area, the window will close. Then there you will see the Update button. Thank you.

    in reply to: problem with facebook share button in the floating bar !
    Aakash
    Keymaster

    Hello,

    This issue is already fixed in the version 2.4.9.6. If the bug persists, please give your site URL, I’ll check it out.

    in reply to: facebook share take the sidebar content than the page conten
    Aakash
    Keymaster

    Cheers 🙂

    in reply to: Google +1 Button Suddenly Cut Off
    Aakash
    Keymaster

    Can you please post a screenshot or the link your website ??

    in reply to: Admin Problem With WP 3.60
    Aakash
    Keymaster

    @rubab11 Hello, can you please post a screenshot of it ??

    in reply to: How to get the og:image URL?
    Aakash
    Keymaster

    Hello, you need to use another plugin for this: http://wordpress.org/plugins/wp-facebook-open-graph-protocol/

    This plugin does all the open graph tags needed for a page.

    Thank you.

    in reply to: Admin Problem With WP 3.60
    Aakash
    Keymaster

    Thanks for the check. There was a problem with the help “file” in the server I hosted. Thats the problem I already know.

    Anyway, I’ll check it out for the other issues.

    Thank you.

Viewing 15 posts - 1,441 through 1,455 (of 2,058 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms