Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » New Versions, & Updating »

[SOLVED] Admin bar issues after updating to 3.7.1


  #1  
Old Nov 21, 2013, 06:53 PM
bda
 
30 posts · Feb 2011
[SOLVED] Admin bar issues after updating to 3.7.1

I just updated to 3.7.1. From the Dashboard when I click the "Visit Site" on the admin bar at the top of the screen some of the links now appear as dark blue until I hover over them when they are light gray. The only link that displays correctly is the +New one.

As I remember it, the last time I updated WordPress I had the same problem and finally had to edit a CSS file, I think. After several hours of poking around I still can't figure out what to do to fix this problem and, of course, no longer have my notes from last time.

After I posted the above request, I looked at earlier posts that I had made and saw that when I had the problem before, it was suggested that I switch to Twenty Twelve to see if I had the same problem. I went back and switched to the Twenty Twelve theme. When I did the admin bar looks fine and I can see all the links. I switched to ATA and had the problem. I switched to my child theme and had the same problem. So it looks like it is theme related?

Last edited by bda; Nov 21, 2013 at 07:28 PM. Reason: Found out more information
  #2  
Old Nov 21, 2013, 07:26 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You updated Atahualpa to 3.7.1? the current release is 3.7.12.

what version of WP are you using?

Quote:
I click the "Visit Site" on the admin bar at the top of the screen
You mean the WordPress toolbar bar? that has nothing to do with the theme, WP puts it there.

I'd suggest using FireBug in FireFox so you can see the CSS being applied.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Nov 21, 2013 at 07:29 PM.
  #3  
Old Nov 21, 2013, 07:40 PM
bda
 
30 posts · Feb 2011
I'm using WordPress 3.7.1 and ATA 3.7.12. Am curious why the problem goes away when I switch to Twenty Twelve and comes back when I activate ATA again.
  #4  
Old Nov 22, 2013, 04:15 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
This is because of the way CSS works

CSS rules are applied based on the precedence of the selector (the part before the {…})
The rules of a more specific selector override

In this case, the CSS being applied to the link by the WP admin CSS are not specific enough to override one of the selectors in the Atahualpa CSS.

You could edit the WP CSS and add
HTML Code:
#wpadminbar .quicklinks > ul > li > a, #wpadminbar .quicklinks > ul > li > .ab-empty-item {
    border-right: 1px solid #333333;
}
to
HTML Code:
#wpadminbar .quicklinks > ul > li > a, #wpadminbar .quicklinks > ul > li > .ab-empty-item {
    border-right: 1px solid #333333;
    color: #00FFFF;
}
changing the #00FFFF to the color you want or you could put it in the CSS Inserts option.

Frankly, before you pointed this out, I never noticed this and I doubt it will ever bother me.
If it really bothers you, you should open a issue with wordpress to have them fix it permanently.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Nov 22, 2013, 07:31 AM
bda
 
30 posts · Feb 2011
I added the code to my custom CSS and it works fine. Will report the issue to WordPress. Thanks for your help.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Issues after updating to 3.7.7 bda New Versions, & Updating 3 Jun 22, 2012 07:06 PM
Several issues updating to 3.7.1 ragdoll New Versions, & Updating 5 Oct 18, 2011 04:38 AM
updating from 3.4.2 to...? xxxevilgrinxxx New Versions, & Updating 2 Jul 27, 2009 07:41 AM
Updating to 3.2 Webmason New Versions, & Updating 2 Feb 5, 2009 02:12 PM


All times are GMT -6. The time now is 09:54 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.