Image no longer visible in 'next Event'

Home Forums Calendar Products Events Calendar PRO Image no longer visible in 'next Event'

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28017
    Duncan
    Participant

    After a search I think I’ve found the solution here. https://theeventscalendar.com/support/forums/topic/next-event-widget-no-longer-showing-full-event-details/

    But!
    As I don’t like messing with things I can’t fix, I would rather be sure what it is I’m changing first. What is it I’m changing to the_content(); is it everything posted below??
    $content = apply_filters(‘the_content’, strip_shortcodes( $post->post_content ));
    $content = str_replace(‘]]>’, ‘]]>’, $content);
    echo wp_trim_words( $content, apply_filters( ‘excerpt_length’, 55 ), apply_filters(‘excerpt_more’, ‘ ‘ . ‘[…]’) );

    #28203
    Barry
    Member

    Hi Duncan,

    As I read it it is the other way around. Find the three lines (highlighted initially in Jonah’s post) and swap them out with:

    the_content();

    In other words, those three lines are removed and replaced with one.

    Does that help?

    #28218
    Duncan
    Participant

    Hi Barry, this has done the buisness!! 🙂

    Thanks!! 🙂

    #978184
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image no longer visible in 'next Event'’ is closed to new replies.