Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A little tips to get started
#10
angelazou Wrote:<script type="text/javascript" src="../uploads/javascript/mootools.js"></script> <script type="text/javascript" src="../uploads/javascript/qscroller.js"></script>

sorry, but in case that you use pretty urls, these relative links will not work!

1) the script links belong into the header
2) the URLS of the scripts must be defined so that they will always link to the correct directories,

you could do like this:

load these scripts into your theme-directory, for example in a subdirectory "javascript"

so you could load these scripts using an URL like that:

Code:
<script type="text/javascript" src="<?php get_theme_url(); ?>/javascript/mootools.js"></script>

Linking to it like this, GS will always find the correct path

3) are you sure the Mootool-script is compliant with the scripts which are used in the theme or by other plugins?

I've heard of conflicts between JQuery and Mootools for example...

so I suggest:
- add the script-references to the header of your template
- use URL like I described

and test

you will find some information about template-tags in the wiki, this might be helpful

Cheers, Connie
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
A little tips to get started - by angelazou - 2011-03-13, 00:20:28
A little tips to get started - by ccagle8 - 2011-03-13, 00:31:10
A little tips to get started - by angelazou - 2011-03-13, 01:08:27
A little tips to get started - by Connie - 2011-03-13, 03:08:26
A little tips to get started - by angelazou - 2011-05-07, 14:05:03
A little tips to get started - by Connie - 2011-05-07, 16:01:22
A little tips to get started - by angelazou - 2011-05-07, 16:46:11
A little tips to get started - by Connie - 2011-05-07, 22:40:15
A little tips to get started - by angelazou - 2011-05-10, 17:40:46
A little tips to get started - by Connie - 2011-05-10, 18:05:26
A little tips to get started - by angelazou - 2011-05-10, 18:47:33
A little tips to get started - by yojoe - 2011-05-10, 19:58:05
A little tips to get started - by angelazou - 2011-05-10, 21:04:49
A little tips to get started - by angelazou - 2011-05-10, 21:07:55
A little tips to get started - by Connie - 2011-05-10, 21:39:36
A little tips to get started - by mvlcek - 2011-05-10, 21:48:31
A little tips to get started - by angelazou - 2011-05-18, 15:38:51
A little tips to get started - by yojoe - 2011-05-18, 23:11:56
A little tips to get started - by angelazou - 2011-05-22, 17:24:22
A little tips to get started - by angelazou - 2011-05-25, 13:51:17



Users browsing this thread: 1 Guest(s)