- This topic has 9 replies, 5 voices, and was last updated 8 years, 12 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 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 Troubleshooting › WP Affiliates – [wp_affiliate_view2]
When using [wp_affiliate_view2] vs. [wp_affiliate_view], there are no menu options displayed on the page.
…. Rick
I think I’m using “wp_affiliate_view2” too, and the “Ads” and “Referrals” are not working… I click, and nothing happens.
Please do the following theme test to make sure your theme is not messing this up:
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
I have a similar issues with nothing being displayed at all. It works with the 2015 theme though.
I’m not sure why this is an issue as the only difference to view one seems to be CSS.
Anything that can be done to fix this ?
Your theme is likely breaking the WordPress shortcode functionality. Have you tested other shortcodes with this theme?
Yes I have not had any other issues with the theme. It works fine with your first embedded view short code but not the second.
The second one uses bootstrap so this theme must not be allowing the bootstrap framework. If the theme isn’t allowing that framework then we can’t really do much from our end.
ok no problem. Thanks for explaining.
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
Thank you for posting your custom tweak.