Topic-icon Article Author Name Missing

Active Subscriptions:

None
9 years 8 months ago #46392 by wesleyderbyshire
It seems that after I installed FBC 6.1.2 the article Author Name disappeard. The content article shows "Written by:" but no name... although the names are selecting in the article. Would FB Connect update have somehow broken this Joomla feature? Also, I used to have Like buttons, but they have vanished too. I am not sure when they vanished, but they are not there now. Any thoughts?

Here is a sample page:
www.mediaversal.com/review/37-neo-prog/1...tant-satellites.html
The topic has been locked.
Support Specialist
9 years 8 months ago #46393 by alzander
The written by line is being hidden by the following CSS code:
.parent-category-name span, .category-name span, .create span, .modified span, .published span, .createdby span, .hits span {
display: none;
}
The ".createdby span" is what surrounds the name of the author. Your CSS is compressed, combined, and minified, so I can't tell you what specific file is adding that to your CSS... it's not JFBConnect though.

As for the social sharing buttons, check the following:
* The JFBCContent (content) plugin is enabled
* The social buttons are enabled in the JFBConnect -> Social configuration area.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago - 9 years 7 months ago #46942 by chaath
Replied by chaath on topic Article Author Name Missing
Hello Wesley, how did you solve this issue? I recently got this issue on a site and not sure what caused it.
Last edit: 9 years 7 months ago by chaath.
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago #46946 by wesleyderbyshire
I use Rocket Theme templates, which use Gantry and they provided the following code to include in the rt_name-custom.css file.
/* Gantry Fix for author tag */
.createdby span {display:inherit; display: initial;}

Hope this helps.
The topic has been locked.