Can't Click or Drop on Empty Areas

Permalink
Hi,

I am setting up my SECOND site! I did a new install of C5 5.7.5.9. I edited the .html file and converted to php/C5. I added several GloabalAreas and plain Areas. when I click the edit icon on the menu bar and mouse over ANY Area the name pops up but I dont get the green box.For GlobalAreas I get a flat green line (empty box) and they area in the Global Areas section of Admin.
I have 2 z-index entries in CSS. C5 Admin Menu 8000:
div#ccm-toolbar {
z-index:8000 !important;
}
and a single div with z-index set to 3 which contains no Areas.
I have included an image of what I see.

What did I forget?

Thanks,
Sean

1 Attachment

 
hutman replied on at Permalink Reply
hutman
Are there any javascript errors on your page? This could be caused by a duplicate jquery/bootstrap or any other javascript error.
SeanDevoy replied on at Permalink Reply
Thanks hutman. I did not see this before I posted my own response.
I do appreciate the response though.
SeanDevoy replied on at Permalink Reply
Please disregard. I checked the JS console log. I had an error loading bootstrap JS.

Thanks anyway,
Sean