Shape 5

Joomla Templates => Shenandoah - Club => : bhmuse December 31, 2014, 11:20:24 AM



: doesn't show Author of article
: bhmuse December 31, 2014, 11:20:24 AM
I think there's a contradiction between Joomla 3.3.6 and the current Shenandoah template:

Authors of articles are not shown in each article when Shenandoah is my website default template. But when I set another one as my default template, the name of article's author appears.

How to fix it?

link: http://allaboutscreenplay.com/screenplay/supplementary-studies.html (http://allaboutscreenplay.com/screenplay/supplementary-studies.html)

Thank you in advance for your help!


: Re: doesn't show Author of article
: mikek December 31, 2014, 03:20:20 PM
Hello,

Try adding the following to the bottom of template.css:

.article-info span {
display:block !important;
}


: Re: doesn't show Author of article
: bhmuse December 31, 2014, 11:51:09 PM
Thanks. It appeared, but there's a new problem: it appears one line below the "written by".

:: FIXED ::
I fixed the second problem by changing the code:

.article-info span {
display: inline-block !important;
}


: Re: doesn't show Author of article
: mikenicoll January 02, 2015, 06:56:05 PM
Glad you got it sorted!