By Daniel on Monday, 04 July 2016
Posted in General Issues
Replies 3
Likes 0
Views 311
Votes 0
Hi, the Authors box below an Article is ok, but how to disable bloggers Page?
I dont want, that visitors click are able to click on the authors Name.
Hi Daniel,
Can explain in more detail or perhaps provide a screenshot as to what exactly you are trying to disable?
I also have trouble accessing your backend. Perhaps you can recheck and update your backend credentials.
·
Tuesday, 05 July 2016 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
thank you,

under a Article there's the "Bloggers Informations" and you can click on the Authors Profil. (name)
i dont want, that users are able to access the Authors Profil and recent Authors Article Site.
The just shall see informations about authors below articles and done. No leaving Site etc.
·
Tuesday, 05 July 2016 15:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Daniel,
Unfortunately there is no setting that can be used to turn off the link in avatar or author name. However, you can still achieve this by doing a custom css override.
You can create a custom.css file here: JoomlaFolder\templates\yourCurrentTemplate\html\com_easyblog\styles\custom.css
Then apply the code below into that file:
div#fd.eb .eb-entry-author .eb-author-name.reset-heading a {
pointer-events: none !important;
}

div#fd.eb .eb-entry-author-bio .eb-entry-author-avatar {
pointer-events: none !important;
}

-if it doesn't work after applying the codes, temporarily disable the plugin jchoptimize
-clear cache from backend
-refresh your webpage
-enable back jchoptimize
-then check your articles again

After you have done all these steps, you author's avatar and name below the article shouldn't be linked to the blogger's page anymore.

FYI, this falls under customization and we normally do not accommodate such request as it is beyond our support scope's policy as outlined in http://stackideas.com/support

Having said that, if you require us to perform anymore customizations, you can always request for a quote from us at https://crm.stackideas.com and select "Customizations". Our sales person would be glad to send you a quote for the customization that you have requested.
·
Tuesday, 05 July 2016 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post