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
Backoffice submit button dissapeared in IE9
Re: Backoffice submit button dissapeared in IE9
I don't know if this is exacly the same issue, but maybe this helps:
http://forum.cmsmadesimple.org/viewtopi ... 12#p256512
http://forum.cmsmadesimple.org/viewtopi ... 12#p256512
Re: Backoffice submit button dissapeared in IE9
Tried it... But no success, buttons stay transparent.
Regards
Henri
Regards
Henri
Re: Backoffice submit button dissapeared in IE9
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'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!
Re: Backoffice submit button dissapeared in IE9
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.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!
Cheers,
JB
Re: Backoffice submit button dissapeared in IE9
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!
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!

Re: Backoffice submit button dissapeared in IE9
well see what happens in 1.10!!! 

Re: Backoffice submit button dissapeared in IE9
Hi
I had this problem so I opened my admin stylesheet and changed the input.pagebutton style to this.
regards,
Richard
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;
}
Richard