VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

mobile menu does not work with slideshow on page
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: mobile menu does not work with slideshow on page

mobile menu does not work with slideshow on page 10 Feb 2015 02:38 #6240

Hello,

Donor here . I've seen a few other issues similar to mine on the forums but none of the solutions seem to work for me. The mobile menu on my site will not work on the homepage but it works on every other page. Will you take a look at this please?

www.jacksonavenuechurch.com

Please PM me for username and password.

Thanks,
Micah

  • Posts:3
  • micah411
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: mobile menu does not work with slideshow on page 10 Feb 2015 03:46 #6243

Can you please send me username and password to This e-mail address is being protected from spambots. You need JavaScript enabled to view it ?

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: mobile menu does not work with slideshow on page 10 Feb 2015 07:32 #6245

In the modules/mod_jfslideshow/tmpl/slideshow.php file, change
 
$document = JFactory::getDocument();
 
$document->addScript($siteUrl.$assetsPath.'js/jquery.min.js');
$document->addScriptDeclaration('jQuery.noConflict();');
 

to
 
$document = JFactory::getDocument();
$header = $document->getHeadData();
$loadJquery = true;
foreach($header['scripts'] as $scriptName => $scriptData) {
if(substr_count($scriptName,'/jquery.min.js')) {
$loadJquery = false;
}
}
if($loadJquery == true) {
$document->addScript($siteUrl.$assetsPath.'js/jquery.min.js');
}
 


If it doesn't work for you, can you please send me the super admin?

joomfreak
Last Edit: 11 Feb 2015 02:27 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: mobile menu does not work with slideshow on page 10 Feb 2015 17:07 #6249

unfortunately this solution his brought my site down. It's still under construction so I'll leave it as is for now but if you have any other ideas it would be much appreciated. thank you so much!

Micah

  • Posts:3
  • micah411
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: mobile menu does not work with slideshow on page 11 Feb 2015 02:36 #6250

Your site is working now. I have edited above solution.

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.95 seconds
Thursday 25 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.