Hello, I want to change the size of the header. It appears that about a year ago, “linguine999” posted the same question, and then answered it himself by matching the main css with the custom-header.php css.
I did that, but it is still not working. It appears that when I upload my image that is 400px, it forces it to be cropped for the header…and then it stretched it back to the 400px. resulting in a blurry logo.
Anyone have any more suggestions?? What am I missing? Can I turn off the forced crop and save for the header?
Thanks,
]]>Hello, Anyone know how to remove the page title from a page? i.e. if I name the page, “home” I don’t want “Home” to appear under the navigation. I tried to add ‘display:hidden;” to the css entry for entry-title…obviously not working.
]]>Hi there,
I am NEW to wordpress (coming over from Weebly). I want to use the Chiron Theme and replace the header image – but there doesn’t seem to be an option to replace the image. Can anybody help me?
I can’t figure out how to get rid of the time of the post and the author from the entry metas. Any insight would be great !!
]]>I’m using the recent posts as my landing page, I would like to add the thumbnail to the excerpt. I’ve added to the function.php, but not certain if there is something to be added to another script, the ‘featured image’ field is not showing in edit posts either. My current image is embedded into the post
/** Add theme support for Feed Links. */
add_theme_support( 'automatic-feed-links' );
/** Add theme support for Custom Background. */
add_theme_support( 'custom-background', array( 'default-color' => 'fff' ) );
/** Set content width. */
chiron_set_content_width( 640 );
<strong>/** Add theme support for Post Thumbnail. */
add_theme_support( 'post-thumbnails' );</strong>
/** Add custom image sizes. */
add_action( 'init', 'chiron_add_image_sizes' );
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
]]>Can anyone tell me how to change the size of the header logo from 280px to 960px.
I have created a child theme, changed the CSS to:
#headimg #logo-image {
width: 960px;
overflow: hidden;
}
#headimg #logo-image img {
max-width: 960px;
height: auto;
width: 100%;
border: none;
}
I removed the search box from displaying in header.php. The theme option to upload a header crops and reduces the image size automatically to 280px so with the CSS set to 960px my header logo displays as a very stretched (it has used the image it cropped to 280px during the upload header process and stretched it to 960px)
Thanks very much
]]>Hi!
This is a fresh WP site.
I have no active plugins, but WordPress SEO
I can’t log in back because of the error.
Site is fine on the outside.
When I activated wordpress seo plugin the error apeared fopr the first time.
I love the plugin and do not want to change it. Use it since it came out.
Can you make sure that your theme is compatible with it ?
Thanks a lot!
Very nice theme.
Warning: Cannot modify header information – headers already sent by (output started at /home/p133826/public_html/capitalmarketing.ru/wp-content/themes/chiron/lib/functions/utility.php:1) in /home/p133826/public_html/capitalmarketing.ru/wp-includes/pluggable.php on line 876
]]>