Hi,
We want to remove links to the author page in the author box from the gravatar and the name.
URL: https://www.techuntold.com/translate-documents-google-docs/
Thanks.
Hi,
You can check this files -> ../Newspaper/includes/wp_booster/td_module_single_base.php
-> https://www.screencast.com/t/tEkb5ifa1
Thank you!
I CANNOt find this file in the latest version of Newspaper theme – 9.7.3
The same issue I am facing these two threads:
https://forum.tagdiv.com/topic/page-number-not-coming-in-page-title/
https://forum.tagdiv.com/topic/last-updated-date-not-reflecting-in-archive-pages/
PLEASE reply it is urgent
Hi Calin!
How can i remove the link from the Author box?
The way you described here is not working for me
Hi,
If you are referring to the single post author box, for these the files need to be change are in wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php and tdb_single_author.php if you are referring to this element -> https://i.imgur.com/nCDtVe4.png the file is wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_author.php
Hope this will help you!
Thank you!
Hi Calin,
how can i remove the link to the author profile from the avatar? What do i have to delete in the codes? I tried, but didnt find the code to remove.
Hi heizungshelden,
Please notice that these changes in theme files will be overwrite when you’ll update the theme. If you only want to remove the link from the author profile, please provide me a link to it and I will provide a css that will do the work.
Thank you for your understanding!
Ok great. For example here: https://heizungshelden.com/warum-ist-eine-holzheizung-co2-neutral/
The Photo is linked to the profile.
Hi,
As I can see now the link from the author box is link to homepage not to author page how it should be -> https://i.imgur.com/wWTnuL4.png, maybe the author archives are disabled in the Yoast plugin, if they are author links will be redirected to the homepage. Check if that is the case – http://prntscr.com/mbwwuk
How ever if you still want to remove the clickable from the image you ca use this custom css -> https://i.imgur.com/JHWFv4a.png
.author-box-wrap a{
pointer-events: none;
text-decoration: none;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!