Topic-icon Comments on Like are hiding behind next division

Active Subscriptions:

None
12 years 8 months ago #12769 by marsne
When I hit the like button, the comment pop-up box comes up but it is cut off behind the next division. I can't find where the z property is set to bring it forward. You should be able to see the issue at url:http://msneadfamily.com/index.php/7-msneadfamily-main/78-the-new-house
Thanks,
Mark
The topic has been locked.
Active Subscriptions:

None
same probleme here, send and like pop up window hidden , will not display outside the module
The topic has been locked.
Support Specialist
12 years 8 months ago #12807 by alzander
Mark,
The issue isn't actually a z-index problem. The Like, and other social widgets, function in an iFrame. If the widget needs to expand (like the Like and Comment widget), any of the divs containing that widget have an overflow:hidden set, and the widget is going to go beyond that containing div, you'll see that issue.

In your case, it looks like if you change the following style, your problem should be fixed:
msneadfamily.com/templates/callie_rush/css/template_default.css, line 65
#s5_columns_wrap {
overflow: hidden;
}
Either remove or comment out the overflow:hidden line. Or, change it's value from hidden to visible.

Home,
If you're still having this issue, please post from the account you subscribed from, and we'll be glad to help you work out the style change you need as well.

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

None
12 years 8 months ago #12813 by marsne
That worked! I'll have to go through the template stylings and see what else they're hiding.

Thanks,
Mark
The topic has been locked.
Support Specialist
12 years 8 months ago #12834 by alzander
Glad that got you going. Still looking into your other Like/width issue, but progress is always good :)

Alex
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #13468 by fermin428
@alzander i see how you solved marsne's problems, I too am having the same issue. can you please see whats the problem on my end, i tried doing what you said but still nothing. here's a link to my site: universalstreamers.com/

as you can see when you click on a like button in the homepage, it cuts off. also in the in the single post page it cuts of and it's transparent.
The topic has been locked.
Active Subscriptions:

None
12 years 8 months ago #13470 by marsne
Change line 73 to 'visible' for #section.
The topic has been locked.
Support Specialist
12 years 8 months ago #13475 by alzander
Thanks for helping out Mark!

Bryan, I haven't looked at the site, but hopefully the suggestion above is what you're looking for. If you need more help though, just let us know. Also, please post from the account you subscribed from in the future.

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

None
12 years 7 months ago #13646 by fermin428
thanks guys it working perfect now.
The topic has been locked.