How can we help?

If you are looking for support for our PokaTheme, this is the place!

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Disable link cloaking #12761
    Denno
    Participant

    Update: I just added the code into the file wp-content/plugins/poka-review/includes/poka-review-helpers.php and it works fine now.

    Again, thanks for your quick help! 🙂

    in reply to: Disable link cloaking #12758
    Denno
    Participant

    Hi Admin,

    Thanks for your quick help. 🙂

    I get the following error message, when adding that code to functions.php:

    “Cannot redeclare prp_get_affiliate_url() (previously declared in wp-content/plugins/poka-review/includes/poka-review-helpers.php:108)”

    And it won’t save the changes to functions.php.

    Do you know how this can be resolved?

    Thank you

    Denno
    Participant

    Hey,

    It’s not working for me (neither the link which leads to a 404, nor the code which I entered into my child theme functions.php.

    //enable guest comments
    function poka_child_init(){
    update_option( ‘comment_registration’, 0 );
    }
    add_action( ‘init’, ‘poka_child_init’ );
    //end enable guest comments

    The comment section is very important for me to be used by guests. I also tried another solution which was offered by a person in this support forum, but it also didn’t work 🙁

    Do you know why it doesn’t work for me? Or a work around?

    Thanks,
    Denno

    • This reply was modified 3 years, 3 months ago by Denno.
Viewing 3 posts - 1 through 3 (of 3 total)