Please Log in or Create an account to join the conversation.
Edze wrote: Hi guys,
I am using Joomla 3.3.6 and CB 2.0.2, website www.bc-dommel18.nl/cb .
Following Nick's video tutorials I activated the Joomla plugin Content- Community Builder Author.
Now, when I click on main menu item Content - Nieuws, I see the article intro text with the author name displayed.
Clicking on the Read More button brings me to the full article, but here the author name has disappeared.
What is left, is the: Written by
What causes this disappearance of the author name?
Kind regards,
Edze
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Edze wrote: I have found a workaround for this problem with the latest Rockettheme templates, which use the Gantry frame.
Source: Rockettheme forum
Write a CSS file with the following code:
.createdby span {
display:inline;
}
The file gets the name [template-name]-custom.css
This file needs to go here, for example when using the Rockettheme Chimera template:
/templates/rt_chimera/rt_chimera-custom.css
Kind regards,
Edze
Please Log in or Create an account to join the conversation.