We have used this theme for a website but couldn’t upgrade since version 1.04. If we upgrade the image-slider of the hompage disappears and the sidebar disappears, too. That must be a problem caused by the changes in front-page.php
. Can you help us with that?
I also have some suggestions to improve this theme:
1. Maybe you can optimize the widget-area. There is an area for the sidebar on the homepage (called “sidebar”). There is also an area called “Homepage Content: Main”. What is that for? And there are areas for “Homepage Content” right and left that seem to be for the others sites. All a little bit confusing for us.
2. Please add to the editor-style.css
(line 84-88) some left-margin, otherwise you can not see the ul/ol-suqre-element in the TinyMCE. Something like that:
ul,
ol {
margin: 0 0 20px 20px;
padding: 0;
}
3. Why is the max-width of the MCE set to 460px
(line 13)? It is a bit difficult to work in such a small area.
Thank you very much!