UnLoggedinMenu Download 1.1

This component/theme works with latest OSSN version.
5.0
Indonesian Arsalan Shah 2 years ago

Shows the topbar menu for unloggedin users, so unloggedin users may browse items. Default list is based on enabled components in order

Groups, Blogs, Videos, MP3, Marketplace, Files, Forum, Business Pages

enter image description here

You may edit as per your need /UnLoggedinMenu/plugins/default/unloggedinmenu/menus.php based on BS5 navbars https://getbootstrap.com/docs/5.0/components/navbar/

Tested only on GoBlue theme and make sure PrivateNetwork is disabled.

Comments
German Georg yurij Replied 1 year ago

Hi,
i tried

position: fixed

but does not work.
Im using white theme.

German Georg yurij Replied 1 year ago

Thanks alot, how can i make that the Navbar is not scrolling anymore and stay fixed at the top instead?
Sorry for the many questions.

German Michael Zülsdorff Replied 1 year ago

Just had a brief look ...
One option would be to add a higher z-index here in menus.php like

<nav class="navbar navbar-expand-lg  navbar-dark bg-dark" style="z-index: 1000">

Another maybe better one could be to stop the absolute positioning of the video in backgroundVideo.js like

            /* Check for 3dtransforms
        if(me.options.has3d) {
            this.options.$video.css(me.options.browserPrexix + 'transform', 'translate3d(-'+ xPos +'px, ' + yPos + 'px, 0)');
            this.options.$video.css('transform', 'translate3d('+ xPos +'px, ' + yPos + 'px, 0)');
        } else {
            this.options.$video.css(me.options.browserPrexix + 'transform', 'translate(-'+ xPos +'px, ' + yPos + 'px)');
            this.options.$video.css('transform', 'translate('+ xPos +'px, ' + yPos + 'px)');
        }
        */

because this would really make the top of the video appear below any other headers

German Georg yurij Replied 1 year ago

Thanks for this extension, unfortunately the menu is not displayed when a backround video is set up. I'm sure it's just a small thing to bring the menu back to the foreground and fix it, but I'm still having trouble finding the solution. Can anyone help me?

in Balamurali Govindan Replied 2 years ago

Is it possible to have this working in Ossn 5.6? Please advise. Thank You.

Breton Elias Hilário Santos Replied 2 years ago

Really enjoyed! on my site only events and groups appear in the link, how do I make others appear as well as in your example image?

Component

Developer: Arsalan
License ossnv4
Type: Uncategorized
Requires Ossn Version : 6.1
Latest Version: 1.1
Last Updated 2 years ago
Repository Url View Repository

Versions