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