Tagged: blank, privacy policy, target
Hi,
Recently you added the option to add a privacy policy checkbox on the enfold contactform. However when someone clicks the privacy policy link, it opens in the same window, causing for the filled in info to vanish. Is it possible to add a target="_blank"
to this privacy policy link?
Thanks
Hey wzshop,
This maybe possible via a bit of JavaScript. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Sorry no site available.
Hi wzshop,
You will need to edit this core file in the Enfold Theme: enfold > includes > helper-privacy.php (line 172):
$link = "<a href='{$url}'>{$content}</a>";
replace it with:
$link = "<a href='{$url}' target='_blank'>{$content}</a>";
Hope it helps.
Best regards,
Nikko
Yes thanks, would be nice if this would be implemented as an option in the enfold theme.
Thanks
Hi,
I’m glad Nikko was able to help you with this. If you need additional help, please let us know here in the folders. Also, for additional features requests please add it to the request queue https://kriesi.at/support/enfold-feature-requests/
Best regards,
Jordan Shannon