whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Share] Backup dataHi, the plugin stores no data about likes, tweets etc. The stats are collected by every social network and stored internally, indexed by post exact URL.
You’re going to get the same counts for every post on the recovered site, as long as the URLs are the same; otherwise you start fresh at 0. Cheers!
Forum: Plugins
In reply to: [Really Simple Share] any way to get buttons below nextpage link?Hi, you can do it by disabling everything inside the “Show buttons in these pages” option and calling the plugin PHP function in your favorite place in your theme like this:
<?php echo really_simple_share_publish(); ?>Forum: Plugins
In reply to: [Really Simple Share] Getting "Error" instead of Facebook Like ButtonHi, a little fix is coming as a plugin update in a few minutes.
Anyhow, the cause could be in your configuration, so please try to remove the appId (it’s totally optional, but when it’s wrong it breaks the button) or change the FB Like “Use Html5 code instead of iFrame” plugin option, to see if it fixes the button.
Forum: Plugins
In reply to: [Really Simple Share] Twitter & G not clickableThe issue is caused by a wrong rule in your minified css file (http://www.promicabana.de/wp-content/plugins/bwp-minify/min/?f=wp-content%2Fthemes%2Fhottopix%2Fstyle.css – line 88).
You can try to override the wrong rule appending a rule like this:
.fb-like span { width: 155px !important; }If it doesn’t work, consider changing the buttons order, giving FB the last position.
Forum: Plugins
In reply to: [Really Simple Share] Buttons appear/disappearHi, the plugin is alive and working on thousands sites, so let’s have a closer look at yours, to figure out what’s blocking it there. May you provide your website url, here or in private?
Hi,
I’m removing the word “buffer” within the next plugin release (it comes with the official Buffer button, but it gets replaced by its own JS code), thanks for noticing the issue.Forum: Plugins
In reply to: [Really Simple Share] Facebook ask for confirm on like button?Hi,
that’s an automated FB feature, it should go away automatically in some hours/days. It’s not controlled (and controllable) by the plugin.See here:
http://wordpress.org/support/topic/facebook-button-asks-to-confirm-after-a-like?replies=4Forum: Plugins
In reply to: [Really Simple Share] How to center the buttons???Hi, I tested it with a 330 width and it’s working fine; also set margins using the “px” suffix like this:
.really_simple_share { width: 330px; margin: 20px auto; }Hi,
the best solution for Open Graph fields is to use a dedicated Open Graph plugin.Forum: Plugins
In reply to: [Really Simple Share] How to center the buttons???Hi, you can emulate the center effect adding a CSS line like this (adjust width for better effect):
.really_simple_share { width: 300px; margin: 0 auto; }Forum: Reviews
In reply to: [Really Simple Share] Facebook Like button broken in 3.5.1Hi Sam, in fact the new version is working; we also keep available the older version, still having a little fan base.
Forum: Plugins
In reply to: [Most And Least Read Posts Widget] Can you add screenshots?Hi, I added the screenshots today. Thanks for asking, cheers!
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Change widget text colorHi, you can do it appending to your theme CSS file a line like this:
.really_simple_twitter_widget { color: blue; }Forum: Plugins
In reply to: [Really Simple Share] Double G buttons on attachment pageHi, it seems that the label is seen as a “content”. You can try to fix it by enabling the “disable on excerpts” plugin setting.
Forum: Plugins
In reply to: [Really Simple Share] New install not workingHi, I see that every post in your site is loaded with javascript, so javascript based content plugins are unable to load their content. Try to enable it with additional javascript loading code (e.g. like they do for infinite scrolling) or use a more targeted plugin.