Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

shanonx

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: VW Blog Main Banner #6738
    shanonx
    Participant

    I tried adding:

    #header {
      background-attachment: inherit;
    	background-size: 100%;
    }

    This helped some, but makes the image be taller rather than wider when on a phone screen.

    • This reply was modified 5 years, 7 months ago by shanonx.
    in reply to: VW Blog Main Banner #6732
    shanonx
    Participant

    I also noticed that the banner images also doesn’t scale on mobile and isn’t responsive?

    in reply to: VW Blog Theme Link Boxes? #6731
    shanonx
    Participant

    Sure my site URL is: https://responsetoworship.com/

    in reply to: VW Blog Main Banner #6730
    shanonx
    Participant

    I was able to get the banner image to work fine on my main page, but on my other pages it is cut off.

    https://responsetoworship.com/about/

    Above should be an example.

    in reply to: VW Blog Theme Link Boxes? #6722
    shanonx
    Participant

    So what was the solution because I am having this same problem?

    in reply to: VW Blog Main Banner #6721
    shanonx
    Participant

    Also is this all I’m supposed to have for the header.php file? It looks quite short compared to the demo theme’s header.php?

    <?php
    /**
     * The Header for our theme.
     *
     * @package vw-blog-pro
     */
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    	<meta charset="<?php bloginfo( 'charset' ); ?>">
    	<meta name="viewport" content="width=device-width">
    	<link rel="profile" href="https://gmpg.org/xfn/11">
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    	<?php wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>
      <header id="masthead" class="site-header">
      <!-- before header hook -->
      <?php do_action( 'vw_blog_pro_before_header' ); ?>
      <?php get_template_part('template-parts/header/content-header'); ?>
      <?php get_template_part('template-parts/header/main-banner'); ?>
      </header>
    in reply to: VW Blog Main Banner #6720
    shanonx
    Participant
Viewing 7 posts - 1 through 7 (of 7 total)