Active
Project:
Click to Schedule
Version:
7.x-1.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 23:22 UTC
Updated:
16 Aug 2017 at 15:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
augenbrauezug commentedMeant to include this picture.
Comment #2
xenophyle commentedSo just to clarify, you have
sites/all/libraries/fancybox/jquery.fancybox-1.3.4.js
and
sites/all/libraries/fancybox/jquery.fancybox-1.3.4.css, right?
Comment #3
augenbrauezug commentedYes. I managed to get it working, I copied all the files from the fancybox folder that is within the other and placed them in the first file. Now no problems. Thanks for quick reply.
Comment #4
xenophyle commentedOh I'm so glad. I'm going to close this ticket.
Comment #5
Sanna Long commentedReopened issue. I can't get the plugin to work. I've got jquery.fancybox-1.3.4.css & jquery.fancybox-1.3.4.js (everything from the fancybox folder) in G:\web\PHPDev\sites\all\libraries\fancybox. The module won't enable; it still says the libraries are missing.
Comment #6
ezra commentedSorry this isn't working Sanna. It's hard to say why based on your description. Perhaps you can double check the location of the library files and the permissions on those files to be sure that your web server can read them?
In any case, if you can't get this work and you need a timetrade button on your site asap, it may be quicker to use their generic button builder code than to debug your Drupal installation. The generic button builder will create code that you can cut and paste into a drupal block or content element. You can see it here:
http://www.timetrade.com/click-schedule-button-builder
Comment #7
uxicorp commentedI am having this same problem. Uploaded libraries to fancybox directory in libraries and it say "The version of the fancyBox library could not be detected. Please make sure the library is installed correctly."
Comment #8
ezra commentedUxicorp, maybe you can try some of the solutions on the following thread:
https://drupal.org/node/1145418
Comment #9
elvis2 commentedThe click_to_schedule_set_files function is using an OR which is responsible for throwing the error, plus the fancybox library path is not correct..
if (empty($files['js']) || empty($files['css']))The $files['css'] will be empty. To fix you can change the click_to_schedule_detect_fancybox_files function to:
Comment #10
Anonymous (not verified) commented#9 worked for me ... and then I found that click_to_schedule apparently needs a paid subscription.