cu team
asked 8 years ago

Hi there, our product key is: a199935f-deb7-4f1e-bc90-5a9897fafc8b
We have a problem with Opening a link in a new tab. We already have tried “Open link in a new window” from WP Visual editor, and target_blank from the WP text editor, but have no succeed.
You can see an example here: http://cybermentors.org.uk/question/lucrosa-software-by-john-lucrosa-scam-review/
 
I mean the last txt link “here” in the answer.
 
Manu thanks in advance,
CU team

3 Answers
Kevin
answered 8 years ago

Hi,

Thank you for contacting DesignWall! My name is Kevin and I am happy to be of assistance in this matter.

Please provide me username and password PRIVATELY and I will fix it for you.

Warm Regards,
Kevin.

cu team
answered 8 years ago

Hi, Kevin!
Thank you very much for your prompt respond.
Unfortunately, at the moment we are not allowed to provide you the credentials for our website.
Best regards,
CU team

Kevin
answered 8 years ago

Hi CU Team,

Please add the code below to wp-content/themes/your-theme-folder/functions.php

add_filter( 'dwqa_filter_kses', 'dwqa_theme_filter_kses' );
function dwqa_theme_filter_kses( $filter ) {
    $filter['a']['target'] = true;
    return $filter;
}

Warm Regards,
Kevin.

Do An Duy
replied 7 years ago

I had the same issue and this solution solved it for me. Thank you very much Kevin.

Powered by DW Question & Answer Pro