Hi there,
After completing several websites with different jquery plugins I saw a new plugin called JQfancy-transitions.
I like the plugin so I want to use it in another new project.
But for me I don't get this thing started. No notifications in the source code too. No errors too. Just nothing.
What could be wrong?
Here's the code: (the preset is called: fancytransitions)
<p>[[jQueryInclude?preset=fancytransitions]]</p>
<div id="slideshowHolder"><img src="http://www.mydomain.com/media/slider/slider1.png" alt="img1" height="230" width="700" /> <img src="http://www.mydomain.com/media/slider/slider2.png" alt="img2" /> <img src="http://www.mydomain.com/media/slider/slider3.png" alt="img3" /></div>
Is there a page to have a look?
try to wrap the code in another div called "examples"
<p>[[jQueryInclude?preset=fancytransitions]]</p>
<div id="slideshowHolder">
<div id="examples">
<img src="http://www.mydomain.com/media/slider/slider1.png" alt="img1" height="230" width="700" /> <img src="http://www.mydomain.com/media/slider/slider2.png" alt="img2" /> <img src="http://www.mydomain.com/media/slider/slider3.png" alt="img3" />
</div>
</div>
and see, what happens.
Hope it helps
rgds
erpe
@ Erpe, Thnx. Doesn't help.
@ Blackbird, If you like I can PM you.
You can also post the plugin URL here so I can try it by myself...
Here (http://www.ladyfair.nl/pages/home.php) it is.
It's located in the white-left part.
If you like I can give you login.
Let me see if it runs here first.
There is no JS loaded into that page. Do you have the Droplets Module installed?
Here's the Plugin for direct upload into JQA. Only the docs aren't ready yet.
Edit: Of course, it's ready to use with Foldergallery.
Edit2: Removed attachment. The plugin can be downloaded at AMASP: http://www.websitebakers.com/pages/libs/jqueryadmin/jquery-library.php
this zip contains a old htt for foldergallery (2 x cat-link) *g*
you have tested with foldergallery? your zip don't work.
can i see a demo with foldergallery?
Works great here. (Local installation)
Edit: FolderGallery 1.1 Beta 5, JQA 2.2 Beta 4
hm, here 1.1beta5 + 2.2beta3.
will try again...
Hier kannste gucken -> http://www.cm4web.de/wbdemo/pages/foldergallery.php?lang=DE
You will need a username/password to access this page, I send it to you by PM.
QuoteThere is no JS loaded into that page. Do you have the Droplets Module installed?
It's a standard installation. So yes the Droplets are installed too.
Take a look at your template. Make sure that you have a call to page_footer().
To fix the foldergaller_template.htt, replace:
<!-- BEGIN show_categories -->
<li>
<a href="{CAT_LINK}"><img src="{THUMB_LINK}" alt=""/><br />{CAT_CAPTION}</a>
</li>
<!-- END show_categories -->
To see the original images instead of the thumbs, change this:
<a href="{ORIGINAL}" title="{CAPTION}" rel="fancybox"><img src="{THUMB}" alt="{CAPTION}"/></a>
The fixed template will be included when the plugin is uploaded to AMASP.
Do I have to download the Foldergallery in order to use this plugin?
Or am I missing something over here? :?
No, you can use it without the Foldergallery, too. It's just prepared to be used with it.
Ok. Well I now see that there is indeed no JS loaded. Very strange :? :?
Did all the normal steps, did that dozens of times before.
What could cause this? Do I have ro reinstall the whole WB again?
Do other droplets work?
Yes. Droplets like
[[Lorem]]
[[ModifiedWhen]]
do work.
Hm. Try to remove jQueryAdmin and install the latest Beta of v2.2. Add the Plugin and create a new preset. (Don't forget to mark the checkbox of the plugin you wish to use.) Add the droplet call to the page again. Also try to set the PHP Errors to "E_ALL&E_STRICT" to see if there are some errors reported.
@boudi: you did all steps? sure?
i have made this plugin and tested here: Klick (http://test.onkel-franky.de/neu/pages/WebsiteBaker/colorbox/jqfancytransitions.php)
You can see this nice plugin in action at the jQuery Showroom: http://jquery.websitebakers.com/plugins/slider/fancy-transitions.php
QuoteTry to remove jQueryAdmin and install the latest Beta of v2.2. Add the Plugin and create a new preset. (Don't forget to mark the checkbox of the plugin you wish to use.) Add the droplet call to the page again. Also try to set the PHP Errors to "E_ALL&E_STRICT" to see if there are some errors reported.
Removed jquery 2.1
Couldn't dfind 2.2 beta so reinstalled 2.1 again
uploaded jqfance-transitions
marked the checkbox and named the preset fancy-transitions
Result: nothing
Still the JS is not loading into the website. Very strange. I did the jquery thing on several other websites too and it worked.
Even did this with a standard ROUND template, but same results.
Update: SOLVED! This you won't believe. Step by step I did all steps all over and over again. Same thing. Then I did something dumb; I copy pasted the droplet code directly from the jquery admin map setings and replaced the code that was already there. (seemed exactly the same). And now it works!
Because I saved the page i couldn't do a ctrl+z to see what was wrong in the other preset. I guess there was may be a capital or single space but I don't know for sure.
I would like to thank you all for taking the time to help me out. Appreciate it.
Kind regards,
Boudi
Quote from: Boudi on August 26, 2010, 08:49:07 PM
Couldn't dfind 2.2 beta so reinstalled 2.1 again
Sorry I didn't post the link. It's in the german JQA thread. https://forum.WebsiteBaker.org/index.php/topic,18173.msg127591.html#msg127591
Today I will release Beta4. I think it will be the last Beta before final release.