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.
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