Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterThanks. 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
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.
Aakash
KeymasterCan you please explain which “scroll bar” is not displayed ?
March 25, 2017 at 10:32 am in reply to: Floating Sharebar show an incorrect number of Facebook Like #6388Aakash
KeymasterCool thank you !
March 25, 2017 at 6:52 am in reply to: Floating Sharebar show an incorrect number of Facebook Like #6386Aakash
KeymasterSorry, 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.
Aakash
KeymasterSure.. 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.
Aakash
KeymasterThank you looks like it worked in your site. Do share and rate the plugin of you like it !
March 25, 2017 at 2:48 am in reply to: Floating Sharebar show an incorrect number of Facebook Like #6385Aakash
KeymasterOk.. Please share me the screenshot of the share bar admin page and the screenshot of the share bar preview page.
March 25, 2017 at 12:06 am in reply to: Floating Sharebar show an incorrect number of Facebook Like #6383Aakash
KeymasterDid 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.”
March 24, 2017 at 6:31 pm in reply to: Floating Sharebar show an incorrect number of Facebook Like #6381Aakash
KeymasterGood to hear ! Do rate the plugin !
Aakash
KeymasterThank you ! Do rate the plugin !
March 24, 2017 at 3:34 pm in reply to: Floating Sharebar show an incorrect number of Facebook Like #6379Aakash
KeymasterPlease 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 !
Aakash
KeymasterAakash
KeymasterPlease 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 !
Aakash
KeymasterThanks 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.
March 23, 2017 at 6:50 pm in reply to: Floating Sharebar show an incorrect number of Facebook Like #6376Aakash
KeymasterLooks 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
-
AuthorPosts