I have setup an alternate site to test things on, to get this responsive site working better. When viewed on a mobile phone, the menu's first item selects an item in the middle of the menu. Why does in not select the first menu (furthest left). It starts with gutters, which is somewhat unappealing.
http://elementsnorth.com/elementstest/
- tbcomputerguy
-
- Commercial Templates
- Thursday, 18 April 2013
- Subscribe via email
Nice one.. I don't think I would have thought to check for something like that!
Thank you for the update.
Ciarán
Thank you for the update.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Ciaran, i fixed it. When we had the novation template, we installed the third party extension mobile joomla. I got to thinking that there must be a third party extension. I uninstalled it and voila the menu works.
Dave
Dave
- more than a month ago
- Commercial Templates
- # 2
Hi David
I don't believe changing to a module position would make any difference. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
I don't believe changing to a module position would make any difference. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Strange...
Could I ask you to try replacing the following in your templates scripts.php (../templates/j51_metropolis/php/scripts.php)..
With...
Ciarán
Could I ask you to try replacing the following in your templates scripts.php (../templates/j51_metropolis/php/scripts.php)..
<!-- Hornav Mobile (converts menu into select list) -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/mobile/selectnav.min.js" charset="utf-8"></script>
<script type="text/javascript">selectnav('mobile');</script>
<script type="text/javascript" >
window.addEvent('domready', function() {
selectnav('mobile', {
label: '--- Main Menu ---',
nested: true,
indent: '-',
});
})
</script>
With...
<!-- Hornav Mobile (converts menu into select list) -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/mobile/selectnav.min.js" charset="utf-8"></script>
<script type="text/javascript">selectnav('mobile');</script>
<script type="text/javascript" >
window.addEvent('domready', function() {
selectnav('mobile', {
label: '--- Main Menu ---',
nested: true,
indent: '-',
autoselect: false
});
})
</script>
Ciarán
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »