Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 08:46:46 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149685 Posts in 21102 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: How to install a jQuery Plugin  (Read 2969 times)
sandra

Offline Offline

Posts: 41



WWW
« on: September 01, 2010, 12:52:38 PM »

For the first time I tried to install a jQuery plugin (TinyTips) but it doesn't work. What am I doing wrong?

I did the following:
In WB-2.8.1. I installed the jQueryAdmin module v. 2.2.
In the jQueryAdmin backend I checked Plugins - tinytips and saved in the jQueryAdmin presets folder as tinytips.
Then I put the following code in a code-section of a page (as described in the helpfile of TinyTips):
[[jquery?preset=tinytips]]


But nothing happens; no code is loaded into the page.
Am I missing something?
Logged

mr-fan

Offline Offline

Posts: 1538


WWW
« Reply #1 on: September 01, 2010, 01:22:47 PM »

hi

wrong dropletcode...

try this one:

[[jQueryInclude?preset=tinytips]]

regards martin
Logged

 
sandra

Offline Offline

Posts: 41



WWW
« Reply #2 on: September 01, 2010, 01:33:32 PM »

Hi, thanks for the answer.
But it still doesn't work.
Logged

BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #3 on: September 01, 2010, 02:21:02 PM »

Don't put droplet calls into code sections. Try to put it into a WYSIWYG-Section. I will fix the docs for TinyTips.
Logged

Alle großen Veränderungen beginnen im Kleinen
sandra

Offline Offline

Posts: 41



WWW
« Reply #4 on: September 01, 2010, 02:31:27 PM »

Yes, I've put  [[jQueryInclude?preset=tinytips]]  in a WYSIWYG-section and now it works!

thanks!
Logged

BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #5 on: September 01, 2010, 02:43:36 PM »

That's great to hear. cheesy Have fun using TinyTips.
Logged

Alle großen Veränderungen beginnen im Kleinen
BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #6 on: September 01, 2010, 02:47:15 PM »

Fixed the docs.

http://jquery.websitebakers.com/media/plugin_help/tinytips_en.html

Let me know if there's still something wrong.
Logged

Alle großen Veränderungen beginnen im Kleinen
sandra

Offline Offline

Posts: 41



WWW
« Reply #7 on: September 01, 2010, 03:57:25 PM »

No, it's perfect now.

Wow, like this it is really easy to install jQuery plugins!
Logged

BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #8 on: September 01, 2010, 04:40:52 PM »

Hopefully it is. grin
Logged

Alle großen Veränderungen beginnen im Kleinen
dbs
WebsiteBaker Org e.V.

Online Online

Posts: 3273


WWW
« Reply #9 on: September 01, 2010, 05:01:11 PM »

it's also easy to create your own plugin. smiley
Logged

BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #10 on: September 01, 2010, 05:40:15 PM »

Also daß DU das sagst freut mich jetzt aber. wink Nein ehrlich, kein Sarkasmus! cheesy
Logged

Alle großen Veränderungen beginnen im Kleinen
sandra

Offline Offline

Posts: 41



WWW
« Reply #11 on: September 03, 2010, 09:46:09 AM »

Is there any documentation on how to create your own plugin?
Logged

BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #12 on: September 03, 2010, 09:53:32 AM »

Just look at my signature.
Logged

Alle großen Veränderungen beginnen im Kleinen
sandra

Offline Offline

Posts: 41



WWW
« Reply #13 on: September 07, 2010, 12:07:08 PM »

I installed the scrolltotop plugin and it worked well.
I made a fontsizer plugin ( http://www.fluidbyte.net/jquery-font-sizer ) and it also worked well.
But when I both use them in one website, the scrolltotop droplet doesn't work well anymore.
The scrolltotop-link appears on large webpages but when clicking the link nothing happens.

Any clue what could be the problem?
Logged

mr-fan

Offline Offline

Posts: 1538


WWW
« Reply #14 on: September 07, 2010, 12:13:50 PM »

Quote
Any clue what could be the problem?

Did you've a Link? i must see the generated Output of the page to see what's wrong...

regards martin
Logged

 
sandra

Offline Offline

Posts: 41



WWW
« Reply #15 on: September 07, 2010, 01:00:20 PM »

http://85.92.147.51/~noordhof/

The page 'Het team' is a longer page.
Logged

dbs
WebsiteBaker Org e.V.

Online Online

Posts: 3273


WWW
« Reply #16 on: September 07, 2010, 03:13:06 PM »

frames?
can't check your site with firebug...

you can try to disable prototype.js and scriptaculous.js.
for lightbox you can also use a jqueryadmin-plugin.
Logged

dbs
WebsiteBaker Org e.V.

Online Online

Posts: 3273


WWW
« Reply #17 on: September 07, 2010, 03:41:45 PM »

i think the (black-)birdie can twitter(answer) in 7 days again.

error-massage:
o.easing[this.options.easing || (o.easing.swing ? "swing" : "linear")] is not a function

is in your default.jquery of fontsizer-plugin a call for easing?
not? that's maybe the problem. than add easing.
Logged

sandra

Offline Offline

Posts: 41



WWW
« Reply #18 on: September 08, 2010, 10:16:49 AM »

I don't know why but I've found something that works.
When I remove '<script type="text/javascript" src="http://85.92.147.51/~noordhof/modules/jqueryadmin/plugins/fontsizer-2/jquery.js"></script>'
both the fontsizer and the scrolltotop are working fine.
So in stead of the droplet [[jQueryInclude?plugin=fontsizer-2]], I put the following code in the template:
"<script type="text/javascript" src="http://85.92.147.51/~noordhof/modules/jqueryadmin/plugins/fontsizer-2/jquery.jfontsizer.js"></script>
   <script type="text/javascript">
$(document).ready(function(){
$('#fontsizer').jfontsizer({
applyTo: '#content',
changesmall: '2',
changelarge: '2',
expire: 30
});
});
</script>
   <link type="text/css" rel="stylesheet" href="http://85.92.147.51/~noordhof/modules/jqueryadmin/plugins/fontsizer-2/default.css" />"

So that is the same code as generated bij the droplet but without the inclusion of the fontsizer-2/jquery.js.

I don't understand why it works but it works.
« Last Edit: September 08, 2010, 10:18:30 AM by sandra » Logged

mr-fan

Offline Offline

Posts: 1538


WWW
« Reply #19 on: September 08, 2010, 12:27:08 PM »

ok very easy problem....but you found it self...
you load the jquery core twice....in your self made preset!

in your presets you create only the needed files for the jquery plugin is needed!

->Now jquery core and so on!

->if jquery plugin need for example easing plugin (icluded preset) only tick it in the backend and not include it several times in other plugins like slides or something...this just as an example

best regards
martin
Logged

 
dbs
WebsiteBaker Org e.V.

Online Online

Posts: 3273


WWW
« Reply #20 on: September 08, 2010, 01:21:01 PM »

today i can see all your scripts with firebug.
but is to late. you self found the problem.
mr-fan is right.
jqueryadmin contains all needed jquery-things.
others like fontsizer.js and default.css is needed for your plugin.



Logged

BlackBird

Offline Offline

Posts: 1937



WWW
« Reply #21 on: September 09, 2010, 06:35:23 PM »

I'm sorry that I wasn't able to help directly, as my forum account was locked for some days, and I still have major problems browsing the forum. Fortunately, mr-fan and dbs were able to point you into the right direction. Smiley I have added a hint to my jQueryAdmin help pages that the jQuery Core should never be loaded with a plugin.

Are you going to provide the Plugin you packed to the community?
Logged

Alle großen Veränderungen beginnen im Kleinen
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!