Forum Replies Created

Viewing 15 posts - 1,396 through 1,410 (of 2,039 total)
  • Author
    Posts
  • in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Thanks. Yes adding scrollbar=yes will fix the problem. I’ll have note of it.

    I see it working in IE also. May be the old script is cached I guess. Please try a refresh again.

    Please make sure this file has the “scrollbar=yes” even in IE

    http://www.derolds.com/janetroth/wp-content/plugins/wp-socializer/public/js/wp-socializer.min.js?ver=4.7.3

    Also, I would suggest, for follow bar icons, it is good to disable “popups” and open them in new tabs.

    You can change this in “follow bar settings” page.

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Can you please explain which “scroll bar” is not displayed ?

    in reply to: Floating Sharebar show an incorrect number of Facebook Like
    Aakash
    Keymaster

    Cool thank you !

    Aakash
    Keymaster

    Sorry, I made a mistake. It is just “.post” not “.post box”

    Please set,

    “ID or class name of content” = .post

    adjust the position accordingly in the preview.

    Everything should look cool now.

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Sure.. I can add IMDB. Never thought people will use IMDB.

    As of now I can suggest a hack, in “follow bar buttons selection” page, add any button to the list then you can give your own IMDB 16 px icon link in the “custom icon” field. By that way you can add IMDB link to the follow bar alone.

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Thank you looks like it worked in your site. Do share and rate the plugin of you like it !

    Aakash
    Keymaster

    Ok.. Please share me the screenshot of the share bar admin page and the screenshot of the share bar preview page.

    in reply to: Floating Sharebar show an incorrect number of Facebook Like
    Aakash
    Keymaster

    Did you try the suggestion I mentioned in previous post ?

    “One suggestion I would say to make your sharbar alignment perfectly is to set the below settings.

    select “vertical sharebar position” = stick to content

    and “ID or class name of content” = .post box

    and click the “open preview and adjust position” button.

    Adjust the offset position of the sharebar with respect to the content.”

    Aakash
    Keymaster

    Good to hear ! Do rate the plugin !

    in reply to: Center Align Shortcoder
    Aakash
    Keymaster

    Thank you ! Do rate the plugin !

    Aakash
    Keymaster

    Please paste the below CSS in “additional CSS” option in “Settings” page.

    Code:

    .wpsr-sb-vl {
    width: 100px !important;
    }

    One suggestion I would say to make your sharbar alignment perfectly is to set the below settings.

    select “vertical sharebar position” = stick to content

    and “ID or class name of content” = .post box

    and click the “open preview and adjust position” button.

    Adjust the offset position of the sharebar with respect to the content.

    Thanks for using WP Socializer !

    in reply to: Center Align Shortcoder
    Aakash
    Keymaster

    Please remove align=”center” which you are using currently and just use the below code as “shortcode content”.

    Code:

    Beginners Guide To Going Solar
    hbspt.cta.load(398098, ‘5650455a-c577-4418-905b-166c2bc6e603’, {});

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Please add the below code snippet in

    Code:

    wp-content/plugins/wp-socializer/wpsr.php

    before

    Code:

    ?>

    Code:

    function wpsr_hide_fb_mobile_temp(){

    if( wp_is_mobile() ){
    echo ‘.wpsr-followbar{ display: none; }’;
    }

    }

    add_action( ‘wp_footer’, ‘wpsr_hide_fb_mobile_temp’ );

    In the next release I’ll add a GUI option to hide in mobile. So there is no need to do this via code manually.

    Please let me know if it works as expected.

    Thanks for using WP Socializer !

    in reply to: Hide side bar on mobile
    Aakash
    Keymaster

    Thanks for using my plugin. Glad that you liked it.

    The sidebar hides itself to an icon to the top left corner of the website.

    As of now there is no option to hide it on mobile. I can add it in the next release.

    Please let me know your website address. I can give a workaround for now.

    Aakash
    Keymaster

    Looks like an issue with the theme you are using. I believe it is the popular/latest/tags widget.

    The share count displayed is the last post in the latest tab.

    It is not resetting the post data. So the share bar is displaying that posts count.

    I can give an around for you. Please try it and let me know.

    Open wp-socializer/core/metadata.php

    Paste wp_reset_postdata(); in line 14.

    Thanks,

    Aakash

Viewing 15 posts - 1,396 through 1,410 (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