adamcharvat
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Themes and Templates
In reply to: [Hueman] integrate external pageTry setting of that page and use no column settings. Choose your page and in Page Options select the right choice. Hope it’ll help.
Forum: Themes and Templates
In reply to: [Hueman] Display featured image in single postAdd this to your single.php right before line
<?php the_content(); ?>. 🙂<?php if ( has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); echo '<a href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0') . '" rel="lightbox" >'; the_post_thumbnail( 'medium', array( 'class' => 'alignleft' ) ); echo '</a>'; } ?>Forum: Themes and Templates
In reply to: [Hueman] Having header color not full-widthSolved. Thanks to Bojan.
Forum: Themes and Templates
In reply to: [Hueman] Having header color not full-widthHey Bojan,
thanks a lot for you work. That code works great!
Again, thank you for you help!
Adam
Forum: Themes and Templates
In reply to: [Hueman] Having header color not full-widthThe link is http://www.knihovna.turnov.cz.
Thanks a lot
AdamForum: Themes and Templates
In reply to: [Hueman] Having header color not full-widthHey Bojan,
great – thanks 🙂Thank you for the code you made, but actually that’s not what I’m looking for. The code does this to me: http://oi57.tinypic.com/16bx1n8.jpg
I would like to have the color set in Theme Settings applied only for the area of header. I hope you understand my problem.
Is there any other way, please?
Thanks for your help, Adam.
Viewing 6 replies - 1 through 6 (of 6 total)