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 »

upped from 3.3 to 3.4.2, went well, only minor bugs


 
Prev Previous Post   Next Post Next
  #2  
Old Jul 15, 2009, 08:22 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Since 3.4 the left border decoration is on list items instead of links, which should cover 3rd party widgets better

The Sun image appears to be a list item, you can remove its border with a CSS insert

li.wicon {
border-left: 0;
}


Widget lists 2nd level: A bug, thanks for finding.

To fix it in your version edit css.php line 702-729 and add the red parts:


div.widget_pages ul li ul li a:link,
div.widget_pages ul li ul li a:visited,
div.widget_pages ul li ul li a:active,
div.widget_categories ul li ul li a:link,
div.widget_categories ul li ul li a:visited,
div.widget_categories ul li ul li a:active {
padding: 0 0 0 <?php echo $bfa_ata['widget_lists2']['link-padding-left']; ?>px;
border-left: solid <?php echo $bfa_ata['widget_lists2']['link-border-left-width']; ?>px #<?php echo $bfa_ata['widget_lists2']['link-border-left-color']; ?>;
}

div.widget_pages ul li ul li a:hover,
div.widget_categories ul li ul li a:hover {
border-left: solid <?php echo $bfa_ata['widget_lists2']['link-border-left-width']; ?>px #<?php echo $bfa_ata['widget_lists2']['link-border-left-hover-color']; ?>;
}

div.widget_pages ul li ul li ul li a:link,
div.widget_pages ul li ul li ul li a:visited,
div.widget_pages ul li ul li ul li a:active,
div.widget_categories ul li ul li ul li a:link,
div.widget_categories ul li ul li ul li a:visited,
div.widget_categories ul li ul li ul li a:active {
padding: 0 0 0 <?php echo $bfa_ata['widget_lists3']['link-padding-left']; ?>px;
border-left: solid <?php echo $bfa_ata['widget_lists3']['link-border-left-width']; ?>px #<?php echo $bfa_ata['widget_lists3']['link-border-left-color']; ?>;
}

div.widget_pages ul li ul li ul li a:hover,
div.widget_categories ul li ul li ul li a:hover {
border-left: solid <?php echo $bfa_ata['widget_lists3']['link-border-left-width']; ?>px #<?php echo $bfa_ata['widget_lists3']['link-border-left-hover-color']; ?>;
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
A minor problem with the feed being picked up by a blog aggregator. stribe New Versions, & Updating 3 Jul 13, 2009 06:28 PM
A couple minor styling questions mcphoto Page & Category Menu Bars 5 May 17, 2009 08:59 AM
A few minor issues John Atahualpa 3 Wordpress theme 3 Dec 20, 2008 12:17 PM
Current state of Bugs/Fixes Flynn New Versions, & Updating 13 Dec 19, 2008 09:09 AM
[SOLVED] Very minor : page menu bar home option dcousquer Page & Category Menu Bars 1 Dec 13, 2008 03:52 AM


All times are GMT -6. The time now is 02:49 AM.


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