Admin Menu links "whited" out !

Need help with the Administration of your Joomla! 3.x site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
User avatar
alexwalker
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 183
Joined: Thu Sep 15, 2005 3:54 pm
Location: Lancaster, UK (near the Lake District)
Contact:

Admin Menu links "whited" out !

Post by alexwalker » Wed Apr 07, 2021 5:39 pm

In administrator I am unable to see the admin menu links when using the browser Google Chrome: https://prnt.sc/116njea
However, if I use MS Edge browser I can see the admin menu links: https://prnt.sc/116npo3
I am using the shaper_eventum template

I have added the following custom css to the template but even when I remove it, it makes no difference. Can anyone help me resolve this issue?

/*Animated text color on Home Page*/
span.animated-heading-before-part {
color:rgb(245, 248, 250)
}

span.animated-heading-after-part {
color: aliceblue;
}

/*the colour of the daily bible text*/
.quote span.mod_rquote_quote_text_file {
color:blue
font-size:28px; !important;
}

/*How to change colour of Menu items*/
#sp-header .sp-megamenu-parent > li > a { color: blue;}

/* Menu items color, font etc
#sp-header .logo a {color: black; font-family: Book Antiqua; font-size: 20px; !important;}*/

/*how to change three bar menu colour*/
#offcanvas-toggler > i.fa {color: blue;}

/* Active color of menu item */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a { color: red; }

/* Color of hover menu item */
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a { color: yellow; }

/*How to change the drop down background colour*/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
background: #002A8C;
padding: 15px;
}

/*How to make top-bar position transparent
#sp-top-bar {
background-color: rgba(0,0,0,0.4);
position: absolute;
height: 40px;
top: 1px;
width: 100%;
z-index: 99;
}*/

/*How to make header transparent*/
#sp-header {background: rgba(255,255,255,0.5);}

/*How to change the height and orientation of the Helix Page Title
.sp-page-title {
background-position: center center !important;
}
#sp-title {
height: 100px !important;
} */

/*Welcome to St Joseph text*/
div.sppb-addon-content {
color:blue
font-size:24px;
}
Alex Walker
"to assume is to make an ass of u and me"

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24974
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Admin Menu links "whited" out !

Post by pe7er » Thu Apr 08, 2021 7:05 am

alexwalker wrote:
Wed Apr 07, 2021 5:39 pm
In administrator I am unable to see the admin menu links when using the browser Google Chrome: https://prnt.sc/116njea
However, if I use MS Edge browser I can see the admin menu links: https://prnt.sc/116npo3
I am using the shaper_eventum template
From the screen captures that you supplied it looks like you are using isis, Joomla's default back-end template.
The changes you made in the front-end shaper_eventum template will not interfere with your back-end layout.

Are you sure that you have been using custom css in the right template?

PS: Joomla's default front-end template Protostar uses user.css for CSS overrides, maybe the Isis back-end template too... See: https://docs.joomla.org/J3.x:Adding_a_c ... _Protostar
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44071
Joined: Sat Apr 05, 2008 9:58 pm

Re: Admin Menu links "whited" out !

Post by Webdongle » Thu Apr 08, 2021 10:50 am

pe7er wrote:
Thu Apr 08, 2021 7:05 am
...
PS: Joomla's default front-end template Protostar uses user.css for CSS overrides, maybe the Isis back-end template too...
Yes it does, just checked.
/administrator/templates/isis/index.php
45 // Load custom.css
46 JHtml::_('stylesheet', 'custom.css', array('version' => 'auto', 'relative' => true));
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
alexwalker
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 183
Joined: Thu Sep 15, 2005 3:54 pm
Location: Lancaster, UK (near the Lake District)
Contact:

Re: Admin Menu links "whited" out !

Post by alexwalker » Thu Apr 08, 2021 11:08 am

Thank you for your responses. I tried clearing the browser history and cache and still it made no difference. Why can I not see the menu links in Chrome but I can in Edge? I even created a new browser page in Chrome and still no change.
Alex Walker
"to assume is to make an ass of u and me"

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44071
Joined: Sat Apr 05, 2008 9:58 pm

Re: Admin Menu links "whited" out !

Post by Webdongle » Thu Apr 08, 2021 1:52 pm

http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
alexwalker
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 183
Joined: Thu Sep 15, 2005 3:54 pm
Location: Lancaster, UK (near the Lake District)
Contact:

Re: Admin Menu links "whited" out !

Post by alexwalker » Thu Apr 08, 2021 4:20 pm

I reinstalled the core files but no change. When I use Edge I can see the menu links. It is only in Chrome that I cannot see them!!!
Alex Walker
"to assume is to make an ass of u and me"

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44071
Joined: Sat Apr 05, 2008 9:58 pm

Re: Admin Menu links "whited" out !

Post by Webdongle » Thu Apr 08, 2021 5:33 pm

https://prnt.sc/116npo3 doesn't display correctly either
Screenshot 2021-04-08 182955.png
1. Is your site on localhost or remote host?
2. Do you have a 3rd party admin component that might cause it?
3. Are you using an extension that compresses css files?
https://forumpostassistant.github.io/docs/ please
You do not have the required permissions to view the files attached to this post.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Admin Menu links "whited" out !

Post by sozzled » Thu Apr 08, 2021 7:04 pm

1. None of my J! 3.9.25 websites (using Isis) have this problem with the MS Edge browser.

2. The CSS in the original post does not cause this problem.

3. The "whiting out" of the menu items in the left navigation pane could be caused by a third-party extension that you installed that changes the behaviour of the backend. Several third-party extensions don't co-operate nicely with the J! backend. I don't know which extension that could be; it could be any of them.

4. The CSS selector for the menu items would be something like

Code: Select all

div.span3 span.j-links-link {

}
or

Code: Select all

div.span3 a {

}
(perhaps)

I don't know why this only seems to happen in in your case just with MS Edge and not other browsers but, then again, Microsoft does everything differently to everyone else. :laugh: Are you 100% sure that you forced a browser refresh (i.e. CTRL+F5)?

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9711
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: Admin Menu links "whited" out !

Post by AMurray » Thu Apr 08, 2021 10:36 pm

1. None of my J! 3.9.25 websites (using Isis) have this problem with the MS Edge browser.
The OP's issue is with Google Chrome not MS Edge (as mentioned in the original question)
Regards - A Murray
General Support Moderator

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: Admin Menu links "whited" out !

Post by sozzled » Thu Apr 08, 2021 11:06 pm

Sorry. My revised advice is this:

1. None of my J! 3.9.25 websites (using Isis) have this problem with the Google Chrome browser.

2. The CSS in the original post does not affect the Isis template. I checked that, too! ;)

3. The "whiting-out" of the menu items in the left navigation pane could be caused by a third-party extension that you installed that changes the behaviour of the backend. Several third-party extensions don't co-operate nicely with the J! backend. I don't know which extension that could be; it could be any of them.

4. The CSS selector for the menu items would be something like

Code: Select all

div.span3 span.j-links-link {

}
or

Code: Select all

div.span3 a {

}
(perhaps)

I don't know why this only seems to happen in in your case just with Google Chrome and not other browsers. Are you 100% sure that you forced a browser refresh (i.e. CTRL+F5)?


Locked

Return to “Administration Joomla! 3.x”