• Resolved varchar255

    (@varchar255)


    Hey there

    I noticed that the post/page featured image no longer displays when the ‘Tweting No Title’ template is used.

    I just updated the plugin and noticed the images gone.

    I was using the No Title template together with an advanced spacer at the top which was a nice way to display full width images in the background.

    Any help on this appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter varchar255

    (@varchar255)

    Just tried downgrading to an older version but the image seems gone too, so not actually sure what caused it.

    However I am looking for a way to display the featured image on a post/page as the background image (full width fixed).

    If there is a way to achieve this using Twentig I’d appreciate it!

    Thanks 🙂

    Plugin Author Twentig

    (@twentig)

    Hi,

    The “Twentig – No title” template only includes the header, the content entered inside the block editor, and the footer; it has never displayed the featured image. You currently have the expected behavior of the “Twentig – No title” template.

    Would you please send us a screenshot of what you want to achieve?

    Thanks

    Thread Starter varchar255

    (@varchar255)

    Hi

    I figured that I previously must have achieved it due to a weird bug or something coming likely from another plugin 🙂

    Basically I would like to add a background image (which takes the featured image) onto the <main id='site-content' role='main'> tag.

    It would have the following CSS:

       
    background-image: url(...); // featured image URL
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    

    I recorded a gif of what such solution would look like (what it was for me before):

    https://staging.muzeum.cz/wp-content/uploads/2022/02/wp-twentig-preview-bg.gif

    I suppose I will need to write a custom function for this and somehow plug this into your template.

    Thanks

    Plugin Author Twentig

    (@twentig)

    Hi,

    Unfortunately, Twentig doesn’t have this feature. As you’ve said, it would require some custom PHP. I hope you find a way to achieve it.

    Have a nice day,
    Yann

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Featured image missing on No Title template after update’ is closed to new replies.