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] Atahualpa 3.7.12 css.php bugs


 
Prev Previous Post   Next Post Next
  #1  
Old Sep 3, 2013, 07:05 AM
Mark Tuttle
 
1 posts · Sep 2013
[SOLVED] Atahualpa 3.7.12 css.php bugs

In Atahualpa Version 3.7.12, there are two typos in css.php that generate css sytax errors (and the parsing errors seem to contribute to styling issues on my site).

[This is a reposting of a bug report I posted on http://wordpress.org/support/topic/typos-in-cssphp because I was unable to find the forum for bug reports like this, admins feel free to move this thread to the appropriate forum.]

At line 1799 (stripping comments for readability) the width property is given two values auto and 100% which is not legal.
.wp-caption {
max-width: 96%;
width: auto 100%;
height: auto;
display: block;
<?php bfa_incl('post_image_caption_style') ?>
}
At line 2853 (again stripping comments) there is a missing comma at the end of the second line that makes this definition unparseable.
* html ul.rMenu-vRight li.sfhover ul,
* html ul.rMenu-hRight ul.sub-menu li.sfhover ul
* html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul
{
left: -60%;
}
I'm posting here instead of in the BytesForAll forums because I could not find a forum there with the appropriate subject definition.
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
several bugs after upgrading to atahualpa 364 and wordpress 3.1 mppc New Versions, & Updating 1 Apr 3, 2011 10:26 AM


All times are GMT -6. The time now is 08:06 AM.


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