Released 2x How to Move Navigation Bar Above the Logo ? XF2

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
479
Points
53

Reputation:

8VLzeCn.png


That whole navigation should be at Top i want , how to do it any guide made for it ? Logo should come below that.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,520
Points
523

Reputation:

Use cxf top naviagtion
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
20,305
Points
823

Reputation:

PAGE_CONTAINER > Find p-header-logo p-header-logo--image and then take this entire code and insert it as shown
Code:
                        <div class="p-header-logo p-header-logo--image">
                <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}">
                    <img src="{{ base_url(property('publicLogoUrl')) }}" srcset="{$srcset}" alt="{$xf.options.boardTitle}"
                        width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" />
                </a>
            </div>
 

Attachments

  • 3.png
    3.png
    40.3 KB · Views: 89
  • 4.jpg
    4.jpg
    26.3 KB · Views: 89

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
479
Points
53

Reputation:

PAGE_CONTAINER > Find p-header-logo p-header-logo--image and then take this entire code and insert it as shown
Code:
                        <div class="p-header-logo p-header-logo--image">
                <a href="{{ ($xf.options.logoLink && $xf.homePageUrl) ? $xf.homePageUrl : link('index') }}">
                    <img src="{{ base_url(property('publicLogoUrl')) }}" srcset="{$srcset}" alt="{$xf.options.boardTitle}"
                        width="{{ property('publicLogoWidth') ?: '' }}" height="{{ property('publicLogoHeight') ?: '' }}" />
                </a>
            </div>
ENXF NETbro tested doesnt work , i am using XenDark Theme

Link : https://enxf.net/resources/xendark-free-dark-responsive-theme.1963/
 
View previous replies…
Top