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 »

Css Script Help I think.


  #1  
Old Mar 10, 2009, 01:20 PM
joestyer's Avatar
joestyer
 
17 posts · Feb 2009
Falmouth Kentucky
I am adding some java script to have a store from an affiliate. I created the items and selected the color on there site. It gives me the script to place on the page. When I place the script into the page the CSS I think is overriding it. http://www.blackberrysites.com/?page_id=948 is the site. I would like the css for the site not to be active in the body part of this page. I hope I am asking this properly. Hope you can help.
Thank You
Best Regards
Joe Styer
  #2  
Old Mar 10, 2009, 01:38 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Try this as CSS Insert:

HTML Code:
td#outerMainTable td {
background-color: transparent !important;
}
To do this for all tables inside posts or pages:

HTML Code:
.post table td {
background-color: transparent !important;
}
To make this future-proof for version 3.2.1 (which will apply the class "page" to "Page" pages instead of giving posts and pages the same class "post")

HTML Code:
.post table td,
.page table td {
background-color: transparent !important;
 }
  #3  
Old Mar 10, 2009, 02:34 PM
joestyer's Avatar
joestyer
 
17 posts · Feb 2009
Falmouth Kentucky
I think I have it right now. I do not see any errors.
I went to the ATO and added everything under the HTML/CSS tab in the CSS box at the bottom.
If this is done correctly thank you very much.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Image rotation PHP script needs a tweak paulae Sidebars & Widgets 9 Jun 14, 2009 12:41 PM
My <form> in Page can't find it's .php action script kathryn Atahualpa 3 Wordpress theme 2 Jun 7, 2009 10:08 AM
Atahualpa theme java script problem adventoutpost Header configuration & styling 7 May 2, 2009 01:28 PM
How to enter a php script bilalasd Excerpts, Read more, Pagination 2 Apr 16, 2009 03:53 PM
How to use export.php script file to save theme changes? Andante New Versions, & Updating 1 Mar 22, 2009 06:36 PM


All times are GMT -6. The time now is 01:30 PM.


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