Topic-icon layout send article mixes up with jfbcomment

Active Subscriptions:

None
14 years 5 months ago #16878 by damsch
hi,
I have enable send article on all artciles and jfbcomment in a module on two articles. However, if I want to send the article when the module is enabled to the send message is muffled by the jfbcomment module so visitors are not really able to send the article to anyone. How can I let the send box override the jfbcomment module?
See www.schrijfklasje.nl/scriptiehulp/hbo-scriptietest.html
send here is called `verzenden` (dutch) and the Jfb comment module that is interfering is called `Feedback op test`
thank you for the fast en good support,
Damiaan
The topic has been locked.
Support Specialist
14 years 5 months ago #16883 by alzander
Damiaan,
First, I'd recommend trying to add the following style to your template, which will hopefully fix it:
.scsocialbuttons {z-index: 110 !important }
If you're not sure where to put it in, just place it at the bottom of /templates/joomla29november/css/template.css

I believe that should fix you right up, but if not, the following code change definitely will (but it can be overwritten if you upgrade JFBConnect, so the method above is better). In the /plugins/content/jfbccontent.php file, at line 245, you'll see:
$buttonText = '<div style="position: relative; top:0px; left:0px; z-index: 100;" class="scsocialbuttons">';
In that block, update the z-index value to be 110.

Hope that helps!
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 5 months ago #17020 by damsch
hi Alex,
wonderful, your first option did it, well done and thank you!
You are good in what you do,
Damiaan
The topic has been locked.
Support Specialist
14 years 5 months ago #17028 by alzander
As always, glad we can help! Should you need anything else, just let us know. I like what I do :)

Alex
The topic has been locked.