How to deactivate link on author image in SP Author and SP Author Box?

Posted in: Newspaper
Post count: 36

Hi,

I would like to disable that the author image is a link in the Single Post Author and Author Box element. How can I do that?

Thanks and best regards,
eC

Post count: 35449

Hi,
If I understand correctly you want the author image to no longer have the link to the author page, the link to remain only on the name.
For this you can try this custom css:
.tdb_single_author a.tdb-author-photo, .single .tdb-author-box .tdb-author-photo {
pointer-events: none;
}

Set this code in the theme panel > custom code> custom css.
Thank you!

Post count: 36

Hi Calin,

thanks, but how can I deactivate it also for Crawlers not just visually?

Thanks,
eC

Post count: 35449

Hello,
Unfortunately, for this there is no option, it can be done only from the theme files to remove the link, or it can be remove the author avatar -> https://i.imgur.com/ByFL6HS.png
Also, on the Single Post Author Box you can set a sel attribute on user url -> https://i.imgur.com/xghuQ13.png
Thank you!

Post count: 36

Hi Calin,

I would like to keep the author images/avatars but just disable the links to the author page completely. Is that possible?

Thanks,
eC

Post count: 35449

Unfortunately, there is no option for this, it can be done only with custom css like in above example.

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.