• Resolved haiiro

    (@haiiro)


    I can’t get the customizer to tweak the blog page.

    I’m switching to Optimizer from another theme (mostly switched at this point), and all I want is for the layout on the blog post page to a) not have thumbnails and b) not go full-width when the rest of my site is boxed.

    I went through the steps in the Optimizer documentation for categorizing posts, applying the Blog Page template, pointing WP to that new page, and going back to the customizer, but it still shows all of my posts, full-width, with images.

    What am I doing wrong?

    https://www.enginepublishing.com

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Go to Appearance -> Customize -> Post & Page -> Blog Page Settings -> Blog Page Thumbnails and turn it off.

    And insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS to narrow the width

    .lay4 .center {width:70%;}

    Thanks

    Thread Starter haiiro

    (@haiiro)

    Thanks for getting back to me so quickly!

    No such luck on the fix, unfortunately. It looks exactly the same as it did before.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this

    .lay4 .center {width:70% !important;}

    Thanks

    Thread Starter haiiro

    (@haiiro)

    No change. Thanks again for trying to help!

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Can you please insert the CSS in Appearance -> Customize -> Miscellaneous -> Custom CSS

    Thanks

    Thread Starter haiiro

    (@haiiro)

    Hey, this time it got me closer! I must have pasted it incorrectly last time.

    Now the blog page only somewhat “overhangs” the main layout, which is a step in the right direction. I still see thumbnails.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Custom CSS

    .blog .lay4 .post_image {display:none;}
    .blog .lay4 .post_content{width:100% !important;}

    Can you kindly rate the theme? It would mean a lot to us:
    https://www.ads-software.com/support/view/theme-reviews/optimizer?filter=5

    Thanks

    Thread Starter haiiro

    (@haiiro)

    That got rid of the images — thanks!

    Now the overhang is all that’s left. I’ve tried fiddling with percentages, and everything else I could think of, but nothing has gotten the blog post page to match the rest of the site. (I’ve undone my fiddling.)

    Rating left. Thanks again for all of your help.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Set the width to 60%

    .lay4 .center {
        width: 60% !important;
    }

    Thanks

    Thread Starter haiiro

    (@haiiro)

    That did it. Thank you so much. ??

    Thread Starter haiiro

    (@haiiro)

    Forgot to flag this as resolved. Done!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Can't customize blog page’ is closed to new replies.