Topic-icon Content Plugin - Like

Active Subscriptions:

None
12 years 8 months ago #37399 by lightstyle
Hi Alex,

When I set the content pluging at the bottom of pages like www.dribresciani.com.br/gravidas the Facebook input fields hide behind the modules (below_columns_1 & below_columns_2) making it impossible to use.

Is this a content plugin issue or most likely a Shape5 / Vertex template issue?

Thanks,
Andre
The topic has been locked.
Support Specialist
12 years 8 months ago #37415 by alzander
Replied by alzander on topic Content Plugin - Like
Andre,
That's usually caused by a CSS issue which we can debug pretty quickly. Can you re-enable the plugin and we'll let you know what needs to be changed.

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

None
12 years 7 months ago #38216 by lightstyle
Replied by lightstyle on topic Content Plugin - Like
Hi Alex,

Apologies for the delay. The plugin is enabled, please find updated url; www.dribresciani.com.br/ensaio-gravida .

You can see the plugin under any menu item from Gravidas to Editorial.

Thanks,
Andre
The topic has been locked.
Support Specialist
12 years 7 months ago #38221 by alzander
Replied by alzander on topic Content Plugin - Like
No problems for the delay. We're here whenever you need us, on your schedule :)

Thanks for the link. The below styles are what are causing your issue. I'd recommend changing the overflow:hidden in both to overflow:visible:
/templates/cleanout/css/template_default.css , line 65:
#s5_columns_wrap {
overflow: hidden;
position: relative;
width: 100%
}
Same file, line 79:
#s5_center_column_wrap_inner {
left: -100%;
overflow: hidden;
min-height: 1px;
position: relative;
}
I hope that helps, but if you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.