• Resolved erincfg

    (@erincfg)


    Hey there.

    How do I make it show the full-sized featured image instead of a cropped version? Also, how do I fit all of the pages on one line in the header? There is plenty of room but they will not go into one line.

Viewing 15 replies - 1 through 15 (of 23 total)
  • Hello.

    You can try using this CSS

    .site-bar .nav {
        width: 75%;
    }
    .site-tools {
        width: 25%;
    }

    to make the menu box wider.

    For the featured image, you need to create a child theme, copy over the content-entry.php and single.php files, edit them and replace ‘post-thumbnail’ with ‘full’

    Thread Starter erincfg

    (@erincfg)

    The CSS didn’t work. The menu is definitely long enough to add the last page, but it just goes to a new line instead.

    Thread Starter erincfg

    (@erincfg)

    I am also having an issue where the title for every one of my posts are leading to the same page. I am not sure why. Do you know what I can do to fix this?

    Is there a link to the site?

    Thread Starter erincfg

    (@erincfg)

    The site isn’t launched yet. Is there a way that I could send you screen shots?

    Thread Starter erincfg

    (@erincfg)

    Also, it turns out EVERY LINK on the page leads to the same place. Not just post titles. I have noooo idea what I did.

    Unfortunately this is not something that can be troubleshot via a screenshot.

    Start by switching your permalinks to “Plain” under settings -> permalinks.
    Then check for plugin conflicts. Temporarily disable all your plugins (if you have caching plugins, empty the cache before disabling), clear your browser’s cache and retry. If the issue goes away start enabling plugins one by one while checking to see which one is causing the problem.

    Thread Starter erincfg

    (@erincfg)

    It was an issue with the permalinks! Thank you so much. Still not sure about what to do with the pages on the menu.

    Thread Starter erincfg

    (@erincfg)

    Where are you adding the CSS?

    This styling should make the menu area wider.
    If you are not already using it, try using this plugin then go to “Add Custom CSS” on your dashboard and paste the style in the box. You can also increase the width of the nav while decreasing the width of the site-tools box so both sum up to 100%.

    Thread Starter erincfg

    (@erincfg)

    I am adding the CSS into that plugin. I just made my page titles shorter.
    One last question, how can I made all Featured Images full-sized and not cropped preview?

    Thread Starter erincfg

    (@erincfg)

    Woops didn’t notice you already answered that.

    Thread Starter erincfg

    (@erincfg)

    Hey there, so I tried changing “post-thumbnail” to “full” and it did not work. Can you think of any other ways?

    Only about half of the featured images are thumbnails, and some of them are full. It’s very strange.

    Can I see that implemented?

    Thread Starter erincfg

    (@erincfg)

    The blog is live now, so you can check out the problem: https://www.crueltyfreegoddess.com

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Featured Image Size & Pages in Header’ is closed to new replies.