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

    Hi everyone,
    I have a problem with excerpt that has disappeared from my blog post grid. I hadn’t this problem before, this issue is appeared suddenly. Could you help me? I tried modifying the settings of the blog article and now are set as “title+excerpt+read more”. So its correct. And even on enfold – > blog layout is set “use advanced layout builder…”. I’ve tried many solutions but nothing is going to work. I’ve also put “excerpt” on the single post but nothing.
    Hope you can help me.
    Thanks a lot
    Guenda

    • This topic was modified 5 years, 8 months ago by guenda84gg.
    #1085804

    Hey Guenda,

    Thanks for the login details. I see that you have active caching on the site, did you try clearing that to see if that changes anything?

    Best regards,
    Rikard

    #1086143

    Yes, I did but nothing has changed. I need to see the excerpt. Do you have more advices? Do you see the in the page http://www.edizionikalos.com/news?
    Thanks a lot

    Guenda

    #1086802

    Hi Guenda,

    Can you please make a separate account for us, switch it to Enfold and have the Avia Layout builder debug enabled.

    Here is how to do it

    Best regards,
    Victoria

    #1088743

    how i have to do it? i can’t see anything on your post.

    #1089096

    Hi,

    Add this to your functions.php file:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Best regards,
    Rikard

    #1089122

    Hi, thanks for your answer.
    As you can see in the page “http://www.edizionikalos.com/news/” nothing has changed.
    How could I do?
    Thanks a lot
    Guendalina

    #1089927

    Hi Guendalina,

    Rikard asked you to enable debug to be able to diagnose the issue, it does not solve the issue. It does not seem to be enabled anymore. Did you disable it?

    Best regards,
    Victoria

    #1090056

    Hi Victoria,
    yes it is still enabled. I added that code on function.php
    Thanks
    Guendalina

    #1090297

    Hi Guendalina,

    Thanks for the update. I see that you are using the Layout Builder to create your posts, when doing that then you will need to add everything manually to the post and that includes the excerpt as well. Please select to show the excerpt field under Screen Options in the top right hand corner of the edit screen, then add the excerpt to the post and save.

    Best regards,
    Rikard

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