Hi Anic0001,
thanks for using the Diamond WordPress theme.
We’ve taken over this theme from the previous developer a while ago, but we didn’t have time yet to inspect the code of the theme. So it’s definitely possible that there are some bugs. But we can’t say for sure because we haven’t developed the theme and we first need to carefully review the codebase.
I’m using the free Diamond theme and having trouble with the site header. It will not let me crop the image.
We just quickly tested this and can confirm the issue. It seems there is a bug regarding the default size of the header image which prevents cropping. What you could do is upload the image with exactly the same size as you want and then skip the cropping part.
Also there is a lot of white space around the header image when i select one.
You could change that with a line of CSS, for example:
.site-header { margin: 0; padding: 20px; }
In general, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications.
Secondly, when you search something using the search widget, the search results make the right sidebar dissapear completely.
Yep, it seems this happens when the widget has been placed in the right sidebar. When placing the widget in the left sidebar, it still will be visible after a search.
Probably the original developer has desiged the search results page without the right sidebar. We’ll probably change this once we recode the theme, but we don’t have a fixed date yet when this will be available.