Hi,
I am using the plugin simple share button that’s been suggested in several threads by the support staff; (like https://kriesi.at/support/topic/plugin-compatibility-for-sharing/)… and I love it.
However. When I put the widget into the footer, the text in the socket disappears unless the socket text (entered in the enfold options) is additionally wrapped in some kind of html, like <div> or . <span> unfortunately does not work. When using <div>, the alignment gets out of hand…
I am currently using some custom css and weird hacks to make it look ok, but I wonder what the issue is. Any ideas?
It happens both at the server and in local development environments (serverpress, xampp).
Best,
~CB.
Hi Yigit
http://steamglass.com
But I have just realized the problem, I think.
The simple share buttons option
“Share text links to simplesharebuttons.com
Leave this checked if you are feeling kind :)”
binds their link to the footer and it somehow interferes with the <div> contatining the enfold footer text.
* unchecking the aforementioned option solves the issue.
Still not sure why though. :(
Hey!
Probably this option activates a function which uses the wp_footer hook to print some text and the output somehow conflicts with our theme code…
Best regards,
Peter