• Resolved michiko3343

    (@michiko3343)


    Hi, thanks for the awesome plugin πŸ™‚

    On my cookie bar, when I click on ‘Read More’ it just refreshes the homepage. I checked the FAQs and found this code recommended:

    ——————-

    /**
    * Filter Cookie banner settings
    * @param array $output
    * @return array $output
    */
    function cmplz_edit_cookie_settings($output){
    $output[‘readmore_url’] = ‘my-cookie-policy-url’;
    return $output;
    }
    add_filter(‘cmplz_cookie_settings’, ‘cmplz_edit_cookie_settings’);

    ————————–

    I tried this and replaced my-cookie-policy-url but it’s still not going to that page.

    Would you be able to offer any advice? Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @michiko3343,

    Since 3.2 there’s a bug in the readmore link in the banner for the UK, which is fixed in the development version. This is currently the test phase, and will be released tomorrow.

    The easiest fix is to wait for the update tomorrow, if you’re in a hurry I can provide you with a beta of tomorrow’s release.

    Plugin Contributor Aert Hulsebos

    (@aahulsebos)

    Hi @michiko3343,

    We are ending testing right now and will update in the next 24 hours.

    FYI!

    regards Aert

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read More code not working’ is closed to new replies.