Posted June 13, 20205 yr Hey team, had an idea... I'd love to see a stationary footer menu viewable at all times on mobile. I think there are so many under-utilized sections of IPB that users should know about, but it gets buried. If we could have a secondary footer menu like Twitter, we could have people at the tap of a button see what's currently trending (popularly now), trending hashtags, chat room, calendar, basically whatever you want! Thoughts?
June 14, 20205 yr Author 17 hours ago, ahc said: You can do this easily with some html and css for the mobile version of your site. Define "easily" 😂 I'm useless in that area unfortunately.
June 14, 20205 yr You can create a simple div with x amount of links that you need and fix it to the bottom of the screen. You can use icons in place of text links and stylize them to look similar to the above. To have it show on mobile only, you would just use the @media css tag to display it on specified mobile screen sizes.
June 17, 20205 yr Author On 6/14/2020 at 11:33 AM, ahc said: You can create a simple div with x amount of links that you need and fix it to the bottom of the screen. You can use icons in place of text links and stylize them to look similar to the above. To have it show on mobile only, you would just use the @media css tag to display it on specified mobile screen sizes. How interesting! Good to know it can be done 🙂 Not by me, but it can be done 😂
Archived
This topic is now archived and is closed to further replies.