Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
kar3n2 Posted August 1, 2015 Posted August 1, 2015 HiIs it possible to have a fixed navigation bar so when user scrolls down the site it is always on view?Many thanks Also on my mobile phone when I click the little square top right it opens up the nav bar instead of a dropdown of menu links from it? Maybe its a bug or a CJMenu thing so ill mention that to @CodingJungle I'm sure he will know
kar3n2 Posted August 1, 2015 Author Posted August 1, 2015 @Chris Bell can I add that code into custom css then I wont need to keep re-adding it with all the updates?
Chris Bell Posted August 1, 2015 Posted August 1, 2015 i don't think you will need to add to custom css to have it working on all pages;its not a CSS edit,the instructions call for the code to be inserted and used through globatTamplate;which means all pages will inherit the new functionality,
kar3n2 Posted August 1, 2015 Author Posted August 1, 2015 i don't think you will need to add to custom css to have it working on all pages;its not a CSS edit,the instructions call for the code to be inserted and used through globatTamplate;which means all pages will inherit the new functionality,will I need to add this again each time I upgrade IPS 4+ ?
Chris Bell Posted August 1, 2015 Posted August 1, 2015 i don't think the template is overwritten with each update,you could simply make a copy of your current template; give it a new name and use it as default,if and when the default built in IPS template gets updated; your saved one should not be overwritten, the update im guessing usually include functions updates; not template layout updates,but im not sure how accurate my assumption is in regards to what updates normally,
steve00 Posted August 2, 2015 Posted August 2, 2015 HiIs it possible to have a fixed navigation bar so when user scrolls down the site it is always on view?Many thanks Also on my mobile phone when I click the little square top right it opens up the nav bar instead of a dropdown of menu links from it? Maybe its a bug or a CJMenu thing so ill mention that to @CodingJungle I'm sure he will know Fixed navigation can be done using cssin custom.css add:nav.ipsLayout_container { left: 20px; position: fixed; top: 82px; width: 100%; z-index: 9999; } #ipsLayout_body { margin: 50px auto; }might have to adjust some of those numbers depending on if header area changed from default but try using the above firstas for mobile issue then try changing the 760px I gave in your other topic to lower number (e.g. 480px or 320px)
ipsrocks Posted August 2, 2015 Posted August 2, 2015 I have created a plugin for this. https://community.invisionpower.com/topic/418807-fixed-navbar/ . I hope that it will get approved soon
Recommended Posts
Archived
This topic is now archived and is closed to further replies.