Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   a.js is adding 'alt' class to table rows (http://forum.bytesforall.com/showthread.php?t=2989)

billy2 Aug 14, 2009 10:52 PM

a.js is adding 'alt' class to table rows
 
can you tell me where this is so I can modify it? Dang if I can find it. Here's wht my programmer said:

I downloaded your webpage, did some client-side debugging, and realized that you have a javascript, a.js, that adds a 'alt'
class to all the table rows. The easiest way is to remove the problem javascript; the second easiest way is to find a.js and stop it from adding the 'alt' class;

This 'alt' class is prohibiting the inline google docs plugin from functioning properly. What will break if the 'alt' class is removed?

juggledad Aug 15, 2009 04:45 AM

What version of Atahualpa and WP?
What is the URL?
Have you deactivated all teh other plugins to verify it is Atahualpa?

Flynn Aug 16, 2009 03:17 AM

Set Style Tables -> Zebra stripe all tables? to "No"

or delete this from js.php

<?php if ($bfa_ata['table_zebra_stripes'] == "Yes") { ?>
jQuery(".post table tr:even").
addClass("alt");
<?php } else { ?>
jQuery(".post table.zebra tr:even").
addClass("alt");
<?php } ?>


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

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