Morten Rand-Hendriksen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simone] Main Blog Page ImagesAre you using the Featured Image option? The original theme displays the featured image at the top of each post in both the index and the single posts.
Forum: Themes and Templates
In reply to: [Simone] Make the author box disappearIn admin under Users->Your Profile, clear the Biographical info section. The author box appears when there is biographical info. Without that info the author box is disabled.
Forum: Themes and Templates
In reply to: [Simone] Error Theme checkNot an error. The theme as shipped today does not have support for custom backgrounds. This is an optional component. The next version of Simone which will ship in a few weeks has the option enabled and allows you to add custom background color and images if you like.
Forum: Themes and Templates
In reply to: [Simone] Display headercolor without title boxSimple answer: No.
Complicated answer: Yes, if you are sneaky:
Create a header image with a solid color and add it. Then set the header background color to the same as the image. That way you’ll get a blank header with a solid color.
Forum: Themes and Templates
In reply to: [Simone] center site content while maintaining responsivenessI’m not sure I understand what you are describing. The content of the site always floats in the center. The sidebar is deliberately set off to the right to get out of the way. I’m guessing you want the sidebar to stick to the center as well? If so it would require a complete rework of the stylesheets.
Forum: Themes and Templates
In reply to: [Simone] Front Page Scrolling NAVInteresting. I need to investigate this further.
Forum: Themes and Templates
In reply to: [Simone] Logo in the tile boxThere is work being done on introducing a standardized way of adding logos in the header in all WordPress themes. When this happens Simone will be updated with the feature. Until then your best option is to add a background image and turn off the title and tagline from the customizer. Or create a child theme like @cjdarnault suggests.
Forum: Themes and Templates
In reply to: [Simone] Lots of white space on both sides of themeThe whitespace on either side is a deliberate design decision. The theme is designed to display the content in the center of the screen whenever possible and always display the text in the most easily readable line length.
On wider screens left and right aligned images break out of the frame to allow for better use of available space. I am working on an option to allow users to turn this off but as above what you are seeing is intentional.
Your site is in development mode so I can’t see the demo page. If you take it out of development mode I’ll take a look at what you are referring to with the page and the menu.
Forum: Themes and Templates
In reply to: [Simone] Displaying just the header imageThe JS that drives the customizer has been changed since the theme was released. It will be addressed in a future version of the theme.
Forum: Themes and Templates
In reply to: [Simone] Comments PluginThis is happening because Disqus is replacing the entire comments function in the theme and thereby bypassing the existing styling that keeps the comments contained. I may update the theme to address this in the future.
Forum: Themes and Templates
In reply to: [Simone] Chrome and Page ZoomsThe height of the header is controlled by the height of the text content in the header. Since you are using an enormous font that is not scaling down as the screen gets narrower the header takes up more and more space. Use media queries to reduce the size of the header font on smaller screens and you’ll be good.
Forum: Themes and Templates
In reply to: [Simone] Different Header ImageLet me pitch in here with some crazy ideas:
1. How about using the Featured Image function to control the header image on specific pages? Create a new image size that matches the header image, then add the images you want as featured images, and create a conditional that displays the featured image in the header on selected pages much like what Giorgio has.
2. Or, use a custom field to collect the custom header image.
3. Or, make a custom meta box with an image uploader for the custom header image.
Forum: Themes and Templates
In reply to: [Simone] simone theme header@moosefactory You can change the nav bar background color by adding new styles in a child theme to override the rules from line 387 onwards. Keep in mind you have to cover :hover and :focus states as well and that the menu goes three levels deep.
As for Jetack, more and more features require a WordPress.com account.
Forum: Themes and Templates
In reply to: [Simone] Optimizing ImagesImages are tricky. They usually carry a lot of extra info you don’t need. I like to use SmushIt to crunch down the image sizes before uploading.
Forum: Themes and Templates
In reply to: [Simone] Activate social menu and iconsAdd a menu with links to social media outlets and apply that menu to the Social Media Menu area.