AllVideo Responsive Template does not render with Storefront

GK User
Tue Jul 21, 2015 7:57 pm
Dear all,

I have a rendering problem with the Responsive template of AllVideo plugin while using Storefront.

It is not due to the AllVideo plugin, because without the Storefront template it works: http://test.footballflight.uk/on-tour/videos?template=system

It does not render the height properly (please refer to the screens):
K2 Item List in Category: http://test.footballflight.uk/on-tour/videos?lang=en
K2 Item Detail: http://test.footballflight.uk/on-tour/videos/item/880-port-vale-burton-albion-promotion-party?lang=en
Image
Image

Does anyone have an advise for me?

Thanks a lot and regards,
Erik
User avatar
Fresh Boarder

teitbite
Wed Jul 22, 2015 1:34 pm
Hi

Template has it's own method for responsive videos, so when You use this method twice such problem as You have appear. It can be fixes easily by adding this code to override.css

Code: Select all
.avVideo .avPlayerContainer .avPlayerBlock iframe,
.avVideo .avPlayerContainer .avPlayerBlock object,
.avVideo .avPlayerContainer .avPlayerBlock embed,
.avVideo .avPlayerContainer .avPlayerBlock video,
.avVideo .avPlayerContainer .avPlayerBlock > div {
    padding: 0 !important;
}
User avatar
Moderator

GK User
Wed Jul 22, 2015 6:43 pm
Thank you so much!! It works fine! Issue solved.
User avatar
Fresh Boarder

teitbite
Thu Jul 23, 2015 12:41 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron