Can't Click "Add To..." Links

Permalink
Hi All:

I'm having a problem with editing blocks in my template. Usually, when in Edit mode, you can highlight a block, left-click, and you'll be able to edit the HTML or the settings of that block. However, on one of my pages, I can't click any "Add To..." links to add a new block or edit a block. Does any one know how to get around this? I need to edit these blocks...

Please help.

Keith

MavenMedia
 
Jongosi replied on at Permalink Reply
Jongosi
Hi Keith,

Depending on your browser, you may have a Javascript error in your code.

Just to add my 2 cent's worth... I'm having a similar problem where I have a slider with 5 blocks. The first 4 are fine, but I can't click on the last one to add anything to it. Any ideas anyone?

Thanks much,
Jongosi

P.S: This is NOT the problem I'm having btw: http://www.concrete5.org/community/forums/usage/nothing-happen-when... Thx!
Jongosi replied on at Permalink Reply
Jongosi
SOLUTION (well, sort of): Firstly, make sure you don't have any Javascript errors in your code.

Secondly, move on to checking your CSS floats. Applying a
div.broken { clear:both; }
to the last div in the line fixed this error for me. Also, it might be worth checking out your z-index's in the CSS too.


Hope that helps you!