Hello all,
My website is: http://www.poppashouse.com. For some reason, for some modules, there is a green bgcolor popping up and I have no clue where it is coming from. FOr example, if you click on the RESULTS link under POLLS on the right, you will see what I mean. There are a few others this is occurring for and I cannot figure it out. Any ideas?
Thanks!
Jim Janovich
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Need Help with Custom Theme
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Look at the style.css and in the theme.php file, odds are it's in one of them. Look for the 08B200 color code. What theme is it bassed on? (assuming you modified an existing theme, and didn't just create it from the ground up) -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1193
mhalbrook
Look at the style.css and in the theme.php file, odds are it's in one of them. Look for the 08B200 color code. What theme is it bassed on? (assuming you modified an existing theme, and didn't just create it from the ground up)
In addition to style.css (which is in the style sub-directory of the theme directory,) you also need to check the styleNN.css file. Many theme developers do not keep the style.css and styleNN.css files clean and re-define stuff in both files. In fact, styleNN.css is where all styles should be defined. The only styles in style.css are those that will *NOT* work in Netscape 4.x.
On the other hand, start with theme.php as that's where most developers seem to put background colors.
Actually, start by viewing the source from your browser. Look for the HTML that generates the offending color. Then search theme.php for similar code.... -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Dec 29, 2002
- Posts: 3
Thanks guys. I modified the ExtraLite theme and added a lot to it. Prior to submitting my original post, I checked the HTML code and could not find anything.
Also, I did a screenshot, pulled the image into Photoshop and got the HEX code for the green color and search my entire /postnuke dir and found nothing. Also, I did a VIEW SOURCE, copy and pasted the code into Frontpage, in Normal mode it shows fine, in PREVIEW mode it shows the green.
Any ideas?
Thanks!
Jim -
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 1193
bpoppa67
Thanks guys. I modified the ExtraLite theme and added a lot to it. Prior to submitting my original post, I checked the HTML code and could not find anything.
Also, I did a screenshot, pulled the image into Photoshop and got the HEX code for the green color and search my entire /postnuke dir and found nothing. Also, I did a VIEW SOURCE, copy and pasted the code into Frontpage, in Normal mode it shows fine, in PREVIEW mode it shows the green.
Any ideas?
Thanks!
Jim
If it's not in the HTML, then it's in one of the stylesheets.
BTW, the screenshot & view in Photoshop may generate a different HEX code then what the stylesheet was generating.... -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Dec 29, 2002
- Posts: 3
So...I found the problem and have fixed it. Once I clean up some of the code, I will definitely post it to be downloaded. Once I do, I will let you know.
Thanks again!
Jim -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 52
You also might want to check your theme.cfg file.
$miscellaneous = array (
//Style sheet, logo image and colors used by modules by default
'stylesheet' => "",
'logo' => "default.gif", // [logo-image]
'bgcolor1' => "beige", // [color1]
'bgcolor2' => "#A28D64", // [color2]
'bgcolor3' => "#CBB385", // [color3]
'bgcolor4' => "#FFFFFF", // [color4]
'textcolor1' => "#000000", // [color5]
'textcolor2' => "#C5C1A0" // [color6]
);
This is where default theme colour for opentable()
- Moderated by:
- Support
