• woofdriver

    (@woofdriver)


    The formatting of my front page and posts are swapped.

    i have “home” set to Front Page, and “posts” set to posts.

    But the posts page has the banner and remainder of home page formats,
    and the home page looks like the posts page.

    website: https://www.doggeo.com

    I have paid for, and I am using, the paid Super Klean version.

    ~ Bill

Viewing 7 replies - 1 through 7 (of 7 total)
  • divjotsingh_440

    (@divjotsingh_440)

    Hello Bill,
    It seems you are using a static page as your front page.
    If you want the posts page ( the one with the header ) as your front page, you can do it from Settings > Reading.

    Divjot

    Thread Starter woofdriver

    (@woofdriver)

    OK, got that fixed up.

    Two more questions and I am set..

    1) On the posts page, the left third is a sidebar that has nothing but social media icons. How can I get rid of that? All I want is the right side bar, and the remainder of the page dedicated to posts

    2) The posts page, when clicked, does not show a list of X number of posts. it shows blank until a post is clicked. How can I have it show the most recent X number of posts?

    ~ Bill

    Thread Starter woofdriver

    (@woofdriver)

    A new issue.

    Since upgrading to Super Klean, the Header Image does not come up on the mobile site. If it’s changed to slideshow, with the exact same image, it shows. But with just a header it does not. I have tried it on both Android and iPhone, with the phones in portrait and landscape mode. All the same, no header when on a static header. Fine with a slideshow.

    In either case, on a computer, the header shows fine.

    ~ Bill

    Thread Starter woofdriver

    (@woofdriver)

    Another update. With the upgrade to Super Klean, I found that the “mobile header” section must be used. It was not the case with the free version. So that is solved.

    I still need resolution on:

    – how to get rid of the left sidebar area of the post page. Especially since it only has the social media icons and there is no way of putting anything else there. I would like to only have the right side bar which is configurable. The left area is just a waste of space.

    – and the posts page does not show a list of latest posts. It is blank when pulled up. This is a change from the default for wordpress.

    divjotsingh_440

    (@divjotsingh_440)

    Hello Bill,
    The current home page that you have for your site is the Posts page and the latest posts are showing below the header. Which page are you referring to in your issue?
    A link to the pages that you mention would be very helpful is detecting and resolving the issues.

    Regarding the area to the left of the post pages, it contains the site title and social icons. So, I recommend not to remove it. However, if you still want to remove it, paste the following code in custom css-

    .site-branding {
    display: none;
    }
    #social-icons {
    display: none;
    }
    #page {
    width: 100% !important;
    }

    Hope it is helpful to you.

    Divjot

    Thread Starter woofdriver

    (@woofdriver)

    [Divjoy– A link to the pages that you mention would be very helpful is detecting and resolving the issues.]

    I am referring to the default posts page…. https://www.doggeo.com/posts/

    A normal WP posts/blog page normally has a lists of posts by default, like this: https://woofdriverproject.com/blog

    [Divjoy– paste the following code in custom css]

    Code worked perfect, thank you.

    ~ Bill

    divjotsingh_440

    (@divjotsingh_440)

    Hello Bill,
    Thanks for the links.
    The theme contains multiple layouts. One of them is the list layout for the posts on the blog page.
    It is close to what you want.

    I focused primarily on the grid layout for the theme. But, thanks for the recommendation, it will surely be considered for the next update.

    Divjot

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Formatting for home and blog backwards’ is closed to new replies.