• Hi,

    First, my compliments to smart and stylish MiNNaK theme (Yes, I looked up its meaning)…

    Would anyone know how I would get my featured images on regular pages looking like the posts pages, where the images are as wide as their containers and are snug with their tops and have the usual rounded corners (and the page title if any is below the image, rather than before)?

    I have designated a featured image which does show up (just not like a post featured image) and have looked into the question on the support forum as well to no avail.

    Am I missing something obvious and/or would a simple CSS code in the Customizer be a way to go? If so, how?

    Any suggestions appreciated.

    Thanks!

    (Incidentally and coincidentally, I also recently discovered, and have been enjoying a few songs of, a Turkish-language band called ‘She Past Away’. ‘Kasvetli Kutlama’ recommended, such as while working on MiNNaK Dark. ^u^ )

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter permaea

    (@permaea)

    I have figured out most of it but still trying to figure how to move the header with title h1 immediately below the featured image.

    FYI, here is the code so far:

    .page article {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 5px;
    padding: 0px 0vw;
    }

    Theme Author tamermancar

    (@tamermancar)

    Hi @permaea
    Thanks for your compliments.
    To replace the featured image with the title, you must know some coding and install a child theme. Then you need to edit the content.php file that you will include in the child theme.

    Thread Starter permaea

    (@permaea)

    Hi @tamermancar,

    I am running my site locally using XAMPP and will try to upload everything to the internet and report back here– maybe in a few hours– to show what I mean.

    Thank you.

    ~ Caelan

    Hi @permaea,
    saw your inquiry. I am basically trying to do the same thing. I used your code and it does work, but now all blocks extend to full width, not just the feature image.
    Did you tweak it some more?
    Thx,
    Thomas

    Thread Starter permaea

    (@permaea)

    Hi guys, I have been sidetracked with other priorities, but still want to look at the issue.

    Thomas, I wasn’t aware that all blocks would extend to full width, but that’s good to know.
    Until I can make some time to look back into to the general issue, just off the cuff for now, I would take a guess that the blocks’ width in pages inherits the page article container, so maybe go to where the page blocks CSS is and change or get rid of the inheritance and then specify a width. Presumably do this with a child theme as I am doing.

    I need to take a look at how the post pages are setup. So that would be in the php file then? If we can get that, then it would seem like a near-verbatim transfer/overwrite of the pages’ style code with the posts’ style code, yes?

    At the same time, @tamermancar, I would like to respecfully request, if you feel it makes sense and it is right for your theme of course, or unless I am missing something, making the pages’ style consistent with the posts’.

    Thanks and back soon.

    ~ Caelan

    Theme Author tamermancar

    (@tamermancar)

    Hello @permaea
    I could not quite understand what he wanted.
    What you want is to list your posts on a new page you create?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How To Get Featured Images (FI) On Regular Pages Looking Like FI On Post Pages’ is closed to new replies.