Forgot?

Shadow Panel conflict with CB1.2 module

Reply Topic
Link to this post 29 Aug 08

J1.5.6
Shuffle template (yootheme)


I am using the shadow panel to load a particular module. I had it custom built. It is using the CB1.2 search feature within a module. I have it loaded in the top area, but whenever, I select it, nothing pop up. In addition, shadowbox doesn't seem to work. I know that it is the module, because I place another module in it, and it work like a charm. What type of module would cause conflict with your shadow panel? I am going to load the particular module within the shadow panel, so that you can see.
http://www.studentsportsvid.com/index.php?option=com_content&view=article&id=44&Itemid=71#shadow122
The module is attached. [file name=mod_ujcbadvsearch.zip size=7579]http://ninjaforge.com/media/kunena/attachments/legacy/files/mod_ujcbadvsearch.zip[/file]


In addition, if you select the VIDEO title, you will see the MENU hover, but for HOME and COMMUNITY, it is gone. It is because of the shadow panel.

Link to this post 29 Aug 08

hi barton,

have you tried switching shadowbox to use jquery?

thanks

Richie

Link to this post 30 Aug 08

Your Problem is this:


<script type="text/javascript" src="/templates/yoo_shuffle/lib/js/mootools.js.php"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/plugins/system/jceutilities/js/jquery-123.js"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/plugins/system/jceutilities/js/jceutilities-160.js"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/plugins/system/jceutilities/js/embed.js"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/plugins/system/ninja_shadowbox/js/lib/mootools.js"></script>

  <script type="text/javascript" src="http://www.studentsportsvid.com/plugins/system/ninja_shadowbox/js/adapter/shadowbox-mootools.js"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/plugins/system/ninja_shadowbox/js/shadowbox.js"></script>
<script type="text/javascript" src="/plugins/system/cd_scriptegrator/utils/js/jquery/jquery-latest.php?compress=true"></script>
<script type="text/javascript" src="/plugins/system/cd_scriptegrator/utils/js/jquery/ui/ui.core.php?compress=true"></script>
<script type="text/javascript" src="/plugins/system/cd_scriptegrator/utils/js/jquery/jquery-noconflict.js"></script>
<script type="text/javascript" src="/plugins/system/cd_scriptegrator/utils/js/highslide/highslide.php?compress=true"></script>

  <script type="text/javascript" src="/media/system/js/caption.js"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/modules/mod_yoo_slider/mod_yoo_slider.js"></script>
<script type="text/javascript">
var jcexhtmlembed=1;jQuery(document).ready(function(){jceutilities({'lightbox':{'legacy':0,'convert':0,'resize':1,'icons':1,'overlay':1,'overlayopacity':0.8,'overlaycolor':"#000000",'fadespeed':500,'scalespeed':500},'tootlip':{'classname':"tooltip",'opacity':1,'speed':150,'position':"br",'offsets':"{'x': 16, 'y': 16}"},'imgpath':"plugins/system/jceutilities/img/",'pngfix':1});});
window.addEvent('domready', function() {

Shadowbox.init();
});
var YtSettings = { tplurl: '/templates/yoo_shuffle', color: '', layout: 'left', fontDefault: 'font-medium', widthDefault: 'width-fluid', widthThinPx: 900, widthWidePx: 800, widthFluidPx: 0.75 };
</script>
<script type="text/javascript">
hs.graphicsDir = '/plugins/system/cd_scriptegrator/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.showCredits = false;
hs.expandDuration = 250;
hs.loadingText = 'Loading...';
hs.loadingTitle = 'Click to cancel';
hs.anchor = 'auto';
hs.align = 'auto';
hs.transitions = ["expand"];
hs.dimmingOpacity = 0;
</script>
<script type="text/javascript" src="/templates/yoo_shuffle/lib/js/template.js.php"></script>
<script type="text/javascript" src="http://www.studentsportsvid.com/components/com_comprofiler/js/tabpane.pack.js"></script>

Can you see that shadowbox is already loaded by the template?

Besides that there are way too many scripts on the one page.

You might want to think about getting rid of some of them.

Link to this post 30 Aug 08

Wow, those are a lot of scripts, how, do I know which one to remove and which one to keep? I know I want the template one and also shadowbox. Where would I delete the scripts. ....being a newbie to joomla is not easy....any help would be greatly appreciated.

Link to this post 31 Aug 08

To begin with you should remove the JCE utilities one. I think that can be done by uninstalling the JCE utilities plugin from the JCE Admin component.

You can also turn off the loading of mootools in the shadowbox module options. (mootools is already loaded by the yoo shuffle.)

Link to this post 31 Aug 08

Thanks, I did remove JCE and disable mootools for shadoxbox. It seems that didn't work, but I will continue to look into this issue.

Link to this post 31 Aug 08

Do a view source and it will show you what scripts are still loaded.

One thing I was trying to point out is that the template loads shadowbox itself so you probably don't need our extension.

Link to this post 31 Aug 08

Thanks, I see that. But, to be honest, I like your shadowbox. I have used it so much, that I don't want to use anything else.

Link to this post 04 Sep 08

Well in that case edit your template and remove any lines about shadowbox from there.

:)

Home Forum Joomla Extension Support Ninja Shadowbox & Ninja ShadowPanel Shadow Panel conflict with CB1.2 module