• Resolved arunwb

    (@arunwb)


    I liked this theme, had prepared something on v 1.3.2, which was fine, but 2 days ago I update to your new version 2.2.7 and the header images aren’t shown anymore. They are still in the backend under customizer and I also have featured images in every page and post.
    It is on the development server but I put html and css output to here:
    https://pastebin.com/wc0QYmx8
    https://pastebin.com/zKXWeaQf
    Do you know what is going wrong here?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hello,

    Thank for using the WordPress Bootstrap theme.
    Please update your theme to the latest version.
    That should fix the problem.

    Thanks!

    Thread Starter arunwb

    (@arunwb)

    Thanks.

    I installed now v 2.3.3 but still it is not showing. Maybe I have here some other problem because no one else is complaining?

    Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hello,

    Can you please try to go to
    Customize the contents of this sub-header and other elements of your site – go to Dashboard > Appearance > Customize

    Look for Header Content.. and add your title and tagline there
    https://screencast.com/t/1ZK6WFannsI

    ??

    This seems to be affecting my site after updating, as well (I went from 1.2.9 to 2.4.8).

    Pages that I have created do not show the header banner image or the default purple background color. Meanwhile, the “blog” page, a page that exists by default in WordPress, shows the header banner image.

    User-created home page:
    https://screencloud.net/v/hfuTx

    WordPress blog page:
    https://screencloud.net/v/9Agyx

    I am using a child theme, however, the header banner image is missing whether I have my child theme activated or the official WP Bootstrap Starter theme activated.

    I can test anything that you think could be the culprit. In version 1.2.9, I added this CSS to the child style.css file to get the header banner image to show up, but the addition of the CSS to my version 2.4.8 style.css file doesn’t have any effect.

    #page-sub-header {
      padding: 1.875rem 0;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
      position: relative;
      color: #ffffff;
      padding: 4rem 0.938rem;
      text-align: center;
      font-size: 1.25rem;
    /* added */
      background: url(https://172.20.3.101/wireless/wp-content/uploads/2017/06/wirelessproducts-service-302-sampled.jpg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      margin-bottom: 20px;
    }
    Theme Author Afterimage Designs

    (@afterimagedesigns)

    You can set the header banner in Dashboard > Customizer > Header Banner

    Thanks.

    The Header Banner shows when:
    Settings > Reading > Front page displays is set to “Your latest posts”

    The Header Banner does not show when:
    Settings > Reading > Front page displays “A static page”

    My site mirrors what is happening here:

    https://afterimagedesigns.com/wp-bootstrap-starter/
    versus
    https://afterimagedesigns.com/wp-bootstrap-starter/markup-html-tags-and-formatting/

    Is there a way to make the Header Banner permanent across all pages in my site?

    Thanks and regards,
    Todd

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header image gone after update’ is closed to new replies.