Can't get the box to open

Page: 1

Author Post
Member
Registered: Dec 2013
Posts: 14
I suspect the problem is the path to the floatbox folder.
So I put the folder in three different places but to no avail.

I did read this:
If you find yourself saying that, it's 99% likely that the problem lies in the path used to reference the floatbox.css and floatbox.js files. Perhaps the floatbox folder is not really at the root of the site, but has instead been placed in a sub-folder one level up from the root. If the floatbox folder is in a sub-folder, that sub-folder name will need to be included in the path references.

I tried changing the path in the <a tag> and even the script tags.
I know I'm missing something simple here but I can't seem to find it.

Link to my test page: http://www.comancheflyer.com/NS/fb_test.html

Any help would be appreciated.

Dave Fitzgerald
Member
Registered: Nov 2010
Posts: 71
class should be "floatbox" and not "/floatbox".
Member
Registered: Dec 2013
Posts: 14
Thanks
I was trying different syntax to see if I could get it to work.
I changed it back but it's not working yet.
I do notice that it puts a re-size tag in the lower right corner??
Member
Registered: Dec 2013
Posts: 14
OK, I got it to work. :P
It may help the next guy along so I will expose my screw-up.
When I unzipped it, it stored "floatbox" in a folder called "floatbox 602"
I sent the whole thing up to my server. I needed to just send "floatbox"

It is working now except for the re-size??
Where oh where have I gone wrong again? :?
http://www.comancheflyer.com/NS/fb_test.html
Member
Registered: Nov 2010
Posts: 71
What do you mean by re-size? Are you referring to the ability of the end user to be able to re-size the window by dragging it by the lower right-hand corner? If so, I believe "enableDragResize: true", should be set somewhere, usually in your options.js file. Currently, globalOptions is empty as best as I can tell.
Member
Registered: Dec 2013
Posts: 14
Yes, you are correct. I'm definitely new to this script.
I have it working for the most part and will continue reading the instructions until I master this.

This is a really a cool script!

Thanks for your help. :P :P :P

Page: 1