ResponsiveBannerSlider breaks megamenu
- Posted by Marcel Franke (3) Offline
Hey,
I've got the following problem and I don't know how to fix it:
I'm using the tx-zenith template of which a megamenu is part of and I guess it is using jquery for the dropdown effects etc... As long as responsivebannerslider is not running everything works fine and I've got no issues since I installed a jquery plugin solving the jquery conflicts but as soon as I am enabling responsivebannerslider the dropdown menu won't work (I've tried the options which are part of your module to either disable loading jquery from your tool or loading another version... nothing worked)
I hope you might find the issue with this.
Best regards,
Marcel
11 years 6 months ago #1
by Marcel Franke
I've got the following problem and I don't know how to fix it:
I'm using the tx-zenith template of which a megamenu is part of and I guess it is using jquery for the dropdown effects etc... As long as responsivebannerslider is not running everything works fine and I've got no issues since I installed a jquery plugin solving the jquery conflicts but as soon as I am enabling responsivebannerslider the dropdown menu won't work (I've tried the options which are part of your module to either disable loading jquery from your tool or loading another version... nothing worked)
I hope you might find the issue with this.
Best regards,
Marcel
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Mmm
can you try this 'fix' on this,
comment out /modules/mod_responsivebannerslider/mod_responsivebannerslider.php at line 21
so it'll look like
let's see the result then
11 years 6 months ago #2
by erwinschro
can you try this 'fix' on this,
comment out /modules/mod_responsivebannerslider/mod_responsivebannerslider.php at line 21
JHtml::_('jquery.framework');
so it'll look like
/* JHtml::_('jquery.framework'); */
let's see the result then
Please Log in or Create an account to join the conversation.
- Posted by Marcel Franke (3) Offline
Hey,
sorry, I didn't mention but I already tried deleting/ignoring this part of your code but it did not change a thing.
Just tried it again, no difference.
Maybe something else which might help you (I guess you have the ftp/admin access I typed into your formular):
If oziogallery is used on the same page, everything works fine, even with your banner, but I do not want to have the gallery on the frontpage which is why I am looking for another solution. Maybe you can find something in their code, which helps to solve this issue.
Thanks!
11 years 6 months ago #3
by Marcel Franke
sorry, I didn't mention but I already tried deleting/ignoring this part of your code but it did not change a thing.
Just tried it again, no difference.
Maybe something else which might help you (I guess you have the ftp/admin access I typed into your formular):
If oziogallery is used on the same page, everything works fine, even with your banner, but I do not want to have the gallery on the frontpage which is why I am looking for another solution. Maybe you can find something in their code, which helps to solve this issue.
Thanks!
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Ok first you've made a mistake when editing the mod_responsivebannerslider
then the 2nd problem is your JQuery sytem plugin was not loading any jQuery library (previously you set to jQuery v9.x...i forgot is that remote or local - i change it to jQuery 8 and local).
Now everything is good.
11 years 6 months ago #4
by erwinschro
then the 2nd problem is your JQuery sytem plugin was not loading any jQuery library (previously you set to jQuery v9.x...i forgot is that remote or local - i change it to jQuery 8 and local).
Now everything is good.
Please Log in or Create an account to join the conversation.
- Posted by Marcel Franke (3) Offline