Hi! Need help configuring the author’s web site link to open on a new tab. It’s properly set in the Cloud Template (https://nimb.ws/0LxnWO), but not working on author’s box in posts.
Thanks!
Hi,
I just checked this on my install and for me the option is working -> https://i.imgur.com/87QN29a.png -> https://i.imgur.com/XilynVi.png try to add the http to the link and make sure that you clear all cache and you do not have any plugins taht are interfering with the theme settings.
Thank you!
Hi, Calin!
It works if you click the link when in the author’s page, but not in the author box in the end of the posts. Please check it out:
https://cangurunews.com.br/author/demetrio-weber/
https://cangurunews.com.br/habilidades-emocionais-daniel-goleman/
Thanks!
Hi turma99, that is because on posts you are using a standard post style, and this can not be edited using tagDiv Composer, only if you make changes in theme files.
Now you have tow options, you start to use a single post template from tagDiv Composer, this is recommended.
Or you can edit the theme files wp-content\plugins\td-composer\legacy\common\wp_booster\td_module_single_base.php -> https://i.imgur.com/HE07ZlE.png
Hope this will help you!
So I edit this line:
$buffy .= ‘‘ . get_the_author_meta(‘display_name’, $author_id) . ‘‘ ;
and replace for:
$buffy .= ‘‘ . get_the_author_meta(‘display_name’, $author_id) . ‘‘ ;
right?
Hi, sorry, is not working because I provided a wrong screen, the code need to be add in wp-content\plugins\td-composer\legacy\common\wp_booster\td_module_single_base.php but on line 1086 the line with ‘<div class=”td-author-url”> not on line 1082, sorry! -> https://i.imgur.com/vpVxc98.png
Thank you!