Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #48763
    warpdesign
    Member

    Hi, I have the preferences in WordPress set to show full text instead of excerpt but when I use this theme it shows and excerpt and I can’t figure out how to make it show the full text?

    #48796
    Sakin
    Keymaster

    @warpdesign: In Catch Base, you can change Excerpt to Full Text mode from “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout”

    #61694
    Klaas
    Member

    Hi Sakin,

    I went from full content display to excerpt display on my website. I also inserted a featured image in all of my posts so there’s now an image shown with the excerpts on my homepage (I hope this was the right way to have an image displayed – http://www.exercisestrong.com). I’m wondering:

    – Can I only show the featured image with the excerpts, and not on the single page of a post? If you click on a post you can see that the same image is shown twice now

    – If I click on ‘Home’ in my menu, the setup of excerpts is lost, and the images are all shown very big. Is there a way to fix this?

    – There’s a lot of space now between the excerpts, is there a way to diminish the whitespace between the excerpts?

    – Can the top of the image on the left of the excerpts come at the same height of the top of the titles, so it looks in harmony?

    Regards,

    Klaas

    #61793
    Sakin
    Keymaster

    @Klaas:
    1. In Free version there is no option to remove Content Featured Image. If you add in Featured image, it will show in both places. But if you upgrade to Pro version then you will be able to disable it from “Appearance => Theme Options => Content Featured Image Options”

    2. http://www.exercisestrong.com/ is your homepage. But why did you add another page as Home with url http://www.exercisestrong.com/homepage/. This is in your menu. So, just edit that menu from “Appearance => Menus” and remove that conflicting home and add original home page. See this screenshot https://www.pinterest.com/pin/548594798331207092/ which shows how to add home in your custom menu.

    3. You can adjust the margin and padding bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .hentry {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    4. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .featured-image {
        margin-top: 10px;
    }
    #61847
    Klaas
    Member

    Hi Sakin,

    Thanks so much! If I upgrade to the Pro version and install it, how do I keep my content and custom css from the free theme? Do I have to save all content and add it manually in the Pro theme.?…

    Regards,

    Klaas

    #61949
    Sakin
    Keymaster

    @Klaas: All your content and Custom css from theme options panel will be safely migrated. As we are just changing theme and not the site or WordPress. You can check this screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/ which shows the upgrading process.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘home page excerpts’ is closed to new replies.