- This topic has 5 replies, 6 voices, and was last updated 8 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate- Affiliate Dashboard referrals not showing
Hi, when our affiliates log into their dashboard, they have commission showing but no referral data shows. My understanding is the referral data is supposed to track the click throughs they receive from their links or does the referral section only apply to a tiered comp structure? We are running only direct comp structures.
Am I missing something?
Thanks
Hi, Do you have a test affiliate account that I can use to login and investigate this issue?
I am having the same problem. My affiliates can log into their account, but they cannot access the “Referrals” or “Ads” pages. They can click on the “Home,” “Edit Profile,” and “Contact” buttons and be taken to those respective locations but they cannot click on the “Referrals” or “Ads” buttons.
Updated:
Watching one of your videos, I had a thought that it might have to do with having the affiliate view embedded within a page. When I changed the code from: [wp_affiliate_view2] to [wp_affiliate_view], I can access all of the options. Something about the [wp_affiliate_view2] is not allowing affiliates to click on “Referrals” or “Ads.”
That other view is likely conflicting with your theme or another plugin. We have a few options for the affiliate view. Use the one that works on your site.
I had the same problem and i’ve fix that.
Simply add this code to a js of your theme, i’ve add it to my custom.js file:
jQuery(function ($) {
$(‘.dropdown-toggle’).dropdown()
});
I hope this help. Cheers
Hi,
I used the following solution: https://support.tipsandtricks-hq.com/forums/topic/dropdown-menus-are-not-working-not-opening?replies=3#post-83410