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 » Plugins & Atahualpa »

a.js is adding 'alt' class to table rows


  #1  
Old Aug 14, 2009, 10:52 PM
billy2
 
7 posts · Aug 2009
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?

Last edited by billy2; Aug 14, 2009 at 10:54 PM.
  #2  
Old Aug 15, 2009, 04:45 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What version of Atahualpa and WP?
What is the URL?
Have you deactivated all teh other plugins to verify it is Atahualpa?
__________________
"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 16, 2009, 03:17 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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 } ?>

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to Override Table CSS? jkestler Atahualpa 3 Wordpress theme 18 Apr 13, 2015 02:34 PM
Table Issues bobby sapphire Atahualpa 3 Wordpress theme 2 Aug 11, 2009 07:01 AM
The order of the header's rows and... ahc Header configuration & styling 2 Jun 2, 2009 02:54 PM
Header Image Alt Tag fratelli78 Header configuration & styling 1 Jun 1, 2009 05:53 AM
Catchable fatal error: Object of class stdClass could not be converted to string !? neocratus Atahualpa 3 Wordpress theme 11 Dec 13, 2008 06:47 PM


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


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