[DohTheme] Fury Light + Dark

XF2 Style [DohTheme] Fury Light + Dark 2.2.13

No permission to download

originalBugs

Active member
Registered
Joined
Jul 26, 2023
Messages
27
Points
3

Reputation:

VXFimdfCjY.png


in fury top navigation is not showing i have enable it but i dont know how to show the top navigation ?
 

BattleKing

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

Reputation:

View previous replies…

BattleKing

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

Reputation:

top navigation with fury
originalBugsIt is the template modification which need to be changed:

1692628658212.png


Change the FIND field from:
Code:
<header class="p-header" id="header">
To:
Code:
<xf:set var="$srcset">{{ property('publicLogoUrl2x') ? base_url(property('publicLogoUrl2x')) . ' 2x' : '' }}</xf:set>

1692628790432.png
 

originalBugs

Active member
Registered
Joined
Jul 26, 2023
Messages
27
Points
3

Reputation:

It is the template modification which need to be changed:

View attachment 36557

Change the FIND field from:
Code:
<header class="p-header" id="header">
To:
Code:
<xf:set var="$srcset">{{ property('publicLogoUrl2x') ? base_url(property('publicLogoUrl2x')) . ' 2x' : '' }}</xf:set>

View attachment 36558
BattleKing
C2PigrqFvi.jpg


well code work but In Mobile view its f9 but when i tried to scroll in desktop version my top nav hide back ....
 

BattleKing

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

Reputation:

We need to move the bar into another position. Let me check
BattleKingIf you now change it, it is possible that this do not work anymore for other styles:
Change the FIND field from:
Code:
<header class="p-header" id="header">
To:
Code:
<div class="p-navSticky p-navSticky--primary {{ ({$xf.visitor.is_moderator} && (property('dt_sticky_staff_tools'))) ? 'p-staffSticky' : '' }}" data-xf-init="sticky-header">

1692705262128.png
 

originalBugs

Active member
Registered
Joined
Jul 26, 2023
Messages
27
Points
3

Reputation:

If you now change it, it is possible that this do not work anymore for other styles:
Change the FIND field from:
Code:
<header class="p-header" id="header">
To:
Code:
<div class="p-navSticky p-navSticky--primary {{ ({$xf.visitor.is_moderator} && (property('dt_sticky_staff_tools'))) ? 'p-staffSticky' : '' }}" data-xf-init="sticky-header">

View attachment 36570
BattleKingsame as it is previous one, still the same issue.
 
Top