Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   Iepngfix.php still there? (http://forum.bytesforall.com/showthread.php?t=3674)

js9600 Oct 1, 2009 05:38 AM

Iepngfix.php still there?
 
Should call to iepngfix.php not be removed from css.php? File is not there and this change in 3.4.3 means that is correct?

DONE: Replace Twinhelix IE6 PNG transparency fix with DD_roundies (1 file, no images, background & background repeat and hover works).

Section in css.php looks like this:

Code:

<?php if ( $bfa_ata['pngfix_selectors'] != '' ) { ?>
/* ------------------------------------------------------------------
---------- IE6 PNG FIX ----------------------------------------------
------------------------------------------------------------------ */
       
* html <?php echo $bfa_ata['pngfix_selectors']; ?> {
        behavior: url("<?php echo $bfa_ata['template_directory']; ?>/js/iepngfix.php")
}
<?php } ?>


Flynn Oct 10, 2009 12:42 AM

Thats indeed not needed anymore. Will remove ın next version

rickheck Oct 23, 2009 10:47 AM

How do I fix this problem until the new version gets released (and I get around to installing it).

I am using version 3.4.1.

Thanks...Rick...

js9600 Oct 23, 2009 07:18 PM

Well just delete those code lines in css.php, almost at the bottom you see them - when you have upgraded to at least 3.4.3, not before. Not sure it matters at all but annoying when you have noticed :)

timanderson Jan 18, 2010 03:08 AM

Quote:

Originally Posted by Flynn (Post 16319)
Thats indeed not needed anymore. Will remove ın next version

Seems to still be there. I've deleted the lines manually as I noticed lots of 404s in my logs.

Tim

Shamisen Apr 4, 2010 02:30 PM

Quote:

File does not exist: wordpress/wp-content/themes/atahualpa/js/iepngfix.php

PHP Catchable fatal error: Object of class WP_Error could not be converted to string in wordpress/wp-content/themes/atahualpa/functions/bfa_meta_tags.php on line 169
I'm running atahualpa 3.4.6. and my server error log is crammed full of these errors...

The file iepngfix.php is not included in the download and the php error I have no idea whats causing that...

I'm running PHP version 5.2.12

juggledad Apr 5, 2010 04:46 AM

edit css.php and find the following code (should be lines 3085-3093 in version 3.4.6)
HTML Code:

<?php if ( $bfa_ata['pngfix_selectors'] != '' ) { ?>
/* ------------------------------------------------------------------
---------- IE6 PNG FIX ----------------------------------------------
------------------------------------------------------------------ */
       
* html <?php echo $bfa_ata['pngfix_selectors']; ?> {
        behavior: url("<?php echo $bfa_ata['template_directory']; ?>/js/iepngfix.php")
}
<?php } ?>

remove them and save the file


All times are GMT -6. The time now is 05:34 AM.

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