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
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.
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
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.
I had the same issue and this solution solved it for me. Thank you very much Kevin.
Please login or Register to submit your answer