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 » Center area post/pages »

Problem changing post heading hover color - possible CSS bug


  #1  
Old Aug 9, 2010, 08:53 AM
Fredo
 
11 posts · Aug 2010
Denver US
Hi:
I'm new here and have donated in support of this great theme engine. I would like to report a possible bug:

I am running Atahualpa 3.4.6 under Wordpress 2.92. I had problems changing the post heading hover color. I checked other threads like http://forum.bytesforall.com/showthread.php?t=556[/url] and did not not find a resolution to my problem. My settings include:

Body -> HEADLINE Box: Links: Hover is set to red: #BA3C3C;

Style Posts and Pages -> Style Headling Box color is set to yellow:
"color: #E3A52A !important;


The yellow hover did not work. So I examined themes/atahualpa346/css.php.

Lines 871-894 declare css selectors "div.post-headline" in the order of link, visited, active, hover. My understanding is that the order must be link, visited, hover, active (LVHA - see http://www.cssdrive.com/index.php/ex..._pseudo_class/).

So I changed the code to LVHA order:

div.post-headline h1 a:link,
div.post-headline h2 a:link,
div.post-headline h2 a:visited,
div.post-headline h1 a:visited {
<?php echo $bfa_ata['post_headline_style_links']; ?>
}

div.post-headline h1 a:hover,
div.post-headline h2 a:hover {
<?php echo $bfa_ata['post_headline_style_links_hover']; ?>
}

div.post-headline h1 a:active,
div.post-headline h2 a:active {
<?php echo $bfa_ata['post_headline_style_links']; ?>
}

The above css validates in TopStyle. This fixed the problem.

Now comes the fun part. I reverted css.php to the original and the hover color problem is still fixed! So perhaps I made some other mistake in my original settings via the user interface.

However, I would still like to suggest that the LVHA order should be reviewed.


Also a question, please:
in the user interface, areas where the user enters css styles are one line in height. This is generally ok, but some areas like CSS Inserts can have a dozen lines or more of css. I would like to suggest making the input boxes multiple lines at least where it can be expected that the user might input many lines.

Is there a specific enhancement and suggestion thread?

Thank you,

Fred
  #2  
Old Aug 9, 2010, 12:30 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Quote:
Also a question, please:
in the user interface, areas where the user enters css styles are one line in height. This is generally ok, but some areas like CSS Inserts can have a dozen lines or more of css. I would like to suggest making the input boxes multiple lines at least where it can be expected that the user might input many lines.
this is generally caused by a plugin conflict - try disabling all teh plugins and see if you get more than one line in the options, if you do, add the plugins back in a few at a time till you find the culprit.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Aug 9, 2010, 12:44 PM
Fredo
 
11 posts · Aug 2010
Denver US
Thanks! I'll check.

Fred
  #4  
Old Aug 25, 2010, 08:59 PM
Fredo
 
11 posts · Aug 2010
Denver US
I started a new topic on this issue here:
http://forum.bytesforall.com/showthr...1548#post41548

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouseover Hover CSS problem IE8 Ber|Art Page & Category Menu Bars 20 Jan 22, 2011 04:34 AM
[SOLVED] CSS display property and heading in post bigliettaio Customization, Design, Programming... 4 Jul 18, 2010 09:26 AM
Changing font color for widget heading ben618 Sidebars & Widgets 1 Feb 15, 2010 06:29 PM
[SOLVED] Simple Sidebar Plugin - Changing background hover color krystyna Plugins & Atahualpa 1 Feb 12, 2010 03:38 PM
Changing Hover Color of "Submit Comment" Button adum Comments, trackbacks & pings 2 Jun 21, 2009 02:37 PM


All times are GMT -6. The time now is 01:58 AM.


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