I use a Themler template with a "sticky" topmenu in combination with Joomla 3.4. Once I publish the logo-showcase module the sticky menu jumps to the middle of the screen. I suspect a Jquery issue. Is it possible to prevent logo-showcase loading the Jquery library?
Hi,
Thanks for contacting us and choosing our product!
Please send me to an account site via private message. I will to check help you.
I have to check and give you the solution injected properly.
Thanks!
Hi Kors,
Thanks for contacting us and choosing our product!
About you problem. due to conflict bootstrap.min.js
Please go to helper.php file(modules\mod_jux_logoshowcase)
Edit line 28
$document->addScript(JURI::base() . 'modules/mod_jux_logoshowcase/assets/css/bootstrap/js/bootstrap.js');
=>
//$document->addScript(JURI::base() . 'modules/mod_jux_logoshowcase/assets/css/bootstrap/js/bootstrap.js');
Hope help you
Thanks!