• Before i buy your premium plugin am testing your free version but i can see that under settings on user frontend the affiliate dashboard it is showing blank… no option for affiliates to add their bank account for payout. Can you help me fix? or thats standard for all free plugin.

    On your free demo, it says i can add bank details but when i downloaded the free version to test it shows blank under the affiliate dashboard – settings for users on front end

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter test360a

    (@test360a)

    P.S… if you need temporary admin access to fix, please do let me know

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    hope you’re doing well!
    `We’re sorry, but due to forum rules, you cannot provide us with your credentials.

    We have reviewed the link you provided and we can see the error. Generally, blank screens are due to a failure in the permalinks. To fix this, go to Settings > Permalinks and click Save Changes.

    Could you check it and tell me if it solved the problem?

    We will be attentive to your response.

    Have a nice day!

    Thread Starter test360a

    (@test360a)

    Hello,I have another issue but first the issue wasn’t with the permalink… the issue was with my DB have duplicates, after prefix was cleared by my host. It fixed the issue.

    Second issue: Please in my plugins editor in wp dashoard, where do i go to edit bank/wire information for affiliates in the SETTINGS tab for user frontend? The current term used IBAN/SWIFT is not the corrects terms for my country banking system. So i want to rename/change it

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    sorry for the delay.

    In order to achieve what you need, add this code in the functions.php file of your active child theme:

    if ( ! function_exists( 'yith_wcaf_bacs_gateway_fields_custom' ) ) {
         function yith_wcaf_bacs_gateway_fields_custom( $array ) {     
              $array['bacs_iban']['label']  = 'your custom label';
              $array['bacs_swift']['label'] = 'your custom label';
              return $array;
         }  
         add_filter( 'yith_wcaf_bacs_gateway_fields', 'yith_wcaf_bacs_gateway_fields_custom', 10, 1 );
    }

    You just have to enter the texts you want in the code.

    Try it out and tell us if it works well for you, please.

    Have a nice day!

    I have the same problem with displaying the “Settings” section in YITH Affiliates’ dashboard. The view shrinks to the width of the tablet and a WordPress fatal error is displayed. The rest of the section works fine, the bug is only in the settings. I have the free version of the plugin installed.
    I also saved the permalinks again, cleared the cache, and wiped the database as well – the problem still exists.

    I will be grateful for help

    The problem concerns the autogwarancje.pl website

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘affiliate dashboard settings blank’ is closed to new replies.