Elegance template date and author not appearing on mobile artic

klmartin
12 years, 2 months ago
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
dryabov
12 years, 2 months ago
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).
Dhanishta
12 years, 2 months ago
For this,you must to turn on show author also to showing date.
klmartin
12 years, 2 months ago
thanks - this worked like a charm!

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.