Author's links

Posted in: Newspaper
Post count: 109

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!

Post count: 35449

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!

Post count: 109

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!

Post count: 35449

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!

Post count: 109

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?

Post count: 35449

Hi, yes on that line of code you need to add target=”_blank” and should work, just make sure that you clear all cache.
Thank you!

Post count: 109

Please, take a look: https://nimb.ws/yYreQF

Still not working…

Thanks!

Post count: 35449

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!

Post count: 109

Thanks!

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