Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 1,963 total)
  • Author
    Posts
  • in reply to: I need help with Shortcoder!

    I think this is not an issue with Shortcoder wordpress plugin. This is an unrelated topic related to this plugin.

    Anyway, the solution is … you have to add this code to the functions.php file in your theme directory anywhere:

    Code:

    function shortcode_print_category( $atts ) {
    return single_cat_title();
    }
    add_shortcode( ‘state’, ‘shortcode_print_category’ );


    I’ve not tested but should work.

    in reply to: LinkedIn Issue?

    If you like this plugin… then be free to share this plugin with your friends and clients. Thanks !!

    in reply to: ‘Add to favorites’ button

    Thanks for using this plugin !! The tooltips are localized in version 2 and the bug with the Add to Javascript is corrected. The version 2 is currently on development with more features …. So please stay in touch

    in reply to: Feed Excerpt Problem

    The new version has lots of new features which you will not expect like shortcodes, widgets, bit.ly integration, 104 social buttons, 10 new button codes, redesigned admin page and developer enabled source code and more …. its currently breaking my head 🙄 not sure when it will be released . It will be released only when a video tutorial, promotion video, featured page are created .. So you have to wait for 2 – 3 weeks

    in reply to: why extra code visible before addthis button?

    When i saw you website, i didn’t encounter any problem. It looked fine. If the problem occurred, it will be only due to the theme you are using.

    in reply to: URL Shortener

    Instead of t.co, bit.ly URL shortener is being integrated in version 2. So please stay in touch

    in reply to: Feed Excerpt Problem

    This issue is cleared in the new version 2,which is being developed. So please stay in touch to get the new and advanced WP Socializer with more features

    in reply to: plug-in not showing in chrome

    Its a know issue as it is not working in the newer version of browsers.

    Actually, a new design is being planned for Super RSS Reader with new core script. So i think you have to wait for the new version. I apologize 🙁

    Regards

    in reply to: LinkedIn Issue?

    The issue is, your site does not contain a valid domain name. It is only an IP address. To test, replace the IP address (209.62.38.3) with google.com (for example) and pass the URL linkedIn accepts it.

    Its not the problem with WPSR and the thing is linkedin is not accepting sites without a domain name

    in reply to: How To Remove The Word "Share" From Facebook Share Content?

    There is a way to prevent it from showing. But you have to do a very small editing work.

    1. Open the file socializer-facebook.php

    2. Goto line no 94

    3. Remove the word “Share

    Code:

    —————–> Share <————-‘ .


    (the arrows are just indications)

    4. Save the file.

    Also this is already corrected in the version 2 which is currently being developed.

    Regards !

    in reply to: ShortCode not working in Excepts

    Hello,

    Thanks for using my plugin. Do not add priority. Use the below code

    Code:

    add_filter(‘the_excerpt’, ‘do_shortcode’);


    But make sure that the output is actually given by the “the_excerpt()” function or the “get_the_excerpt()” fuction

    Thanks again for using my plugin

    in reply to: WP Socializer doesn’t work after instllation.

    What was the problem actually ?

    in reply to: Place Socializer in header or sidebar?

    Hello, thanks for using WP Socializer.

    Placing the icons besides the header area is possible, but you have to do some editing works in the header.php, etc(in the theme folder) to place the headers.

    First you have to configure/select the buttons in the admin page.

    Then use the code

    Code:

    for 16px buttons and

    Code:

    for 32px buttons.

    Paste the above in any of the theme file and the buttons appear there.

    You can see more info about this in this page, theme function

    The second one is currently not possible, the second version is being made with these features.

    in reply to: WP Socializer – Like button gives unneeded whitespace

    that is not a whitespace actually, it displays the profile pic/faces of the liked people

    in reply to: WP Socializer – Google Asynchronous code

    The page you gave dosen’t show me any details of Google Asynchronous code !! 😕

Viewing 15 posts - 1,891 through 1,905 (of 1,963 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