Closed (fixed)
Project:
Frontpage Slideshow
Version:
6.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2009 at 03:35 UTC
Updated:
29 Apr 2009 at 14:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
wilco commentedCan you copy and past the
<HEAD>of the page so I can see what the CSS and JS of your site is returning?-wil
Comment #2
roryjasonmartin commentedis this the information you are looking for?
-Rory
Comment #3
wilco commentedGreat.
At least the CSS is loading. That's a good first step.
If you look at the bottom of your page Source, you should also see this:
Or something that looks like it. If you do not, this may be the reason why your page is not loading properly. These scripts engaged the FPSS. This module does not make use of Flash. It is completely jquery driven. Try and resolve this issue first.
-wil
Comment #4
wilco commentedOh, as a side note, these scripts are loaded into the page via a template variable
<?php print $closure; ?>If this does not exist in your page.tpl.php. It is highly likely the module won't work.
-wil
Comment #5
roryjasonmartin commentedOk here is what I have at the bottom of my source code:
I checked for the template variable you mentioned and it is there; please instruct concerning troubleshooting from this point.
-Rory
Comment #6
wilco commentedIt seems you are missing this file: "jquery-comp.js".
Although the instructions aren't completely clear and I haven't had much time to straighten things out, it is clear to me now that FPSS needs better guidance.
Make sure your default admin settings are as follows:
Template = Default
Disable JS Library = No
Optmize JS = No
JS Location = Footer
I believe those settings may be the issues.
-w
Comment #7
roryjasonmartin commentedsorry for my ignorance, but thank you for walking me through this issue; it is working fine now.
-Rory
Comment #8
wilco commentedThink nothing of it, least of which is ignorance. The module is poorly documented. I'll work on that.
-wil
Comment #10
pillow commentedI created two slideshows named slideshow1 and slideshow2, uploaded some pictures(type bmp, jpeg, png) enale the related blocks in content and footer region.
By viewing the source code of the web page, the css file was loaded, and both of jquery-comp.js and jquery-fpss-comp.js was found at the footer.
But the pics seems not be loaded at all, the following was the part of code. Any help will be appreciated~~
Comment #11
pillow commentedComment #12
pillow commentedsorry for the question asked previously. I have konwn the correct method now.
Comment #13
ploufy commentedHi everybody,
I created 1 slideshow and 2 slides (linking to articles). The slideshow appears (navigation bar and the loader) but I have nothing inside.
When I add/modify a slide I have this message :
warning: preg_match() expects parameter 2 to be string, array given in /data/www/mywebsite/includes/bootstrap.inc on line 771.
My default admin settings :
Template = Default
Disable JS Library = No
Optmize JS = No
JS Location = Footer
My HTML
Do you have any idea?
Comment #14
ploufy commentedOk I understood... We have to attach an image to the slide... It works now!