Show date on block 21

Posted in: Newspaper
Post count: 37

Hi, I set in them panel (SHOW DATE
Enable or disable the post date (on blocks and modules)) – ON. But on block 21 date not showed (https://i.imgur.com/LJiaU1K.png). I replace my current template (version: 8.8.1) width last version: 8.8.2 and date showed, but site broken. In panel I update tagDiv Composer, site fixed, but date again disappeared )))

in includes/modules/td_module_16.php in https://i.imgur.com/LrPzP0J.png I add date, but when click – https://i.imgur.com/VBemgWq.png my custom date disappeared
Please help correctly correct

Post count: 22421

Hello,

Module 16 already have a date implemented: https://www.screencast.com/t/4eg4TvXQ
It uses get_date not get_the_date
Please revert the date to it’s default value for proper functionality. We have not tested using get_the_date so we cannot offer any solution or the block pagination if you change the theme code.

Thank you!

Post count: 37

ok, then how I can show date – https://i.imgur.com/Z3TbnvU.png

Post count: 37

I back original file and in panel setting – it’s active – https://i.imgur.com/uiHGRB1.png but date not showed

  • This reply was modified 8 years by Filandor.
Post count: 20688

Hi,

Please provide a link to the page with the problem. Leave the module file as it was by default, with no modifications. Remove modifications made to the file directly or by a child theme.

There is no need for code modifications to make a module display the post publish date.

Thanks

Post count: 37

https://koblevo.tk no modification, clear last themplate

Post count: 23312

Hi,

I have inspected your website source and I saw that your date is hidden. Did you have checked your Theme panel settings?

Try the code below ->

.td-business.home .td-business-home-row .td_module_wrap .td-post-date{
display: block;
}

Thanks.

Post count: 37

Omg, it’s from demo ((

Please show me how you finde? (I have inspected your website source and I saw that your date is hidden.)

Post count: 37

.td-business.home .td-business-home-row .td_module_wrap .td-post-date{
display: block;
}

work, thanks

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.