Forum Replies Created
-
AuthorPosts
-
AakashKeymasterCan 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 #6388
AakashKeymasterCool thank you !
March 25, 2017 at 6:52 am in reply to: Floating Sharebar show an incorrect number of Facebook Like #6386
AakashKeymasterSorry, 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.
AakashKeymasterSure.. 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.
AakashKeymasterThank 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 #6385
AakashKeymasterOk.. 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 #6383
AakashKeymasterDid 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 #6381
AakashKeymasterGood to hear ! Do rate the plugin !
AakashKeymasterThank you ! Do rate the plugin !
March 24, 2017 at 3:34 pm in reply to: Floating Sharebar show an incorrect number of Facebook Like #6379
AakashKeymasterPlease 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 !
AakashKeymaster
AakashKeymasterPlease 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 !
AakashKeymasterThanks 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 #6376
AakashKeymasterLooks 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
AakashKeymasterThis is not related to shortcoder plugin.
But I can help you.
Please give me the page where the shortcode is placed.
-
AuthorPosts

