whiletrue
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Change Widget Title colorHi,
you can use a CSS rule like this (quite long, just to be sure it’s applied over the others in your site):
.innov8tive-yellow #footer-widgets .widget_reallysimpletwitterwidget h4 a { color:#DE7300; }Forum: Plugins
In reply to: [Really Simple Share] Facebook 'like' not translatingalso, sorry for my late answer!
Forum: Reviews
In reply to: [Really Simple Share] Issue with twitter line about 440Hi Loggy,
the twitter issue you noticed has been fixed. Asynchronous loading will be adding for near all the buttons in the next major release. Thansk for your support!Forum: Plugins
In reply to: [Really Simple Share] Facebook 'like' not translatingHi nichart,
the issue you noticed is now solved. Thanks for your support!Forum: Plugins
In reply to: [Really Simple Share] Facebook Like Button not showing upHi Dalton,
I checked your site now, everything is fine. Probably it was a temporary issue on the Facebook side, it happens from time to time. Sorry for the late answer anyhow.Forum: Reviews
In reply to: [Really Simple Share] Facebook Like button broken in 3.5.1Hi mtbikes,
the issue you reported is fixed by the new 2.9.9 plugin release. Thanks for your support!Forum: Plugins
In reply to: [Really Simple Share] facebook like div pops under in child theme of 2012Hi mtbikes,
the issue should be resolved by the new 2.9.9 plugin release out today. Please give it a try and tell us if it worked in your theme.Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Links on separate linesHi Kevin,
I notice you switched to another plugin in your website so I can’t see the issue. Cheers!Forum: Plugins
In reply to: [Really Simple Share] share buttons not showing in an even line in postI’m seeing it all right on my pc. Try to clean your cache and load it again 🙂
Forum: Plugins
In reply to: [Really Simple Share] share buttons not showing in an even line in postHi Janna,
the issue is in your theme CSS file (style.css). This rule on line 521 causes the Facebook button displacement:
#content .videoContainer { margin-top: -20px; }Please try to remove that or add a cover rule like this:
#content .really_simple_share .videoContainer { margin-top: 0; }Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Photocrati theme issuesHi carpconnect, I think you’ve picked the wrong plugin support forum. Anyway, the second issue you noticed is now resolved in the “Really simple Facebook Twitter share buttons” new plugin release. For the first issue, you should solve via CSS.
Forum: Plugins
In reply to: [Really Simple Twitter Feed Widget] Photocrati theme issuesForum: Plugins
In reply to: [Really Simple Share] Pinterest buttonHi Vermine, the Pinterest plugin code has been improved recently. Please check again the “Always use multiple image selector” option. You can also try the “Use the PinIt image hover button” option.
Forum: Plugins
In reply to: [Really Simple Share] Twitter invisibleHi Tom,
it seems your theme is lacking some action calls, so the button’s javascript code fails to load. You can try to change the “Load scripts at the bottom of the body” plugin setting (uses the “wp_footer” action instead of “wp_head”).Forum: Plugins
In reply to: [Really Simple Share] 404 from Facebook?Hi Denise,
you can try to enable the HTML5 version of the Facebook button and check if the issue is still there.