how do we show date in block 25, 12 & 7

Posted in: Newspaper
Post count: 8

so as my titles says how do we show date in block 25, 12 & 7 ?
i have done every possible way to do this but cant find any option to enable this. please help.

Post count: 20688

Hi,

If you mean the date displayed on blocks/modules, this can be enabled or disabled in the theme panel like this – https://www.screencast.com/t/nbDf5RGVm4yr

Thanks

Post count: 8

show date option is already enabled but still block 25,12 and 7 do not shows date.

Post count: 20688

Hi,

It would be helpful if you could provide a link to your website, so we can inspect it and see this problem. Maybe you have some custom code added in Theme panel, or there have been some modifications to the modules used by these blocks. There is now way of telling for sure without inspecting this problem first hand. I have tested this and the date displays properly on these respective blocks. Another possible cause could be that a plugin in interfering with the theme functionality, try disabling all the plugins except Visual composer, clear the cache and check again.

Thanks

Post count: 8

hey,

no i dont have any custom code and i have already done every possible way to troubleshoot this.
url is escapearound.com

Post count: 20688

Hi,

I see that you have a demo installed. That particular demo has no meta for the modules by default. This can be seen in the demo – https://demo.tagdiv.com/newspaper_what/ What you can do in order for the date to display, is to use this code – https://www.screencast.com/t/s5D6ly7zk then the date will be displayed.
Here is the code used, please enter it in Theme panel->Custom Css

.td-what
.td_module_wrap
.td-post-date {
display: block;
}

Thank you for understanding!

Post count: 8

that solved my issue, Thank you very much captain.

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