Syed Balkhi
Forum Replies Created
-
Forum: Plugins
In reply to: [Floating Social Bar] Feature SuggestionsCan you please post the link to your site here, so I can see?
Twitter will show a summarized link (i.e yoursite.com/xyz…), but it shouldn’t take away your twitter character limit.
Forum: Plugins
In reply to: [Floating Social Bar] LinkedIn share not workingSorry for a late reply. I was at a WordCamp over the weekend.
I don’t know why that error would occur. I have the plugin running on my site, and it seems to work just fine.
http://www.balkhis.com/why-you-should-never-ask-your-friends-for-a-discount/
If the button on the site above doesn’t work for you, then I’d say that this is a cookie specific issue on your browser. Clear your cookies and try again.
Forum: Plugins
In reply to: [Floating Social Bar] Issue on Mozilla Firefox (latest version)Can you please post a live link, so I can see what is going on. I’m pretty confident that this is a theme specific issue, but don’t want to rule anything out 🙂
Forum: Plugins
In reply to: [Floating Social Bar] Language Support?Unfortunately, not at this time. Mainly because we are using an image sprite, so by default users will always see Like. If they bring mouseover, then it will change which is inconsistent.
I think enough folks are familiar with the like button that translation shouldn’t be necessary there.
Forum: Plugins
In reply to: [Floating Social Bar] Feature SuggestionsWe don’t want to force users to use a specific URL shortner.
Twitter automatically shortens the link using their t.co.
Forum: Plugins
In reply to: [Floating Social Bar] Would LOVE a comment count like on WPBeginnerThis is planned for the future release. Basically it will allow others to hook into our plugin and add whatever they like (i.e comment counts, or other share buttons).
Forum: Plugins
In reply to: [Floating Social Bar] Something weirdMike,
This sounds like a query issue within the theme.
Forum: Plugins
In reply to: [Floating Social Bar] Google button unclickable only in certain positionsGlad that the latest version fixed it 🙂
Forum: Plugins
In reply to: [Floating Social Bar] Only tweeting homepage link!Do you have a live example of this?
Forum: Plugins
In reply to: [Floating Social Bar] Google button movesWeird because I can’t seem to replicate the issue on my end. Can you show me the live example, so I can debug it?
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Link Dissapears When Rolling OverThis is the default behavior of the plugin. It only loads the FB script when you bring your mouse over it. This is how the plugin keeps the initial page load fast.
If you want the button to always stay, then check the box that says disable socialite in the WordPress settings.
Forum: Plugins
In reply to: [Floating Social Bar] Stopped working on Mobile!Try overriding the @media query.
@media (max-width: 768px) { #fsb-social-bar.fsb-fixed { position: fixed !important; } }Forum: Plugins
In reply to: [Floating Social Bar] Version 1.1.1 Has Too Much Space Between IconsLane,
The spacing has not been changed at all. It’s been the same on older versions.
The issue there is with the length of the title. This is a horizontal share bar which limits us in the number of social services you can show in one line.
Possible solutions:
1. Shorten the Title. If you make it Share: then it will work.
2. Decrease the number of buttons being displayed.
3. Override the plugin CSS from your theme’s CSS file to make it fit your specific needs.Forum: Plugins
In reply to: [Floating Social Bar] Facebook comment box hidden in Weaver IIThis is a theme specific issue. If it has overflow: hidden specified somewhere, then that is what will cause the problem.
Forum: Plugins
In reply to: [Floating Social Bar] Bar disappered for logged off usersUntil that time, I will mark this thread as not a support question because there is no way I can resolve it.