Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #408859

    Hello Enfold,
    I had support in the following topic:
    https://kriesi.at/support/topic/single-author-small-preview-pic-with-separators/
    https://kriesi.at/support/topic/blog-categories-display-the-full-post-instead-of-single-autor-small-preview-img/
    Everywhere I look the have the same exerpt, If I click the items I should be gettign the full posts
    In the theme I have the next Quick CSS.

    .single-post .single-small.with-slider .small-preview {
    width: 180px;
    height: auto;
    }

    .single-post .single-small.with-slider .small-preview img {
    height: auto;
    width: 100%;
    }

    .blog-meta, .blog-meta a, .blog-meta img {
    width: 220px !important;
    max-width: 220px !important;
    max-height: 150px;
    height: 150px;
    border-radius: 0px !important;
    }

    .blog article {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    }

    .blog .post_delimiter,.archive .post_delimiter {
    padding: 0;
    margin: 20px 0;
    }
    .archive article {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 50px;
    }

    .blog .post_author_timeline {
    display: none;
    }

    And in /enfold/includes/loop-index.php i have this line
    $blog_content = !empty($avia_config[‘blog_content’]) ? “excerpt” : “excerpt”;

    My guess would be the php line does something.

    Any thoughts?

    Thank you

    #409646

    Hey emilcobussen!

    Thank you for using Enfold.

    Can you please provide a link to the actual single post and blog page? Revert the modifications done on loop-index.php then try the solution provided here: https://kriesi.at/support/topic/blog-category-frontpage-view/#post-386022

    Regards,
    Ismael

    #409744
    This reply has been marked as private.
    #410777

    Hey!

    Try adding this code to the Quick CSS:

    .single .blog-meta {
        display: none;
    }

    Cheers! 
    Josue

    #410915

    Hey Josue,
    This fixed the single blogpost view! Thank you.
    The main blogpage is also fixed. So this can be closed

    thank you!

    #410917
    This reply has been marked as private.
    #410918
    This reply has been marked as private.
    #411378

    Hi!

    Thumbnails are showing on those links you posted.

    Best regards,
    Josue

    #412020

    Yes that is correct, but on the main page the full blogposts are showing instead of thumbnail and excerpt
    best regards

    #412150

    I solved it by using a categories page as main blogpost page. Its fine like this. thanks

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘No full blogpost anymore’ is closed to new replies.