Jump to content

Recommended Posts

Posted

I know its not such a good idea to remove the javascript bidding process to fix no route passed but i just cannot get around it whatsoever can someone please direct me to the post showing me how i can do this i know i have seen this post somewhere but i just cant seem to find it at this moment.

Posted

Help with these three scripts that are needed within a template .

					 <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Unique_Flight/assets/js/jquery.min.js" type="text/javascript"></script>
	 <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Unique_Flight/assets/js/bootstrap.min.js" type="text/javascript"></script>
	 <script type="text/javascript" src="<?php echo SITE_URL?>/lib/skins/Unique_Flight/assets/js/scripts.js"></script>

Placed them in 10,000 different ways in different files including layout & header. Any suggestions besides removing them period bc then bootstrap menu will not work !

  • Moderators
Posted

I have merged the two topics you have opened. Could you please share with me your login details? Without error loggin there are not a lot we can do. Just for an ordinary user to check the bidding process.

  • Moderators
Posted

Checking your website using firebug shows there is an error in your phpvms.js file. As far as I can see, in your template you have included jquery 1.4.2 and jqueryui 1.8.0 while phpvms.js requires the following:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>

I would suggest you to try including them..

  • Moderators
Posted

You can check how the default phpVMS skin works. It is calling it inside the <head> tags and after them you can include any extra javascript files you want.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...