Welcome, Guest
Please Login or Register.    Lost Password?

Rockettheme - Mod-DVlist pic only issue
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Rockettheme - Mod-DVlist pic only issue
#3159
Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 1
I am having a weird issue where if I place the video module on any of the pages other than the page for the jVideoDIrect component, it screws up the main menu located at the top of the page.

I am assuming this is because of Mootools and jQuery conflicts.
Here is an example page where the top menu is not appearing correctly:
dearbornschools.org/departments/communications

And here is where jVideoDIrect is:
dearbornschools.org/video

Do you see how on the communications page, the top menu drop-downs have the solid grey line underneath?

Here is the weird part: If I turn Yes "Load "jQuery.noConflict"" then it fixes any pages I might drop in the various jVideo modules, but nothing works on the main jVideoDirect page. If I put it to "No", then the main page works fine and any jVideoDirect modules used on other pages break the top Rockettheme fusion menu.

Does that make any sense and what might I be able to do about it?

Thanks,
Chris
kennibc
(Free Member)

Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3167
Re: Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 16
Hi Chris,

I do find a conflict in the page
dearbornschools.org/departments/communications

see image attached.

If you think this is caused by mootools and jquery.

you can go to TOGGLE jvideodirect backend -> management -> jquery.load.conflict.

This is a jvideodirect wide configuration

cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/26 05:36 By cassie.
The administrator has disabled public write access.
 
#3168
Re: Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 1
The reason I believe it is an issue is because it seems to only occur when I place a jVideo module on a page other than the main component page. I have toggled the load.conflict setting and if I set it to yes, then on the main page ( dearbornschools.org/video ) non of the sliding effects work, but all the modules and menus on any other page work along with the menus.

If I set the load.coflict to yes - modules and menus work on all pages except the main jVideo component page. If I set it to no - modules and menus work on jVideos page but not on any other pages.

I can't seem to get modules to work sitewide.

Thanks for pointing out the JS error.

Any suggestions about getting the modules to work or why the menus would work on the component page and not on any other pages? Do the modules follow
kennibc
(Free Member)

Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3170
Re: Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 1
I guess what I am wondering is: why would the modules work on the other pages with jquery.conflict set to yes and then not work on the pages that link to the main com_jvideodirect component???

Does the component not follow the jquery.conflict setting when links are made to it? I am confused as to why it would work on the other pages and not com_jvideodirect links or vice-versa depending on how I set the jquery.conflict setting.

It's an either-or arguement. I can either have the modules and menu work together on the com_jvideodirect-made links or I can have the modules and menus work together on all other pages by setting the jquery.conflict setting to yes or no. That setting just flip-flops the end result with the menu and modules.

Can anyone shed some light on what might be causing this?
kennibc
(Free Member)

Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/26 19:21 By kennibc.
The administrator has disabled public write access.
 
#3173
Re: Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 16
Sounds like we need to make "jquery.no.conflict" individually configurable.

In the mean time, You need to manually control enable/disable "jquery.no.conflict" by editing the code.

for mod_dv_list_piconly, edit line 62
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3175
Re: Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 1
WHat do I add or do at line 62? Thanks!
kennibc
(Free Member)

Junior Boarder
Posts: 32
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3177
Re: Rockettheme - Mod-DVlist pic only issue 1 Year, 6 Months ago Karma: 16
sorry,

if you like to make it such that it's vice-versa to the component.
change
$js = ($init->loadjqnoconflict == true) ? "jQuery.noConflict();" : "";
to
$js = ($init->loadjqnoconflict == true) ? "" : "jQuery.noConflict();";
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12
Moderators: cassie, tanny, ethan