Backoffice submit button dissapeared in IE9

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
henris17
Forum Members
Forum Members
Posts: 70
Joined: Sun Feb 06, 2011 11:11 pm

Backoffice submit button dissapeared in IE9

Post by henris17 »

Hello,

In Internet Explorer 9 there is no submit button in the admin>pages>add new content.

My client cannot make any changes to its website. We use CMSMS 1.9.4.1

Regards


Henri
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm
Location: The Netherlands

Re: Backoffice submit button dissapeared in IE9

Post by Jos »

I don't know if this is exacly the same issue, but maybe this helps:
http://forum.cmsmadesimple.org/viewtopi ... 12#p256512
henris17
Forum Members
Forum Members
Posts: 70
Joined: Sun Feb 06, 2011 11:11 pm

Re: Backoffice submit button dissapeared in IE9

Post by henris17 »

Tried it... But no success, buttons stay transparent.

Regards


Henri
mb1
Forum Members
Forum Members
Posts: 10
Joined: Tue May 24, 2011 6:18 pm

Re: Backoffice submit button dissapeared in IE9

Post by mb1 »

Hello,

I'm using 1.9.4.2 and I have the same problem.

I tried replacing transparenturl by transparent url in file style.css in folder admin\themes\NCleanGrey\css
But that didn't work for me either.

Any other ideas?

Thanks!
21becker
New Member
New Member
Posts: 8
Joined: Thu Apr 15, 2010 11:31 pm

Re: Backoffice submit button dissapeared in IE9

Post by 21becker »

mb1 wrote:Hello,

I'm using 1.9.4.2 and I have the same problem.

I tried replacing transparenturl by transparent url in file style.css in folder admin\themes\NCleanGrey\css
But that didn't work for me either.

Any other ideas?

Thanks!
I had the same problem. It is an issue with IE 9.0 NOT cmsms. The buttons are there, when you hover over them they appear. I have found this problem disappears in Google Chrome. If you can live without seeing the buttons until you hover, so be it; however, i would suggest installing Google Chrome.

Cheers,
JB
mb1
Forum Members
Forum Members
Posts: 10
Joined: Tue May 24, 2011 6:18 pm

Re: Backoffice submit button dissapeared in IE9

Post by mb1 »

Yes, I know it works fine in Chrome and Firefox, but my client is using Internet Explorer.
And I believe there should be a fix or workaround to make sure it works in IE. The buttons do appear when I'm trying to update a news article, so there must be something somwhere that is not 100% correct when it comes to the admin of pages.

But thank you for your reply! ;)
21becker
New Member
New Member
Posts: 8
Joined: Thu Apr 15, 2010 11:31 pm

Re: Backoffice submit button dissapeared in IE9

Post by 21becker »

well see what happens in 1.10!!! ;)
handcoded
Forum Members
Forum Members
Posts: 123
Joined: Thu Dec 06, 2007 2:26 pm

Re: Backoffice submit button dissapeared in IE9

Post by handcoded »

Hi

I had this problem so I opened my admin stylesheet and changed the input.pagebutton style to this.

Code: Select all

input.pagebutton {
	cursor: pointer;
	background: url(themes/NCleanGrey/images/layout/nav.png) repeat-x left 0;
	color: #fff;
}
regards,
Richard
Post Reply

Return to “CMSMS Core”