whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] Facebook like div dissapears under div (v2.10)Hi, the issue seems to be caused by a CSS rule in your theme style.css file. Try to delete this command around line 979:
.entry-content { overflow: hidden; }Forum: Plugins
In reply to: [Really Simple Share] Share button pop upFixed. Thanks for your support!
Forum: Plugins
In reply to: [Really Simple Share] Facebook comments pop up is not showing the whole box?Hi, the issue you noticed is now solved! Please update your plugin to the 2.10.2 release out in a few minutes. If it works, feel free to rate it 🙂
Forum: Plugins
In reply to: [Really Simple Share] Pinterest Counter not CountingThanks Darwood, very clever!
I wasn’t able to find it because I’ve never added multiple social plugins in my test environments … I’m definitively doing it from now on!p.s. the new 2.10.1 plugin release embeds your code, please update and tell me if it works! Thanks again!
Forum: Plugins
In reply to: [Really Simple Share] Share button pop upHi, do you experience it on Firefox and/or other browser?
I’ve heard of a Firefox issue, opening every popup window maximized.
Forum: Plugins
In reply to: [Really Simple Share] How to increase size of iconsHi, at the moment the font and images of social networks buttons are not editable because we support only the official version of each one; our width option is meant for button spacing.
To adjust the font for the mail and print links insert in your theme style.css file a line like this:
.really_simple_share_email, .really_simple_share_print { font-size: 18px; }Forum: Plugins
In reply to: [Really Simple Share] Pinterest Button DimensionsHi miavitadolce,
the PinIt button doesn’t support dimensions at the moment, because the official one doesn’t provide it (our width option is meant for button spacing). Also the multiple images feature depends on the official Pinterest implementation that could be improved any time soon.Forum: Plugins
In reply to: [Really Simple Share] Pinterest button not countingHi, can you tell me your site, to give it a look? If you want to keep it private you can write me it using my site.
Forum: Plugins
In reply to: [Really Simple Share] Spam being inserted when sharing to FacebookYou’re welcome (back)!
Forum: Plugins
In reply to: [Really Simple Share] Spam being inserted when sharing to FacebookYou probably have some issues in your website, I can give it a look if you tell me the url.
Forum: Plugins
In reply to: [Really Simple Share] Link to Facbook page not working (app id)Hi, you can’t use the page ID that way. The AppID field is intended to link your Like buttons to an Insight page on Facebook, showing statistics about their usage; you have to create a Facebook App in order to use it.
Forum: Plugins
In reply to: [Really Simple Share] Plugin breaks my tabsGood, thanks for reporting it!
Hi c0olzer0, you can deactivate it temporarily by accessing the cpanel File Manager, going to the wp-content/plugins directory and renaming the “really_simple_twitter_widget” so something else, then go back to wordpress and install it from scratch.
Forum: Reviews
In reply to: [Really Simple Twitter Feed Widget] Doesn't work on local installationHi lolski, I need more info in order to help you. $instance is a common placeholder for storing widget user options, almost every widget plugin uses it.
Have you filled the four required Twitter API (Consumer Key, Consumer Secret, Access Token and Access Token Secret) strings? Are the tweets of your Twitter account public? What is the exact error string?
Hi all, the new 2.3.99 plugin release fixes the issue, reverting the Codebird library to its 2.2.3 (PHP<5.3 compatible) version. Sorry for the update mess, I truly apologize.