Topic-icon Content Like + Share buttons

Active Subscriptions:

None
13 years 6 months ago #28301 by xrikir
Hello !

I've noticed that pressing the like or send buttons inside an article, when they are published in the "bottom", it won't reveal completely the "option-box". It's like the z-index is wrong or something.

Here's an example : www.flabouri.gr/index.php/ekdiloseis/erx.../79-xristougena-2012 or
www.flabouri.gr/index.php/ekdiloseis/pez...in-parnitha-01-12-12

Thnx in advance !

ps. I'vent upgrade to 4.3.0 since the known bug.
The topic has been locked.
Support Specialist
13 years 6 months ago #28308 by alzander
It's not a z-index issue, it's an overflow issue. You have many div's that surround the Like/Send button that have the property overflow:hidden set. Those properties will need to be removed.
In /templates/yoo_air/css/layout.css:
#content-shift
#mainmiddle
#main-shift
.floatbox

templates/yoo_air/css/custom.css
#system .item > .content

templates/yoo_air/warp/css/system.css
#system .item > .content

Once you remove all those, the popup should be able to 'overflow' outside of it's container without issue.

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

None
13 years 6 months ago #28310 by xrikir
Replied by xrikir on topic Content Like + Share buttons
Yep, that did the trick. It seems that i have to do the same in 2-3 more websites having the same issue.

Thank you very much.
The topic has been locked.
Support Specialist
13 years 6 months ago #28315 by alzander
Glad to hear it. A lot of templates are very agressive with setting overflow:hidden, and I'm not sure why. Content shouldn't overflow naturally, but it shouldn't always be prevented, especially with the amount of social widgets that do that nowadays. Either way, glad you got it going, and should you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 6 months ago #28345 by xrikir
Replied by xrikir on topic Content Like + Share buttons
Good morning Alex,

I've noticed that sometimes, when i press the send/like button the pop up window won't appear. The button turns to grey (pushed down) but the pop up just won't show up. Then i refresh my page and half times it will work. It happens in every browser ive tried. Any thoughts on that little bug ?

Thanks for the nice support and all the detailed walkthroughs.
The topic has been locked.
Support Specialist
13 years 6 months ago #28351 by alzander
No problem for the support or documentation. It's what any extension should come with. Thanks for your subscription which lets us do everything we do :)

As for your issue, I just went to the page you originally linked too. The Send button popup isn't displaying right now and the overflow:hiddens are on that page. Did you remove them? Seemed like you got it above, so not sure why they'd be back.

For the new issue of the popup not appearing, I'm not sure about that one. Is the example page above a good place to test? I can't see that happen on that page, but will gladly test more once the overflow issues are fixed so we can see what's going on better. From a quick look at the page contents, I don't see any reason it wouldn't work though.

Thanks,
Alex
The topic has been locked.