- Posts: 7
- Thank you received: 0
Main menu "Home" not displaying as box on moble
-
temple8
Inactive member - Topic Author
- New Member
Less
More
10 years 4 months ago #41009
by temple8
Main menu "Home" not displaying as box on moble was created by temple8
First of all, great template!
Okay ... Two problems actually:
1.) Main menu is not displaying as a box from mobile device such as iphone 4S portrait orientation when at "Home". All other menu items seem to be displaying/working correctly on mobile.
2.) Hot Full Carousel is also not displaying properly at "Home" on mobile devices.
I'm thinking that a sizing problem with either one of these modules may be affecting the other, but it could be a problem with both.
Any help here? Site is temple8.net
Okay ... Two problems actually:
1.) Main menu is not displaying as a box from mobile device such as iphone 4S portrait orientation when at "Home". All other menu items seem to be displaying/working correctly on mobile.
2.) Hot Full Carousel is also not displaying properly at "Home" on mobile devices.
I'm thinking that a sizing problem with either one of these modules may be affecting the other, but it could be a problem with both.
Any help here? Site is temple8.net
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
10 years 4 months ago - 10 years 4 months ago #41012
by milos
Replied by milos on topic Main menu "Home" not displaying as box on moble
Hello,
There are some conflicts on your site. I see you installed several extensions. Check your site with Chrome > Inspect Element > Console to see all javascript errors.
1. Try updating the jQuery UI in template's index.php file. Change this
to this
2. Hot Full Carousel needs screen to be refreshed after each resizing (if you test by resizing the browser's screen). Also, Hot Full Carousel doesn't show full image on mobile devices, so you should have that on mind when making your images. If it shows the entire image, it will be too thin.
Regards
There are some conflicts on your site. I see you installed several extensions. Check your site with Chrome > Inspect Element > Console to see all javascript errors.
1. Try updating the jQuery UI in template's index.php file. Change this
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
2. Hot Full Carousel needs screen to be refreshed after each resizing (if you test by resizing the browser's screen). Also, Hot Full Carousel doesn't show full image on mobile devices, so you should have that on mind when making your images. If it shows the entire image, it will be too thin.
Regards
Last edit: 10 years 4 months ago by milos.
Please Log in to join the conversation.
-
temple8
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
10 years 4 months ago #41015
by temple8
Replied by temple8 on topic Main menu "Home" not displaying as box on moble
I updated template index.php to most recent verion of jQuery and jQueryUI. Still not change with the menu. I used the inspector in Chrome and it says:
However, in Firebug on Firefox it says
Code:
Uncaught TypeError: undefined is not a function ...
However, in Firebug on Firefox it says
Code:
TypeError: jQuery(...).dropDownMenu is not a function
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6744
- Thank you received: 716
10 years 4 months ago #41018
by milos
Replied by milos on topic Main menu "Home" not displaying as box on moble
Please disable loading of jQuery in Hot Full Carousel module. There should be only one reference of jQuery in your source code.
Regards
Regards
Please Log in to join the conversation.
Time to create page: 0.164 seconds