Hello,
on the small screen the text duplicate
Br
Omar
Admin Menu Add Text
the text duplicate - Admin Menu Add Text
-
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
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:
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").removeClass("d-md-none");
});
</script>
Code: Select all
<script>
$(function(){
$("#navbarAdmin li > a > span").remove();
});
</script>
zipurman
-----------
-----------
- zipurman
- Builder
- Posts: 540
- Joined: Tue Oct 13, 2020 5:20 pm
- Phoenix Version: v
- Contact:
-
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
@Omar_one
fixed in 0.4.0
fixed in 0.4.0
-
BrockleyJohn
- Certified Developer
- Posts: 173
- Joined: Mon Mar 01, 2021 5:37 pm
- Phoenix Version:
- : Buy Me A Beverage
- Contact:
Re: the text duplicate
Thank you JohnBrockleyJohn wrote:@Omar_one
fixed in 0.4.0
Omar
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Contact: