Forum Replies Created

Viewing 15 posts - 1,546 through 1,560 (of 2,039 total)
  • Author
    Posts
  • in reply to: Email button isn’t working properly
    Aakash
    Keymaster

    Its a rare one to have an ampersand at the very beginning of a post 🙄

    Anyway happy that the problem is solved.

    in reply to: Insert buttons with jQuery
    Aakash
    Keymaster

    This is a simple one.

    Use the below code in any of the template. Modify and customize as you want.

    Code:


    jQuery(‘ready’).function({
    jQuery(‘.wp-socializer-buttons’).hide();
    jQuery(‘.openShare’).click(function(){
    jQuery(‘.wp-socializer-buttons’).fadeIn();
    });
    });

    CLICK ME TO OPEN SHAREBAR

    {facebook-like}
    {retweet-bt}
    {plusone-medium}
    {stumbleupon-1}


    Make sure you have loaded jQuery. Didn’t try this but should work as expected.

    in reply to: Will not publish any HTML code
    Aakash
    Keymaster

    Shortcoder just replicates the HTML template of the shortcoder. It doesn’t strip tags.

    Here in my testing site, http://vaakash.kodingen.com/blog/14/syntax-highlighter-test/ you can see the shortcoder in action. After the second paragraph, the shortcoder clearly replicates the template. Ask the theme developers about this issue.

    Thank you.

    in reply to: playlist ?
    Aakash
    Keymaster

    Shortcoder just compacts the HTML code you use regularly.

    For example,

    Code:

    ….. Some content ….

    If you use this HTML frequently in posts are pages, then create a Shortcode for this like [sc:myshortcode] and use it in posts and pages to get the freq used template mentioned above.

    Its your decision to check whether Shortcoder suits you.

    Aakash
    Keymaster

    Thanks for notifying the bug, its a problem with plugin in v2.4.5 I got it identified.

    Inorder to make the plugin work, please do a small editing work.

    – Open wp-socializer/includes/wpsr-shortcodes.php

    – Replace line 63

    Code:

    return wpsr_facebook($atts);


    with

    Code:

    return wpsr_facebook($atts) . ” ;

    Please do it for now. It will be fixed in the very next version.

    in reply to: Floating bar on mobile phone
    Aakash
    Keymaster

    The floating share bar is introduced 2 versions before. Its just growing strong with updates.

    Currently it doesn’t detect mobile viewers and do a automatic adjustment.

    For now, you can use CSS3 Media queries to detect mobile screens and adjust the plugin buttons automatically. If you are not able to do it manually, just respond in this topic.

    Aakash
    Keymaster

    WP Socializer is not related with buddypress. It is a plugin to add “Social bookmarking buttons” to a WP Site.

    It seems to be a strange problem that WPSR interferes with buddypress. In the place of the activation link, what is shown ???

    Aakash
    Keymaster

    What version of WP Socializer you are using ??

    in reply to: Preserving social sharing button count after domain change
    Aakash
    Keymaster

    If the $permalink_inside_loop variable holds the required URL, then the buttons load the count for that URL.

    Its also a good yet worst idea to leave the old count and start from ground up 🙄

    in reply to: Disable on Custom Pages Only
    Aakash
    Keymaster

    What kind of posts are they actually ?? normal posts or custom post types ??

    in reply to: Floating Bar and Button Spacing
    Aakash
    Keymaster

    Hope you inserted successfully the buttons at the top of the post manually. Just carry on this post for the floating share bar. http://www.aakashweb.com/forum/wp-socializer-f22/how-to-manually-insert-floating-social-bar-t1753.html

    in reply to: How to Manually Insert Floating Social Bar?
    Aakash
    Keymaster

    What kind of post is that ??? Why the floating share bar is not appearing there ??

    in reply to: v2.4.5 Update Breaks Retweet Function in Floating Bar
    Aakash
    Keymaster

    It’s happy to see the plugin working there perfectly 🙂

    in reply to: Floating Bar and Button Spacing
    Aakash
    Keymaster

    Now the buttons seems to work fine. Great !!

    in reply to: Floating Bar and Button Spacing
    Aakash
    Keymaster

    Oh sorry, i think WordPress automatically adds line breaks (i.e
    tags )to the code.

    This code will definitely work.

    Code:

    BUTTON_SHORTCODE BUTTON_SHORTCODE BUTTON_SHORTCODE BUTTON_SHORTCODE BUTTON_SHORTCODE

    Do not add line breaks, add it all in one line.

Viewing 15 posts - 1,546 through 1,560 (of 2,039 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