Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    Could you share the affiliate registration link with us? Some style files of our plugin may not be loaded.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter Phantom Digital

    (@rev4)

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    We have affiliated under the domain @ yithemes, and we will be waiting for your approval.

    Have a nice day!

    Thread Starter Phantom Digital

    (@rev4)

    I have approved

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    thank you for your patience.

    Apparently, our plugin style file is not loading on your site. To fix this, try adding the following code to your active child theme’s functions.php file:

    if ( ! function_exists( 'yith_wcaf_reenqueue_style' ) ) {
        function yith_wcaf_reenqueue_style() {
            wp_enqueue_style( 'yith-wcaf' );
        }
        add_action( 'wp_enqueue_scripts', 'yith_wcaf_reenqueue_style', 999 );
    }

    Check it out and let us know if it works well for you. If not, it is likely that your theme is removing our file, and you should contact their support to see what solution they can give you. Our file is in \wp-content\plugins\yith-woocommerce-affiliates\assets\css\yith-wcaf.css

    Let us know any news, please.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Affiliates Dashboard Not Displaying Properly’ is closed to new replies.