Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Thulag,

    To my knowledge you’re the only one who has reported the issue. Do you have a link to the page you’re trying to display the timeline on?

    Thanks,
    Evan

    I ran into this today as well – it seems to happen when you have no title configured in the admin. Once you add a title the element gets rendered properly.

    Plugin Author Evan Herman

    (@eherman24)

    Thank you for reporting this JayDizzle. I will have a look into the issue now, and push out a patch to resolve the issue.

    You may want to head into the settings page and re-save the settings to test if that helps resolve things.

    I will report back here with some findings shortly.

    Evan

    Additional info:

    class.timeline-express.php / line 1049:

    <<?php echo $title_wrap; ?> class="cd-timeline-title"><?php if ( $this->timeline_express_optionVal['timeline-title'] != '' ) { echo apply_filters( 'the_title' , $this->timeline_express_optionVal['timeline-title'] ); } ?></<?php echo $title_wrap; ?>>

    The title_wrap variable is empty when no title is set in the backend.

    Thread Starter thulag

    (@thulag)

    yes, Dizzle’s correct. I filled in the title and all other places that needed filling in Settings and I noticed it disappeard. cheers mate

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘this code shows up’ is closed to new replies.