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: PHP Warning: filemtime() #17689
    nir levi
    Participant

    Found solution:

    Need change line 96:

    wp_enqueue_style( $this->plugin_name . ‘-main’, plugin_dir_url( __FILE__ ) . ‘css/poka-review-main.css’, array(), filemtime( plugin_dir_url( __FILE__ ) . ‘css/poka-review-main.css’ ), ‘all’ );

    To:

    wp_enqueue_style( $this->plugin_name . ‘-main’, plugin_dir_url( __FILE__ ) . ‘css/poka-review-main.css’, array(), filemtime( plugin_dir_path( __FILE__ ) . ‘css/poka-review-main.css’ ), ‘all’ );

    in reply to: Free Spins Promo Text #12942
    nir levi
    Participant

    Here is a link to what I mean

    02.28.2021-18.01.31

    in reply to: Affiliate links dont work #11872
    nir levi
    Participant

    Holy crap!
    ok thanks

Viewing 3 posts - 1 through 3 (of 3 total)