Admin Menu Add Text

the text duplicate - Admin Menu Add Text

the text duplicate

by Omar_one » Thu Apr 21, 2022 5:56 pm

Hello,
on the small screen the text duplicate
menu text.JPG
Br
Omar
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Contact:

Re: the text duplicate

by zipurman » Fri Apr 22, 2022 2:34 am

You could likely just remove this addon for more recent versions of Phoenix and then add this script somewhere or create a simple admin hook:

Code: Select all

<script>
    $(function(){
        $("#navbarAdmin li > a > span").removeClass("d-md-none");
    });
</script>
If you still want to use the addon, you can add the following to the top of the hook script:

Code: Select all

<script>
    $(function(){
        $("#navbarAdmin li > a > span").remove();
    });
</script>
zipurman
-----------
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Contact:

Re: the text duplicate

by Omar_one » Fri Apr 29, 2022 9:47 pm

Thank you :+1:
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Contact:

Re: the text duplicate

by BrockleyJohn » Wed Jul 02, 2025 7:46 am

@Omar_one

fixed in 0.4.0
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Contact:

Re: the text duplicate

by Omar_one » Thu Jul 03, 2025 3:09 pm

BrockleyJohn wrote:@Omar_one

fixed in 0.4.0
Thank you John
Omar
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Contact: