When I log in, I cannot click the "Quick Edit", "Edit this Page", "Manage website" buttons. The mouse arrow does not change to a hand. It works ok on the Home page but nowhere else.

Site is SWLEN.org.uk. Colleagues have the same problem on their PCs or laptops.

Thank you, Clive Messenger

Posted by Joe Oldak on

Hi Clive,

We have recently modified our service to be up to date with modern standards of web design and are also working through integrating some new themes.

As a result there has been some changes with the way we lay out our HTML. Whilst we have updated our existing themes, designs created by end users have not been modified.

In your case, your site now has a div which covers the admin buttons on all pages that have a breadcrumb trail (all pages but the homepage). To fix this you need to modify your custom design. You could fix this problem in a number of ways but to give you an idea you could add the following CSS rule to the custom CSS you use on your site:

#mainContent {

    clear: both;

}

which would make the admin buttons usable again.

I hope this helps but if you need further support please feel free to get in touch again.

Regards,

Rob Denison.

Cambridge Open Systems' support team