Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #495079

    I am having trouble showing full blog post content. I have set the blog content length to “full content”, but it cuts it to an excerpt and doesn’t show image unless “read more” is clicked.

    Thank you!

    #495189

    Hi ckwellington!

    Just to confirm, are you using the latest version of Enfold? Also have you disabled all of your plugins to see if there is a conflict?

    Best regards,
    Dake

    #495363

    Yes, I am using the latest version of Enfold and have disabled the plugins. It’s still the same. Did you look at the page?

    #495397

    Hey!

    I did take a look at the page.

    This last step should confirm if it is in fact a theme conflict.

    Please try activating the default twenty fifteen theme to see if the full text will appear.

    If the full text does appear, may we have temporary access to your website to take a closer look?
    Best regards,
    Dake

    #500402

    I am having the same problem, no matter what blog content length i choose the blog content length is the same.

    #500419

    Hey!

    You can add following code to Functions.php file in Appearance > Editor to change excerpt length

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 100;
       return $length;
    }

    Cheers!
    Yigit

    #501081

    Doesnt seem to make af difference it still only shows a summery not the full content.

    #501277

    Didn’t make a difference to our site either. We added to code to child theme functions.

    #501280

    Mine neither. Also tried to use the Advanced layout Editor on the Blog page to change the layout and set the Blog Posts element to Excerpt with Read link. Nothing happens. Seems like a lot of people are having various issues with the Blog section of this theme. It needs more work.
    Hacking a loop-index.php file just to remove the horrible meta data formatting, that sucks.

    #501281

    Isn’t there a better way to format the Blog section without editing that horrible index-loop file in a child theme?

    #501317

    Also tried turning off all the meta data links in the Theme Options > Blog Layout, but they still show up. Finally I just hacked the index-loop.

    #501318

    Finally had to go with the Grid layout, couldn’t stand it. Not every post has a picture you know? Where do I turn off the date, and Comments meta for the Grid layout. Half Baked Blog.

    #501320

    When I style a page with the ALB, especially if it’s the Posts Page why won’t it adopt the page layout?

    #501326

    Hey!

    We can not assist or debug, if we can not see it.
    Please feel free to request assistance but leave a page up for us, so we can check!
    Even if – it is password protected.

    Best regards,
    Basilis

    #501533

    Would you please look at my blog page? I would like it to show the full content and I have chosen that option but I get either a summery or nothing.

    #502200

    Hi @ditteditte,

    I’m guessing you have used the Advanced Layout Builder to create that post? If so, you need to add the excerpt manually or switch to the default editor and save the post again.

    Best regards,
    Rikard

    #503757

    Yes. I re-created it without layout builder and it looks fine. Thank you!

    God bless,
    Kelly

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Blog content length will not show full blog post’ is closed to new replies.