• Hi

    I’m a WordPress beginner user using the Full Frame theme. I can’t work out how to create the Blog Excerpt lay out as shown on the demo page here: https://catchthemes.com/demo/full-frame/blog/ – with thumbnail on the left, blog post excerpt and ordered by date of publications with the most recent at the top. With sidebar on the right.

    The only lay out options I’m getting are:
    Default
    Primary Sidebar, Content
    Content, Primary Sidebar
    No Sidebar (Content Width)

    Would someone please be able to help?

    Thanks
    Teresa

    • This topic was modified 7 years, 8 months ago by broganab.
Viewing 1 replies (of 1 total)
  • Hello Teresa,

    Thanks for your support question. It will be faster if you post question in our official support forum for Full Frame Free theme at https://catchthemes.com/support-forum/forum/full-frame-free/

    I just check in your issue and found that the Blog Excerpt layout with image left is only available at Pro version. It falls under “Archive Content Layout”. So, I recommend you to upgrade to pro version and then you will see that layout, read more at https://catchthemes.com/theme-instructions/full-frame-pro/

    There is one way to do that in Free theme, with Additional CSS. You can add the following css in “Appearance => Customize => Additional CSS” box:

    @media screen and (min-width: 480px) {
    	.excerpt-featured-image .has-post-thumbnail .archive-post-wrap .featured-image {
    	    display: inline;
    	    float: left;
    	    width: 40%;
    	}
    	.excerpt-featured-image .has-post-thumbnail .archive-post-wrap .entry-container {
    	    display: inline;
    	    float: right;
    	    width: 56%;
    	}
    }

    Note: the only defect of this Additional CSS option is that the image size will not be cropped as per the layout. So, your image size will be like Show Excerpt (Image Top).

Viewing 1 replies (of 1 total)
  • The topic ‘Full Frame Theme – Blog Excerpt Lay Out Not Available’ is closed to new replies.