costelo
Forum Replies Created
-
perfect, now everything works.
very nice theme and support
thanks Benthe
.featured-image { padding-bottom: 0; }
takes out space for photo.
is there a way to target CSS to blog page only? like.home
great, it works perfect on featured image pages or posts.
but the blog list has no images any more.hey i posted before seen response. i was looking at that div class now…
i will try right away
thank for responsethis is the functions.php
// for displaying featured images if( ! function_exists( 'ct_founder_featured_image' ) ) { function ct_founder_featured_image() { // get post object global $post; // establish featured image var $featured_image = ''; // if post has an image if ( has_post_thumbnail( $post->ID ) ) { if ( is_singular() ) { $featured_image = '<div class="featured-image">' . get_the_post_thumbnail( $post->ID, 'full' ) . '</div>'; } else { $featured_image = '<div class="featured-image"><a href="' . get_permalink() . '">' . get_the_title() . get_the_post_thumbnail( $post->ID, 'full' ) . '</a></div>'; } }
founder theme
Forum: Themes and Templates
In reply to: [Quest] how do i take out title and sidebar from front pageForum: Themes and Templates
In reply to: [Quest] static front page with posts among other things, how?i have solved it instaling “Site Origin Plugin” and adding widget “Site Origin Post Carousel”, all that in a standard post template type.
But i was wishing for a non Site Origin solution.
Forum: Themes and Templates
In reply to: [Quest] Take sidebar out of front page. wide page template?perrrrfect!
i didnt know, or even if it was posible, to apply css to a particular page
thanks a lotForum: Themes and Templates
In reply to: [Quest] hover icons displacement on quest 1.3.3 themestill happens in
1.3.4 https://www.costelo.es/work/ejemplosweb/elegance/