Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 1,992 total)
  • Author
    Posts
  • in reply to: Make pop up window instead of new tab.

    Making the links open in a popup is a good idea. But certain websites are big and doesn’t fit the small popup.

    But if you are using jQuery in your website, then use the code in the theme footer.

    Code:


    $(document).ready(function(){
    $(‘.wp-socializer a’).click(function(e){
    e.preventDefault();
    var url = $(this).attr(‘href’);
    win = window.open(url,’window’,’height=350,width=550′);
    });
    });

    Thank you.

    in reply to: Share This displays twice at bottom of posts

    Some suggestions are:

    * Make sure that only “Below content” or “Above content” setting is checked. Checking both the settings will double up the buttons.

    * Check the theme so as to check for any “template functions” like etc.

    * Make sure that your theme by default doesn’t have the sharethis buttons.

    Thank you.

    in reply to: Left Float Stop Working

    AbundantJourneys wrote:

    Perfect. Thank you kindly. 😀

    You can also remove the “shadow” property to avoid the “grey” border around the slider.

    Also customize -70px to fit your needs.

    in reply to: Left Float Stop Working

    Simple..

    1. Open the WP Socializer admin page.

    2. Go to the “Placement” tab.

    3. Go to the Template 1 or template 2 (it will be mostly template 1)

    4. In the text box, you will see a text “float:left“.

    5. Replace that with float:left;position: fixed;top: 25%;margin-left: -70px;.

    6. That’s all. Save the settings.

    in reply to: Left Float Stop Working

    Hello,

    When I saw your site, the buttons looked great in the page… so what is the problem actually ??

    in reply to: Facebook Button on Start-page

    thank you.. 😀

    in reply to: Left float – Fixed – Outside 1 — Spacing

    Instead wrap the button codes with a span tag and apply the style.

    Eg:

    {retweet-bt}

    {facebook-like}

    {plusone-tall}

    {addthis-sc}

    If this didn’t work, you can still try other hacks.. the customization is yours…

    in reply to: Code For No Follow

    dgeek98 wrote:

    Thanks. That would be very much appreciated 🙂

    The new version of WP Socializer v2.3 has this feature inbuilt. Just download and use it.

    in reply to: Add button not included

    Hello Marc,

    Sorry for the very late reply. The steps for adding a new button is mentioned in this post. Please read this post to add a custom button.

    Link: http://www.aakashweb.com/forum/wp-socializer-f22/custom-button-in-wp-socializer-t405.html#p1073

    in reply to: Facebook Button on Start-page

    Your site is not loading. Anyway to include the facebook in the header, use the code

    Code:

    in themes/your_theme/header.php file where you want to place the button.

    in reply to: manual wp_socializer() – some seem to be broken

    I’m wondering the type => ‘small’ is not working.. It should work fine.

    If addthis button is not working, try including the code in the header.php

    Code:

    Also note that, you don’t need to use ‘output’ => ‘button’, in all your function. The default is “button”. So its not necessary to use every time.

    in reply to: No fixed template 1 in front page

    Its a problem with the Digg’s button. I too tried all the possible ways in displaying the button. But it seems to be problem, not working some times.

    Try using the Digg button once again in the post.

    Thank you.

    in reply to: WP Socializer and custom content types

    I’vent tested WP Socializer on WordPress custom post types. Ill soon update on this issue.

    in reply to: Wp-Socializer

    Code:

    Check this page for parameters.

    in reply to: Custom button in wp_socializer

    Hello dejudicibus,

    Thanks for using WP Socializer.

    If you want to add a custom service, follow the steps below.

    Note:

  • The “Sprites” feature will not recognize the button image correctly.

    So you should “disable the use sprites feature” under the “Social buttons” tab or use sprites=0 as a parameter in the function you are using.

  • When you upgrade to a new version, the changes you have done will be lost. (anyway ill add the button inbuilt in the next version. But for now do the steps below)
  • Steps:

    1. Use the latest version.

    2. Open wp-socializer/wp-socializer.php

    3. Add the below code in the line 569

    Code:

    ‘oknotizie’ => array(
    ‘name’ => ‘OkNotizie’,
    ‘titleText’ => __(‘Share with ‘, ‘wpsr’) . ‘OkNotizie’,
    ‘icon’ => ‘oknotizie.png’,
    ‘url’ => ‘http://oknotizie.virgilio.it/post.html.php?url={url}&title={title}’,
    ),


    4. Upload the 16px icon to the wp-socializer/public/social-icons/16 directory.

    Download: http://i40.tinypic.com/317iagp.png

    5. Thats all

    Note: The steps mentioned above is for adding a custom 16px button.

    Thank you.

Viewing 15 posts - 1,726 through 1,740 (of 1,992 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