display excerpt in messages page

Home Forums Shudh theme support display excerpt in messages page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #122744
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Hello,

    Using Shudh. In overview of messages it display the begin of the message. But is it possible to display there only the excerpt? I tryed to fill in the excerpt field in some of the messages, but still the first part of the message is still displayed.

    the page is http://www.bemiddelaars.vlaanderen/opleidingen-en-workshops/

    Thank you, Wilfried

    #122745
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31028
    • Total: 31028
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .innerpage_wrapper section p {
        height: auto !important;
        overflow: visible !important;
    }

    Regards,
    Dave

    #122748
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    No, it still display the first nn words of the messagen, not the excerp.

    #122774
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31028
    • Total: 31028
    Member since: August 16, 2013

    Hi,

    Issue resolved. Kindly check and confirm.

    Regards,
    Dave

    #122779
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you Dave, it is resolved. What was the change?
    Kind regards, Wilfried

    #122800
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31028
    • Total: 31028
    Member since: August 16, 2013

    Hi,

    We have added the excerpt code in content.php

    Regards,
    Dave

    #122801
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you.

    #122804
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31028
    • Total: 31028
    Member since: August 16, 2013

    🙂

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