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

jf-creative - menu don't work on mobile phone
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: jf-creative - menu don't work on mobile phone

jf-creative - menu don't work on mobile phone 12 Jan 2015 14:00 #6099

I ask you what can I check to open and run the menu template jf-creative on mobile phone.
I installed this template on 2 website.
The first is ok, the second is locked.
Thank you
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
  • Attachment This image is hidden for guests. Please log in or register to see it.

  • Posts:6
  • blumedia
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: jf-creative - menu don't work on mobile phone 13 Jan 2015 02:51 #6105

Please send us your website url, so that we can have a quick test.

joomfreak

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

Re: jf-creative - menu don't work on mobile phone 13 Jan 2015 07:12 #6107

The url is:
Http://www.myosotischarter.com
Thank you

  • Posts:6
  • blumedia
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: jf-creative - menu don't work on mobile phone 14 Jan 2015 03:58 #6113

Hi,
May be jQuery library was loaded 2 times on your site.
Go to modules/mod_jfslideshow/tmpl/slideshow.php, below line
 
$document = JFactory::getDocument();
 

insert
 
$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');
}
 


Thank you!

joomfreak
Last Edit: 14 Jan 2015 03:59 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.82 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.