Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #505290

    I found probably similiar topic.

    https://kriesi.at/support/topic/enfold-3-1-blog-entry-on-the-frontpage-appers-as-read-more-instead-of-full/

    I have a custom home page and want to display the whole content of a post. I edit posts with the standard editor (not advanced layout builder). Why it displays only excerpt?

    #505577

    Hi iheartwine!

    In the blog shortcode settings set it to display full content instead of excerpt.

    If your using the default editor for your post. then it should display the full post content.

    Best regards,
    Elliott

    • This reply was modified 8 years, 7 months ago by Elliott.
    #505635

    Hello Elliott, thank you for your answer. Speaking of blog shortcode setting you mean this?

    It is set to display full content, but on the frontend it shows only excerpt (i have “read more” tag in the post).

    • This reply was modified 8 years, 7 months ago by iheartwine.
    #505694

    Hey!

    Do you have your homepage set to display your blog page in Dashboard > Enfold > Theme Options? If so then set it to a different page and use the blog shortcode on that page. Also make sure that your not using any static pages in Dashboard > Settings > Reading.

    Otherwise send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    #505710

    I give up :/ Would be gratefull if you could take a look

    #505874

    Hi!

    I was able to login to the dashboard but the user doesn’t have access to the theme options. Please set the user as admin.

    Regards,
    Ismael

    #505906

    I’m sorry, I was pretty sure I gave you admin rights. now should be ok.

    #506202

    Hey!

    Looks like you use the “more” tag in the posts. Unfortunately, the tag will override the Blog Content length option. You can remove the more tag in the posts then use the Excerpt box instead.

    Cheers!
    Ismael

    #506629

    Yes, because Excerpt box doesn’t work. When I go into a category posts list, despite I have a content in excerpt box + checked the option in Reading to display Summary, it shows the whole content.

    #506835

    Hey!

    Try to remove the more tag then edit includes > loop-index.php. Look for this code on line 200:

    echo $content;
    

    ..replace it with:

    if(!is_archive()) {
                	echo $content;
    			} else {
    				the_excerpt();
    			}

    It should render the excerpt on archive pages. We removed one of the posts more tag:

    http://palade.pl/wp-admin/post.php?post=537&action=edit

    Try the modification above then check the links.

    http://palade.pl/kategoria/publicystyka/
    http://palade.pl/

    Cheers!
    Ismael

    #613689

    Hi i have similar problem with the latest wp and latest enfold …. what i can do to fix it ?

    #615294

    Hi @jikey,

    Did you try following the suggestions in the thread? If you can’t get it working then please open a new thread and provide us with more information of the problem you are having.

    Thanks,
    Rikard

    #760453

    Hi All,

    I’m having some overall difficulty with the blog. I have read through some of the other threads and tried fixing this myself the best I could. After following all the recommendations I could do and trying every combination of settings for both the theme options and using the advanced layout editor to edit blog settings, I’m throwing in the towel.

    What I’m trying to do is display the blog at the bottom of the homepage so that it shows the full content of each post.

    Any help you can provide would be most appreciated and thank you in advance for your time!

    Stanton

    #762078

    Hi s7an7onc,

    Have you tried following the suggestions in the thread?
    Can you provide temporary admin access to your site, so that we can have a look?

    Best regards,
    Victoria

    #762738

    Hi Victoria,
    Yes I’ve tried the above suggestions and everything that I know how to do except for altering or editing the php or other code. Thank you for checking it out and for your help!
    Stanton

    #764648

    Hi,

    The posts are created with the advance layout builder so the blog overview page won’t be able to retrieve the content of the posts. You need to define an excerpt manually if you want something to display in the blog overview page or switch to the default editor.

    For more inquiries, please create a new thread. Thank you!

    Best regards,
    Ismael

    #1203826

    I’m having the opposite problem. I only want to show an excerpt on my blog feed and it’s showing the whole thing. Only happened since updating my theme. Please help :)

    #1203997

    Hi sproutstudio,

    https://share.getcloudapp.com/p9u7EN9K You can go to Settings > Reading and change the setting there.

    Best regards,
    Victoria

    #1204123

    I have Summary checked and it doesn’t make a difference.

    #1204125

    Does Enfold require you to insert the “Read More” break when adding blog posts? I thought that it made the break automatically?

    #1204645

    Hi sproutstudio,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    The read more tag doesn’t work in the Layout Builder unfortunately.

    Best regards,
    Rikard

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.