brian! Posted July 16, 2016 Share Posted July 16, 2016 in your theme integration, are you calling any additional .js files ? e.g anything that could be conflicting with the native WHMCS jquery files ? 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted July 17, 2016 Author Share Posted July 17, 2016 Hi Brian There are a few other .js files yeah but everything works perfectly until I define the base url. 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted July 17, 2016 Author Share Posted July 17, 2016 OK even if I add the base href statement to the default Six theme I get the same result....very odd. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted July 18, 2016 Share Posted July 18, 2016 you need someone to investigate it for you 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted July 18, 2016 Author Share Posted July 18, 2016 you need someone to investigate it for you Any recommendations ? 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted July 18, 2016 Author Share Posted July 18, 2016 Hi I managed to get this working , in my template code it was using the following <ul class="tab-nav clearfix"> <li><a href="#tabs-1">1 Year</a></li> <li><a href="#tabs-2">2 Year</a></li> </ul> I changed this to <ul class="tab-nav clearfix"> <li><a href="/pagename/#tabs-1">1 Year</a></li> <li><a href="/pagename/#tabs-2">2 Year</a></li> </ul> And now the page loads fine . It looks like when I defined the base url in my header.tpl , whatever jquery is being used to render my tabs was trying to load the website '#' into each tabular layout on the page which was causing it to crash/hang .............. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 18, 2016 Share Posted July 18, 2016 well done Martin... I thought this saga was going to run and run! 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted July 18, 2016 Author Share Posted July 18, 2016 well done Martin... I thought this saga was going to run and run! Lol me too Brian - so annoying when this kind of thing happens. Thanks for everyone's suggestions ! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.