Hello,
Is it possible to have a 'normal' view of the main-menu (no hamburger menu) in the Polaris template when using a tablet in landscape view?
Thanks!
- Mol4
- Commercial Templates
- Monday, 29 September 2014
- Subscribe via email
Hello
In your templates responsive.css (../templates/j51_polaris/css/responsive.css) you can move the following down to the '#Tablet (Portrait)' section. Cut and paste to line 27.
Ciarán
In your templates responsive.css (../templates/j51_polaris/css/responsive.css) you can move the following down to the '#Tablet (Portrait)' section. Cut and paste to line 27.
/* Hide default hornav menu */
#hornav {display:none !important;}
/* Show mobile hornav menu */
.hornavmenumobile {display:inline; z-index: 99; }Ciarán
- more than a month ago
- Commercial Templates
- # 1
First please ensure you are using the latest version of the templateavailable via your 'My Downloads'. To update your template simply install via your extensions manager.
Ciaran
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hello Ciarán,
thanks! moving the lines fixed it.
I've updated the template version but I can't find out where I can see if I have the latest available template .
Where I can see an overview of the templates in the Joomla backend it says 'january 2013' even after the update.
Thanks!
thanks! moving the lines fixed it.
I've updated the template version but I can't find out where I can see if I have the latest available template .
Where I can see an overview of the templates in the Joomla backend it says 'january 2013' even after the update.
Thanks!
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran, I have the same problem with habitat template, I found the lines in the responsive.css and did the same but it did not help...can you check the attached file please?
Thank you Marion
Thank you Marion
- more than a month ago
- Commercial Templates
- # 4
Hi Mol4
That is simply the creation date of the template. If you have installed the latest download via your Extensions Manager you can be sure it is updated presuming no error were given!
We have yet to sort out the update numbering for our templates :unsure: ... it is on our to do list!
Ciarán
That is simply the creation date of the template. If you have installed the latest download via your Extensions Manager you can be sure it is updated presuming no error were given!
We have yet to sort out the update numbering for our templates :unsure: ... it is on our to do list!
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Salinger
Place the CSS within the media query and it should be fine.. just after the following...
Ciarán
Place the CSS within the media query and it should be fine.. just after the following...
@media only screen and (max-width: 959px) {Ciarán
- more than a month ago
- Commercial Templates
- # 6
- 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 »