- This topic has 6 replies, 2 voices, and was last updated 13 years, 6 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 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 › Jquery problems on members_only.php (interfering with superfish)
Tagged: javascript, jquery, superfish
You can check the page here: http://www.spike84.com/affiliates/members_only.php
and use login test123/test123.
The problem doesn’t happen on every page, and I’m still not done customizing everything, but there seems to be some sort of jquery issue that I’m not catching. I’ve tried putting the jquery.validate.js call in the header instead of the members_only.php file (thinking it was an order issue) but that doesn’t work.
All the javascript files look to be in the right order, I’m just not sure where the problem is. I’ve searched Google high and low and have tried many different “fixes” and combinations of fixes, but nothing is working. Any thoughts? Thanks so much!
Ok, I did the update and edited the files to suit my theme design but I’m still getting the problems? The dropdowns just won’t hide.
Are you using the stand alone version of the on page version explained here?
http://www.tipsandtricks-hq.com/wordpress-affiliate/setting-up-the-affiliate-viewarea-315
Yes, the stand alone, and I used copy method for the url.
That would be the issue. The stand alone version is coded to be used in a stand alone situation (if you use the stand alone version with a hybrid model then it will conflict with other libraries and won’t work).
Since you want to use it inside your WordPress page you need to use the on page version (the 2nd option). Simply create a page in your WordPress and use the following shortcode on that Page:
[wp_affiliate_view]
How do I edit the info that is pulled from the shortcode? I need to remove the images and rearrage a few things.
EDIT** I found the files. Thanks for all the help