BeingMaverick
Forum Replies Created
-
Please read the FAQ for this plugin
FAQs for WordPress Plugin – Twitter Facebook Google +1 Social share
Read the query “My facebook like count does not increase. It is always zero even if someone likes it?”
Hey Alex,
Apologies for the delay in replying.
z-index basically decides the order of elements being displayed. zindex with greater value (1) will be always in front of another element with lower zindex (0).
Since you are using bottom float, the tfg_style.css file will have bottomcontainerBox id in it. Try adding explicitly the value of zindex to 0 or maybe -1.
#bottomcontainerBox {
float:left;
height:30px;
width:100%;
z-index: 0;
}Also since you are not using left float, remove the z-index property from #leftcontainerBox (if that might be conflicting by any chance).
Hope that helps
Thanks for the feedback. I will try and include that option in future release.
Hi
Thanks for using the plugin. Google +1 is still not supported on mobile browsers. I had read on the google forums that they are working on it.
I have not yet seen a single Google +1 button on mobile bowsers. If you come across then do let me know
Try adjusting the value of z-index in the .css file. Increase it to 1000 and see if that helps.
Let me know if that works else I will have a look.
Apologies for the delay in replying.
I hope you got your issue sorted as I believe it is to do with your theme.
Please check your PC if you have any virus.. I dont get any pop ups or anything. Nor have I heard from others about it.. You are the first one to say that..
And for your information, I have not even put google adwords on my site. its a pure informational site with no intent to fool the visitors..
There are thousands of users out there using this plugin and I have helped at least 500 with their personal query without charging a penny.
Please think twice before you post anything on forum
I am glad it is working for you guys and you find the plugin useful. Will try to do my best to keep adding more features and improve it.
Thanks, I am planning to add LinkedIN soon.
Forum: Plugins
In reply to: [Add Twitter, Facebook Like, Google plus one Social share] doesn't workWhat type of page is it? Is it a normal category page or customised template page?
If it is a template page then try using the manual code to display the bar for that particular page and see if that works.
————-
Also the settings not displayed in first go is because of the cache plugin. All settings are cached. Explore the settings on WP supercache to delete the cache on update.
I was half asleep when I replied that yest ?? For some reason Twitter was going on in my mind instead of facebook ??
Anyways, Facebook like has 3 options to display.
1. box_count – The one used in left floating bar (basically vertical)2. button_count – The one used above and below the post (horizontal count).
3. standard – It does not display count box but I guess it has a text sayin “1000 people like this”.
Other than that there are no other options for facebook like. You can give it a go with standard option and see how it works.
To do that, you just need to change one word in tf_display.php
1. Edit tf_display.php (can do that through your plugin editor on dashboard).
2. search for button_count (for above and below post) and replace the word with “standard”.
Give it a go.. other than that I am afraid there is no disable count for facebook like.
Forum: Plugins
In reply to: [Add Twitter, Facebook Like, Google plus one Social share] doesn't workAre you using any cache plugin? That might be the cause of the problem.
If you post link of pages where the social share bar is not displayed then I would be able to help you.
There is a setting to enable or disable the facebook count. But that supports for social share bar above and below the post.
The left floating by default will have counter enable as it wont look good without any count.
If you want that for left floating then let me know, I can send you changed code.
The left floating bar was never meant for home page. It is only meant for individual post and pages.
In auto display option, on home page you will never see left floating. It is always defaulted to the top of each post.
When you manually insert the code to display on home page, it will show left floating but it will always display link to last post on home page.
The code needs to be tweaked a little bit to display the home page link. If I get time over the weekend, I will send you the changed file. If you are interested then drop your email id or send a comment on the post on my site. I wont publish the post and your email id also wont be published to everyone..
Forum: Plugins
In reply to: [Add Twitter, Facebook Like, Google plus one Social share] doesn't workCan you please be precise what doesnt work?