Mansle
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Plugin lässt sich nicht (re)aktivierenHallo Thomas,
ich weiß nicht warum, aber als ich die Seite heute wieder geöffnet habe, war das Plugin aktiviert. Ich kann es damit leider auch nicht mehr weiter eingrenzen oder weitere Informationen liefern.
Dennoch danke für die schnelle Reaktion.
VGForum: Plugins
In reply to: [Easy Google Fonts] SSL delivery not working – mixed content warningsolved! sry for blaming your plugin 🙂 appears like my theme managed to sneak google fonts into its css file via http. that’s where the mixed content came from.
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Share buttongot it.
open file …/wp-content/plugins/floating-social-bar/class-floating-social-bar.php with your favorite html editor.
search for term (for me in line 1103)
data-send="false"and replace false with true = should now look like thisdata-send=”true”
now obviously the like space is not big enough and is cut by the bystanding g+ button. so you need to widen the space.
search for term (line 852)
fsb-share-facebookand change the width from 120px to 190px. now looks like this#fsb-social-bar .fsb-share-facebook { width: 120px; float: left; padding: 3px 0 2px; height: 25px; }
that’s it, have fun!
Forum: Fixing WordPress
In reply to: WordPress 4.2 update plugin hangs / stuck (not working)same here!
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] [WP 4.0] Broken and breaks editorworks here as well. thx hki429.
no empty column
Forum: Plugins
In reply to: [Floating Social Bar] Facebook Share buttonAgreed!
+ choose between fb-like and fb-recommend.Thx!