perrygruber
Forum Replies Created
-
That did it @zoonini Kathryn! Thanks so much!!!!
Hey @zoonini (Kathryn),
Thanks for your reply will try it now.
Ok, I did some more research in the theme code (I’m not a developer, so really searching in the dark here) and came across code in the “header.php”. I think this is the code forcing the featured image to show up on posts and pages. If this is correct, how can I add this to my additional CSS and what lines need to be changed to get the featured images to NOT show?
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.www.ads-software.com/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Seventeen * @since Twenty Seventeen 1.0 * @version 1.0 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js no-svg"> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" > <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'twentyseventeen' ); ?></a> <header id="masthead" class="site-header"> <?php get_template_part( 'template-parts/header/header', 'image' ); ?> <?php if ( has_nav_menu( 'top' ) ) : ?> <div class="navigation-top"> <div class="wrap"> <?php get_template_part( 'template-parts/navigation/navigation', 'top' ); ?> </div><!-- .wrap --> </div><!-- .navigation-top --> <?php endif; ?> </header><!-- #masthead --> <?php /* * If a regular post or page, and not the front page, show the featured image. * Using get_queried_object_id() here since the $post global may not be set before a call to the_post(). */ if ( ( is_single() || ( is_page() && ! twentyseventeen_is_frontpage() ) ) && has_post_thumbnail( get_queried_object_id() ) ) : echo '<div class="single-featured-image-header">'; echo get_the_post_thumbnail( get_queried_object_id(), 'twentyseventeen-featured-image' ); echo '</div><!-- .single-featured-image-header -->'; endif; ?> <div class="site-content-contain"> <div id="content" class="site-content">
I just figured out how to hide the featured image on the individual blog posts using the “Additional CSS” feature. AWESOME! Now, I’m still having difficulty figuring out how to eliminated the double-posting of the images on the blog posts page (https://transamorousnetwork.com/blog/)
Forum: Themes and Templates
In reply to: [Hoffman] Restrictive sizing of YouTube videosHmm, I’m not familiar enough with the template to be definitive, but I wonder if there is a global setting you’re missing?
Forum: Themes and Templates
In reply to: [Hoffman] This theme does not work (if you are an RSS user)Hi Eva,
I checked the demo feed link you listed. The whole thing came through for me, including the everything you mentioned in your first paragraph.Forum: Themes and Templates
In reply to: [Hoffman] Restrictive sizing of YouTube videosOMG! It worked papstar! Thank you soon much!
Forum: Themes and Templates
In reply to: [Hoffman] Wide Images / Galleries within a postMe too. It’d be great if future updates included such a feature.
Forum: Themes and Templates
In reply to: [Hoffman] Restrictive sizing of YouTube videosHey Eva,
Thanks for your response. I’m new to the coding aspect of WP although I’ve been using WP.org for some time. So I’m not comfortable making any changes to the themes. Still learning about that. I’m going to follow your linked comment thread/request. Doesn’t seem like he responds quickly or often?Thanks for connecting!
Forum: Themes and Templates
In reply to: [Hoffman] Restrictive sizing of YouTube videosAdding some insight. I think it’s shown large in the example because it’s a separate blog post. I’m trying to have my youtube embed show up in a static homepage, where I already have a “featured image”.
my site: https://www.copiosis.com (currently under construction)
Forum: Themes and Templates
In reply to: [Hoffman] Restrictive sizing of YouTube videosI’m having the same problem Sam. Love the theme and really want that youtube imbed the way Anders Noren’s example shows. Help?