Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #128784
    EricT
    Participant

    Hi,

    I’m using the theme Catch Adaptive Pro. I am using the latest post in setting for the start page. And currently the posts are listed in two columns.

    How do I change that so that the posts only show in one column?

    Check: http://www.kronhem.se

    Thanks!

    #128803
    tikaram
    Keymaster

    @erict : Go to Appearance => Customize => Additional css and add the following css.

    .catchadaptive-masonry #main .hentry {
    	width: 100%;
    	float: none;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128813
    EricT
    Participant

    Thanks tikaram! Works great!

    But now I have a new “issue” when having made that change… Perhaps there is a solution to that as well?

    As you can se now on the startpage, there is one post. with the “headline” Galleri Movitz and below the text from the post. When clicking on the headline the whole post shows.

    Is there a way to either:

    – hide the text – other than the headline – on the startpage and just have it show up when clicking on the headline?

    or

    – have the total content including the image from the post shown – with its proper layout – on the startpage?

    I woud prefer the latter option if that is possible!

    #128814
    EricT
    Participant

    …and also, is there a way to not have the datestamp, author published with the post?

    #128919
    tikaram
    Keymaster

    @erict : If you would like display total content along with the image on the start page, you may create a page and select a static page instead of latest post from the customizer.
    Go to Appearance => Customize => Static Front Page
    Under Front page displays : Select A static page.

    To disable date stamp and author within the post add the following additional css.

    .entry-container .entry-meta {
    	display:none;
    }

    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #128920
    EricT
    Participant

    Thanks tikaram!

    The second part works fine – thanks, but the first I can’t get it to work…

    I have created a new page, “News”. Then I went to Appearance => Customize => Static Front Page
    and under Front page displays : I selected A static page and the “News” page as “Start page”. There I also have to select a page for my posts, but I can’t choose the “News” page there. It says that I can’t have the start page the sama as the page with posts…

    Regards,
    Eric

    #128997
    tikaram
    Keymaster

    @erict : You can choose to display either a static page or recent post on your homepage but not both at the same time. You will need to select either a page or recent post. Let me know if you are still unclear about it.

    Regards,
    Tikaram

    #129001
    EricT
    Participant

    Thanks Tikaram!

    I get that (I think). I need to choose between displaying my recent posts OR a static page on my homepage (the start page).

    But I want to have my recent posts displayed on it, AND I want it to show the whole posts, not just the “short” versions of the posts. Is that possible, and if so, how?

    Kind regards,
    Eric

    #129050
    tikaram
    Keymaster

    @erict : Go to Appearance => Customize => Theme Options => Layout Options
    Under Archive Content Layout : Select Show Full Content (No featured Image)
    Let me know if this resolves your issue.

    Regards,
    Tikaram

    #129052
    EricT
    Participant

    @Tikaram: Wow, thank you – exactly how I would like it!

    Regards,
    Eric

    #129053
    tikaram
    Keymaster

    @erict : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Changing layout on Posts side’ is closed to new replies.