Nothing happen when click "Add to Main"
Permalink
Hi
I'm still quite new to concrete5, just trying to convert a html site into concrete5, did some research of how to do that and following every step.
Now the issue i'm facing is when i try to click on the "Add to Main" area, the edit menu doesn't pop up and the cursor doesn't change to "hand", i had double all the codes and make sure nothing wrong.
just wondering can other things could possibly effect it, like java script or css codes?
Could anyone kindly answer me or help me to check what's going wrong.
here is the page i created,
http://www.coralcoastdesigns.com.au/index.php?cID=76...
will be really appreciated if anyone could help me out. thank you
I'm still quite new to concrete5, just trying to convert a html site into concrete5, did some research of how to do that and following every step.
Now the issue i'm facing is when i try to click on the "Add to Main" area, the edit menu doesn't pop up and the cursor doesn't change to "hand", i had double all the codes and make sure nothing wrong.
just wondering can other things could possibly effect it, like java script or css codes?
Could anyone kindly answer me or help me to check what's going wrong.
here is the page i created,
http://www.coralcoastdesigns.com.au/index.php?cID=76...
will be really appreciated if anyone could help me out. thank you
Thanks buddy!
it working fine now!
same thing happen again after edit the page and wanna publish or preview the page, can't click on it because the logo and buttons were on the top of it.
change the z-index for the #ccm-page-detail and fix it again.
really appreciate you help!
but i'm having other issue which is it doesn't look right on IE,
seems like isn't reading the css. if you could help me to have a quick look that will be great! thanks
it working fine now!
same thing happen again after edit the page and wanna publish or preview the page, can't click on it because the logo and buttons were on the top of it.
change the z-index for the #ccm-page-detail and fix it again.
really appreciate you help!
but i'm having other issue which is it doesn't look right on IE,
seems like isn't reading the css. if you could help me to have a quick look that will be great! thanks
Does work perfectly well for me in IE8 and in compatibility mode (IE7)!
Glad I could help :)
Glad I could help :)
IE problem solved. thanks alot!
The #ccm-highlighter needs to be on top for the editing to work. The z-index of 5 that is set for the start is nice, but most of the time not working.
Try giving your #main an z-index of 100 and your #ccm-highlighter to 150, it should work then.