Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #965953

    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

    #966020

    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

    #966103

    Hi,
    Sorry no site available.

    #966664

    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

    #966668

    Yes thanks, would be nice if this would be implemented as an option in the enfold theme.

    Thanks

    #966674

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.