• Resolved jenna_butler

    (@jenna_butler)


    I’m setting up a new website (just installed and set up WordPress yesterday) using the Kavana theme.

    I might be missing something, but is there any way to customize the “No Content” text in the “Post Block” block? ie if there are no posts that match a search, or if there aren’t any posts in a category yet. See link for an example.

    There are a ton of options to customize read more text, categories, etc in the Editor but I don’t see anywhere that I can change this text.

    It is really driving me nuts, this is one of the last things I need to fix ?? Great theme!!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yoga

    (@yogajegstudio)

    Hi @jenna_butler

    It seems there is a missing option for this.
    We will fix this in the next update.
    If you urgently need to fix this, there are two options you can do ;

    1. Hide the text using custom CSS, go to Dashboard->Appearance->Customize->Additional CSS, and add this CSS code below :

    .guten-post-block .guten-empty {
        display: none;
    }

    OR

    2. If you are comfortable with editing codes, open this file using any code editor or notepad : gutenverse/block/post-block/block.json

    Search for "No Content" (with the double quotes) and either replace it with empty string like this "" or with your own text like "Post not found"


    Let me know if you have any issues doing any of the options above.

    Thank you for reporting this issue.

    Thread Starter jenna_butler

    (@jenna_butler)

    Thanks for the quick reply and for adding this to the update changes, that would be great!

    I’m going to use the display: none so I don’t have to edit the .json file, that works perfectly to hide it for now.

    Pradnya

    (@pradnyajegstudio)

    Hi @jenna_butler

    Great to hear that we were able to assist you in resolving the issue. Please feel free to reach out if you have any further questions. We’re always happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit “no content” text on search results page’ is closed to new replies.