- Thank you received: 0
Responsive Nav Menu not showing as Drop Down :(
-
SiUK
-
Topic Author
- New Member
-
Less
More
10 years 10 months ago #39774
by SiUK
Responsive Nav Menu not showing as Drop Down :( was created by SiUK
Hi,
Many thanks for producing the Hot One Template - I love the design elements and have found deploying the software very straightforward/simple.
I purchased the Hot Joomla Templates One Page for Joomla 3.1x back towards the end of last year. After looking at the site on a mobile phone (Iphone and Windows 8 device), I noticed the navigation menu on my site did not appear as a mini drop down menu as shown on the demo (see attachment 1). I wondered if this was a configuration change I had made after installing so I installed the template again to fresh site to test out. Again, under a fresh install (clean database) the nav menu was not the drop down shown on the demo (see attachment 2).
The template installation file I ran was:-
hot_one_page31_hotstart.zip
Is the responsive mini-navigation menu an option that needs to be enabled somewhere or am I running an incompatible version of Joomla (3.1.1).
Many thanks,
Simon
Many thanks for producing the Hot One Template - I love the design elements and have found deploying the software very straightforward/simple.
I purchased the Hot Joomla Templates One Page for Joomla 3.1x back towards the end of last year. After looking at the site on a mobile phone (Iphone and Windows 8 device), I noticed the navigation menu on my site did not appear as a mini drop down menu as shown on the demo (see attachment 1). I wondered if this was a configuration change I had made after installing so I installed the template again to fresh site to test out. Again, under a fresh install (clean database) the nav menu was not the drop down shown on the demo (see attachment 2).
The template installation file I ran was:-
hot_one_page31_hotstart.zip
Is the responsive mini-navigation menu an option that needs to be enabled somewhere or am I running an incompatible version of Joomla (3.1.1).
Many thanks,
Simon
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39775
by ivan.milic
Replied by ivan.milic on topic Responsive Nav Menu not showing as Drop Down :(
Can you send us link so we could check.
Please Log in to join the conversation.
-
SiUK
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
10 years 10 months ago - 10 years 10 months ago #39800
by SiUK
Replied by SiUK on topic Responsive Nav Menu not showing as Drop Down :(
Hi - Many thanks for your quick response.
A temporary link is as follows:-
goo.gl/eQcrlK
I have rebuilt the site again after attempting to fix the issue with the Joomla 3.2.4 update (my One Page install [hot_one_page31_hotstart.zip] deploys Joomla 3.1.1). Deploying the Joomla update didnt seem to help (even following the Sparky Update note found here: www.hotjoomlatemplates.com/blog/news/289...blem-with-joomla-3-2 ).
One Page Hot Joomla Templates Demo Nav Menu as screen grab on Windows Phone 8.1
goo.gl/E7DY6u
One Page Nav Menu screen grab on my install on Windows Phone 8.1
goo.gl/ugh92q
Many Thanks,
Si
A temporary link is as follows:-
goo.gl/eQcrlK
I have rebuilt the site again after attempting to fix the issue with the Joomla 3.2.4 update (my One Page install [hot_one_page31_hotstart.zip] deploys Joomla 3.1.1). Deploying the Joomla update didnt seem to help (even following the Sparky Update note found here: www.hotjoomlatemplates.com/blog/news/289...blem-with-joomla-3-2 ).
One Page Hot Joomla Templates Demo Nav Menu as screen grab on Windows Phone 8.1
goo.gl/E7DY6u
One Page Nav Menu screen grab on my install on Windows Phone 8.1
goo.gl/ugh92q
Many Thanks,
Si
Last edit: 10 years 10 months ago by SiUK. Reason: Adding PNG images as a link from google URL shorten.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #39802
by ivan.milic
Replied by ivan.milic on topic Responsive Nav Menu not showing as Drop Down :(
Open:
templates/hot_one_page/js/responsive_menu.js
instead of this code:
if(topMenuWidth > topMenuContainerWidth) {
put:
if(jQuery(window).width() < 820){
change to 820 some other value if needed. That is trigger width .
templates/hot_one_page/js/responsive_menu.js
instead of this code:
if(topMenuWidth > topMenuContainerWidth) {
put:
if(jQuery(window).width() < 820){
change to 820 some other value if needed. That is trigger width .
Please Log in to join the conversation.
Time to create page: 0.171 seconds