I have installed v1.0.0 rc4 onto a 1.5.22 site and love the software. I only have one small issue, the search and submit buttons are only showing as grey rectangles. I have looked at the button files and both buttons png files are fine. I tried renaming another button png to the search and submit button's name and are still grey rectangles. Any idea what my problem my be?
Yes, you will need to go into your template's style sheet and comment out the button styles. Joombb is grabbing styles accidentally from your main style sheet. Look for /*----buttons---*/ in your template css and remove it, it should fix your problem. Be careful, though, as if you have multiple buttons in your template it may break some of those.
I removed all button blocks in template.css, but still I can't see the buttons. Can you describe in detail?
In the open the template.css in a text editor.. e.g. Notepad press CTRL+F to open the find box. In "Find What" type in the word "button" without quotes and find next. It should find anything that has to do with buttons you can comment it out using /* and */ at the end.
I had to comment out the following code.
/*
input.button, .validate {
color: #4187af;
font-size: 11px;
border: 1px solid #4187af;
background:#d0d9e3;
}*/
so it may look like something similiar