lionel-m / galerie

[No longer maintained] Galleria extension for the Contao CMS
5 stars 2 forks source link

Safari (mac) -> images won´t load #9

Closed Coheed closed 10 years ago

Coheed commented 10 years ago

Hello, i got an issue after updating to 2.1.0 stable for Contao. Images arent loading and there is only displayed an blue backgrounded question mark. javascript errors has not been found.

Is this ab current issue ? do i need to create a testcase ?

core.oc-bo.de at the bottom is the galley.

lionel-m commented 10 years ago

Hi,

The gallery works correctly in your example... The arrows are gray on a gray background so it is not easy to see them and you've added the CSS rule below that affects the display of these arrows.

.galleria-stage * {
    overflow: hidden;
}
lionel-m commented 10 years ago

Ah yes sorry : Safari (mac)

I'll look into it

Coheed commented 10 years ago

Thanks in advance, do you need any more informations ?

lionel-m commented 10 years ago

Galleria works with Safari. Disable all CSS and JS other than Galleria and re-add one after the other to determine the problem. I think there is conflict between scripts or CSS. Also try to correct errors in your HTML structure.

Coheed commented 10 years ago

ahh sometimes i´m just blind ... it was -> // div.galleria-image img{content:url(" ");}

This Site is originaly not my work so i just gotta finish it and get to my other projects, because they got clean scss and html not this 3000row css fish

Anway, thanks, i owe you.