Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 2,094 total)
  • Author
    Posts
  • in reply to: v2.4.5 Update Breaks Retweet Function in Floating Bar
    Aakash
    Keymaster

    ➡ Update will be avaialble tomorrow. Thank you.

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

    Thanks for noting the bug. It is fixed in the version v2.4.6 It will be released soon on or before Christmas.

    Thanks for the patience.

    in reply to: Shorcodes work in post but not in manual excerpt
    Aakash
    Keymaster

    Hello,

    You need to use

    Code:

    echo do_shortcode( get_the_excerpt() );


    In your theme’s archive.php or category.php file wherever necessary.

    Thank you.

    in reply to: Warning: Invalid argument error
    Aakash
    Keymaster

    I think I didn’t check for empty arrays. I will fix it in the next version. Thanks for the note.

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

    @ryanoc22 I already know that there can’t be any problem 🙂

    in reply to: Publisher key for Share This
    Aakash
    Keymaster

    As said, under Buttons->Sharethis, should enter the sharethis pubid. If you are talking about saving the option, just click the black area to come out of the “Sharethis” window and you will see an blue button “Update” just click that. Thats the save button for all settings of WP Socializer.

    in reply to: Warning: Invalid argument error
    Aakash
    Keymaster

    What version of Shortcoder you were using before ??

    in reply to: Feed in reverse order
    Aakash
    Keymaster

    Super RSS Reader uses the native Feeds API provided by WordPress. I tried with the default RSS widget and it too displayed the feeds in the reverse order.

    I think there is a problem with the Feeds API, I’ll find a solution for this problem soon.

    in reply to: Floating bar on mobile phone
    Aakash
    Keymaster

    Please give your site URL …

    in reply to: Customize button not working
    Aakash
    Keymaster

    Its a cache problem. It works fine in my case.

    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.

Viewing 15 posts - 1,591 through 1,605 (of 2,094 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