Mysterious div

Permalink
Hi all!

after turning my head of trying to remove this mysterious div that appears on my frontpage, I'm seeking some help to solve the mystery :).

Please have a look at attached image. The div only shows up on frontpage, but is not written in the template code. Also it's not the slider that generates the div, as I have tried removing it.

Anyony have any idea?

1 Attachment

 
jordanlev replied on at Permalink Reply
jordanlev
My guess is that the div *is* part of the slider. It might be created in JavaScript so you wouldn't be able to find it just in the slider's template HTML. There is a really easy way to test this out: temporarily remove the slider block from the page and see if the div is still there.
PauloCarvalhoDesign replied on at Permalink Reply
PauloCarvalhoDesign
can you give us an url?
DonRonito replied on at Permalink Reply
After some research, I believe the problem is caused by the layout option in C5. I have two layouts set on the frontpage, one with 3 horizontal columns, and one with 1 row.

Since I have the 3 columns layout I am forced to have a second layout, as it appears impossible to drag blocks outside of the layout. This is weird since it worked fine in 5.5, but now in 5.5.1 it's not.

Sorry I can't give an url yet, as the project is currently blocked by ip as it will be public very soon for it's big launch. This is no emergency at the moment, but I will update you guys as soon as the site is live in a short matter of time :).
DonRonito replied on at Permalink Reply 1 Attachment
Attached here is the edit mode of the front page. As you can see it's two layouts. I can't see why I need two layouts, as it's only the 3 column one that is needed. If necessary I will have to hardcode the 3 columns into the template as areas. Not a very scalable solution, but it worked fine before.

Update: tried moving the slider, and the mysterious div follows. It's most definitly the slider creating it with JS - as mentioned :). I will report it as a bug.