Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1027359

    Hello everyone
    My question

    If I look for something with the magnifying glass then I receive the following reply:

    This is a Page excerpt. It will be displayed for search results

    How can i solve this.
    Thank you very much
    Kind regards Franz

    #1027683

    Hey schweg33,

    Please provide a link to the page the issue is occurring on so we can see what is going on.

    Best regards,
    Jordan Shannon

    #1027725
    This reply has been marked as private.
    #1027914
    This reply has been marked as private.
    #1028360

    Hi,
    Sorry for the late reply, this text is in your manual excerpts, to edit this please open your screen options at the top of your editor, then check the excerpt box.
    Then go to the bottom of your page and you will see the manual excerpt which you can edit or remove.
    2018-10-30-224049

    Best regards,
    Mike

    #1028420
    This reply has been marked as private.
    #1028459

    Hi,
    When you use the standard WordPress editor, your excerpts and search results are made from the content:
    2018-10-31-064752
    When you use the advanced layout builder, your excerpts and search results are made from the excerpt box:
    2018-10-31-065157

    This is because of the advanced content elements and blocks. Please see another screenshot in Private Content area.
    I hope this helps explain.

    Best regards,
    Mike

    #1028601
    This reply has been marked as private.
    #1028683

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #top .main_color {
        background-color: #9db8cc !important; 
    }
    #top .container_wrap_first .container:first-child {
        background-color: #f8f8f8 !important; 
    }

    Please adjust the color to suit. Please see the screenshot in Private Content area.

    Best regards,
    Mike

    #1028751
    This reply has been marked as private.
    #1028835

    Hi,
    To not show in mobile, please use this css instead:

    @media only screen and (min-width: 1120px) { 
    #top .main_color {
        background-color: #9db8cc !important; 
    }
    #top .container_wrap_first .container:first-child {
        background-color: #f8f8f8 !important; 
    }
    }

    Best regards,
    Mike

    #1028893

    Thank you
    Best regards
    Franz

    #1028978

    Hi,
    Glad we could help, thanks for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘This is a Page excerpt. It will be displayed for search results’ is closed to new replies.