Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • in reply to: Post Thumbnails #22939
    rocmandesign
    Member
    Post count: 12

    It worked, thank you!

    in reply to: Post Thumbnails #22686
    rocmandesign
    Member
    Post count: 12

    This is the post with the assigned thumbnail. It appears in the search results and category page. I don’t want thumbnails to show in any pages (single post, blog, category or archive) because the image is redundant. To confirm, the “thumbnail” image is what will show in “Related Articles” and “Swift Framework Recent Posts” widget?

    in reply to: No Excerpt Pages #21319
    rocmandesign
    Member
    Post count: 12

    In Post > Main Detail Options > Include author info & Include related articles. Do you have code to exclude those Author & Related options? Otherwise I have to go into 500+ posts and uncheck all the boxes individually.

    in reply to: No Excerpt Pages #21303
    rocmandesign
    Member
    Post count: 12

    Worked, thanks!

    in reply to: No Excerpt Pages #21274
    rocmandesign
    Member
    Post count: 12

    Thanks so much Laranz, really appreciate it! One more: how do I hide the Welcome message in the Header area?

    in reply to: No Excerpt Pages #21104
    rocmandesign
    Member
    Post count: 12
    This reply has been marked as private.
    in reply to: No Excerpt Pages #20996
    rocmandesign
    Member
    Post count: 12

    Hi Melanie,
    I appreciate Laranz’ and your help, but displaying full posts isn’t a customization issue. It’s a vulnerability that I’ve discovered in your theme. Full posts are the most basic way to display a blog page. I was shocked to find it not offered in Theme Options > Archive/Category Options > Full Posts. This blog has 544 posts that I would manually need to assign featured images to. Furthermore, your default display types would duplicate the featured image, 1) pinning it to the top and 2) in the body below! Please continue to help accommodate my request for a full post page. If not, I’ll be forced to flag your theme to the Envato support team.

    Thanks,
    Craig

    in reply to: No Excerpt Pages #20886
    rocmandesign
    Member
    Post count: 12

    The same snippet of code below doesn’t exist in “sf-post-formats-3.6.php”, please advise?

    if ($content_output == “excerpt”) {
    if ($custom_excerpt != ”) {
    $post_excerpt = custom_excerpt($custom_excerpt, $excerpt_length);
    } else {
    if ($post_format == “quote”) {
    $post_excerpt = get_the_content_with_formatting();
    } else {
    $post_excerpt = excerpt($excerpt_length);
    }
    }
    } else {
    $post_excerpt = get_the_content_with_formatting();
    }

    in reply to: No Excerpt Pages #20618
    rocmandesign
    Member
    Post count: 12

    I replaced the code, but nothing appeared to change. Still post excerpts throughout the site.

    in reply to: No Excerpt Pages #20562
    rocmandesign
    Member
    Post count: 12

    Yes, I’d like to display full posts on the blog page, category page, archive page, etc. (every page where posts exist).

    in reply to: No Excerpt Pages #20418
    rocmandesign
    Member
    Post count: 12

    Hi Laranz,
    I added it to Theme Options > Custom CSS. All the requested pages are still formatted as excerpts, not full posts.

    Please advise,
    Craig

Viewing 11 posts - 1 through 11 (of 11 total)