Articles - Author is constantly visible?
25 April, 2016
- GK User
- Wed May 11, 2016 2:08 pm
My settings are
Global Configuration - Articles - Show Author - Hide
Articles: Edit - Options- Show Author - Use Global
Yet there are other settings that I had forgotten or do not know?
Thank you
Global Configuration - Articles - Show Author - Hide
Articles: Edit - Options- Show Author - Use Global
Yet there are other settings that I had forgotten or do not know?
Thank you

-
- Fresh Boarder
- teitbite
- Thu May 12, 2016 9:01 am
Hi
Is it in regular joomla articles or K2 items ? Which author infor You have in mind (there are 2) ?
Is it in regular joomla articles or K2 items ? Which author infor You have in mind (there are 2) ?
-
- Moderator
- GK User
- Sun May 15, 2016 10:07 am
Sorry for my late reply.
I'm building a new site. I'm logged in with my account, with my name, with super user rights in Joomla.
I use only regular Joomla articles, not K2.
Under each article left appears "By ..." followed with my full name from my Joomla account.
I have turned it off, as I write above, see also https://docs.joomla.org/Removing_author ... an_article
Interestingly, responding, for example, the field "creations date" properly, it can be turned on and off.
That there may be two authors is me unfortunately unknown, have also researched shortly.
Thank you for your patience with me
.
I'm building a new site. I'm logged in with my account, with my name, with super user rights in Joomla.
I use only regular Joomla articles, not K2.
Under each article left appears "By ..." followed with my full name from my Joomla account.
I have turned it off, as I write above, see also https://docs.joomla.org/Removing_author ... an_article
Interestingly, responding, for example, the field "creations date" properly, it can be turned on and off.
That there may be two authors is me unfortunately unknown, have also researched shortly.
Thank you for your patience with me

-
- Fresh Boarder
- teitbite
- Mon May 16, 2016 1:53 pm
Hi
Not 2 authors, but author information display in 2 places. The bottom one with "by" before it can be removed adding this code to override.css
Not 2 authors, but author information display in 2 places. The bottom one with "by" before it can be removed adding this code to override.css
- Code: Select all
.itemAuthor {
display: none;
}
-
- Moderator
- GK User
- Tue May 17, 2016 10:32 am
Done, works (of course
), thank you!
But if I will have a blog on my site, have I any chance to let to show the names of authors?
I think, overide acts globaly over the whole site.

But if I will have a blog on my site, have I any chance to let to show the names of authors?
I think, overide acts globaly over the whole site.
-
- Fresh Boarder
- teitbite
- Fri May 20, 2016 1:38 pm
Hi
You can always specify some pages to use a different code. For example with above working globally, You can add a page class suffix to blog page ( https://www.gavick.com/documentation/jo ... omla-pages ) and use a code like this:
You can always specify some pages to use a different code. For example with above working globally, You can add a page class suffix to blog page ( https://www.gavick.com/documentation/jo ... omla-pages ) and use a code like this:
- Code: Select all
.blog_page_class_suffix .itemAuthor {
display: block;
}
-
- Moderator
- GK User
- Fri May 27, 2016 2:24 pm
Thank you 

-
- Fresh Boarder
- teitbite
- Mon May 30, 2016 10:19 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
8 posts
• Page 1 of 1