Listing creating date not showing in Rebuilding Booking Template

Hi, I’m having a small issue when rebuilding the booking template. I rebuilt everything; however, the section that says “Booked on [Date] by [Name]” doesn’t show even though it’s present in the HTML code. I’ve tried it by adding the “Details” block which is what the default template uses and by seperating it and adding the “Date Confirmed” block. Both of them say there should be text in the HTML but nothing’s appearing. Any clues why this might be the case?

Hi,

Thanks for reporting this. The bug is confirmed, and we’ll fix it as soon as possible. As a temporary fix, please use this CSS snippet:

.hp-listing__created-date {
	display: block !important;
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.