Hello - I'm using the elegance template and my published date and author are both not appearing on the article. I switched to the default template and the DO show up, but not on the elegance template. Can you help? Thanks, Kerri
They hidden using css to make mobile view more compact than desktop one. You can enable it by adding
div.parent-category-name, div.category-name, div.published, div.createdby, div.hits {
display: block;
}
to templates/mobile_elegance/css/custom.css (create this file if it doesn't exist).
div.parent-category-name, div.category-name, div.published, div.createdby, div.hits {
display: block;
}
to templates/mobile_elegance/css/custom.css (create this file if it doesn't exist).
For this,you must to turn on show author also to showing date.
thanks - this worked like a charm!