Viewing 1 replies (of 1 total)
  • You must go to widget setting and editing code in
    uk-cookie-consent/uk-cookie-consent.php

    Find this text:
    $content = sprintf( '<div id="catapult-cookie-bar">%s<button id="catapultCookie" tabindex=1 onclick="catapultAcceptCookies();">%s</button><a tabindex=1 href="%s">%s</a></div>', htmlspecialchars( $current_text ), htmlspecialchars( $accept_text ), home_url( $link_text ), htmlspecialchars( $more_text ) );

    and change code:
    <a tabindex=1 href="%s">%s</a>
    to:
    <a tabindex=1 href="https://your_site">more info</a>

Viewing 1 replies (of 1 total)
  • The topic ‘'Info page permalink' settings should also be able to point to outside domain’ is closed to new replies.