-
AuthorPosts
-
August 28, 2015 at 7:51 pm #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!
August 29, 2015 at 6:53 am #495189Hi 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,
DakeAugust 29, 2015 at 6:52 pm #495363Yes, I am using the latest version of Enfold and have disabled the plugins. It’s still the same. Did you look at the page?
August 30, 2015 at 12:19 am #495397Hey!
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,
DakeSeptember 9, 2015 at 1:44 pm #500402I am having the same problem, no matter what blog content length i choose the blog content length is the same.
September 9, 2015 at 2:01 pm #500419Hey!
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!
YigitSeptember 10, 2015 at 3:25 pm #501081Doesnt seem to make af difference it still only shows a summery not the full content.
September 10, 2015 at 7:13 pm #501277Didn’t make a difference to our site either. We added to code to child theme functions.
September 10, 2015 at 7:22 pm #501280Mine 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.September 10, 2015 at 7:24 pm #501281Isn’t there a better way to format the Blog section without editing that horrible index-loop file in a child theme?
September 10, 2015 at 9:27 pm #501317Also 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.
September 10, 2015 at 9:32 pm #501318Finally 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.
September 10, 2015 at 9:39 pm #501320When I style a page with the ALB, especially if it’s the Posts Page why won’t it adopt the page layout?
September 10, 2015 at 10:10 pm #501326Hey!
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,
BasilisSeptember 11, 2015 at 11:22 am #501533Would 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.
September 13, 2015 at 7:12 am #502200Hi @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,
RikardSeptember 15, 2015 at 11:10 pm #503757Yes. I re-created it without layout builder and it looks fine. Thank you!
God bless,
Kelly -
AuthorPosts
- The topic ‘Blog content length will not show full blog post’ is closed to new replies.