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
VIP Member
VIP Member
Posts: 481
Joined: Fri Oct 25, 2019 5:06 pm
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
aka Preston Lord
-----------
Happy to help where I can ;)

https://phoenixaddons.com
https://www.youtube.com/zipurman/ ** PHOENIX HOW-TO VIDEOS **
Image
User avatar
zipurman
PhoenixCart Developer
PhoenixCart Developer
Posts: 470
Joined: Tue Oct 13, 2020 5:20 pm
Contact:

Re: the text duplicate

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

Thank you :+1:
Omar_one
VIP Member
VIP Member
Posts: 481
Joined: Fri Oct 25, 2019 5:06 pm
Contact: