Active
Project:
fancyBox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 23:16 UTC
Updated:
8 Feb 2012 at 23:16 UTC
Dear Drupal Users or Developers,
I installed the module, but the effects i select wouldn't show.. i mean there is no difference what i do the image is just opend and not special Easing effect on open or Easing effect on close show them self.
i know from the past this could mean i have a Javascript issue with a other module or a CSS problem.
i will try to disable 1 by 1, but maybe there is something i forgot? Is there something special needed to have this effects working?
<script type="text/javascript" src="/sites/all/modules/jquery_update/replace/jquery.js?O"></script>
<script type="text/javascript" src="/misc/drupal.js?O"></script>
<script type="text/javascript" defer="defer" src="/sites/all/modules/admin_menu/admin_menu.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/fancybox/jquery.fancybox-1.3.1.js?O"></script>
<script type="text/javascript" src="/sites/all/modules/fancybox/js/fancybox.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/superfish/jquery.hoverIntent.minified.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/superfish/jquery.bgiframe.min.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/superfish/superfish.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/superfish/supersubs.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/superfish/supposition.js?O"></script>
<script type="text/javascript" src="/sites/all/libraries/superfish/sftouchscreen.js?O"></script>
<script type="text/javascript" src="/sites/all/modules/views_slideshow/js/jquery.cycle.all.min.js?O"></script>
<script type="text/javascript" src="/sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow.js?O"></script>
<script type="text/javascript" src="/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow.js?O"></script>
<script type="text/javascript" src="/sites/all/themes/boldy/js/jquery.autofill.js?O"></script>
<script type="text/javascript" src="/sites/all/themes/boldy/js/custom.js?O"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, { "basePath": "/", "admin_menu": { "margin_top": 1 }, "fancybox": { "options": { "width": "425", "height": "355", "padding": 10, "margin": 20, "titleShow": true, "titlePosition": "outside", "scrolling": "auto", "showCloseButton": 1, "showNavArrows": 1, "cyclic": 0, "opacity": 0, "overlayShow": 1, "overlayColor": "#666", "overlayOpacity": "0.3", "hideOnOverlayClick": 0, "hideOnContentClick": 1, "enableEscapeButton": 1, "centerOnScroll": 1, "autoScale": true, "easingIn": "easeInElastic", "easingOut": "easeOutBack", "changeFade": "fast", "changeSpeed": 300, "transitionIn": "fade", "speedIn": 300, "transitionOut": "fade", "speedOut": 300, "onStart": "", "onComplete": "", "onClosed": "", "onCleanup": "", "onCancel": "" }, "selector": "" } });
//--><!]]>
</script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery(function(){
jQuery('#superfish-1').supersubs({minWidth: 12, maxWidth: 27, extraWidth: 1}).superfish({
animation: {opacity:'show'},
speed: 'fast',
autoArrows: false,
dropShadows: true});
});
//--><!]]>
</script>