| Author |
Message |
jasculs
Newbie


Joined: Jul 26, 2005
Posts: 14
|
Posted:
Jul Wed 27, 2005 9:40 pm |
  |
Hello,
I know I posted this in another thread but, I thought it migh help if I just started a new thread on this. For my website the MetOpen Home Page displays wight for the articles, but it matches my theme for the feature article. I can't quite figure out why.
I put in $bgcolor2 in the following code:
| Code: |
| global $bgcolor, $bgcolor1, $bgcolor4; |
But that didn't work. Is there something I need to change in my theme.
All help is greatly appreciated. |
Last edited by jasculs on Aug Mon 15, 2005 12:01 pm; edited 2 times in total |
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Jul Thu 28, 2005 7:52 am |
  |
You're right that didn't fully fix the problem. I'll post the solution a little later today. |
|
|
   |
 |
jasculs
Newbie


Joined: Jul 26, 2005
Posts: 14
|
Posted:
Jul Thu 28, 2005 9:12 am |
  |
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Jul Fri 29, 2005 1:32 pm |
  |
I've sent you a file. let me know how it goes. |
|
|
   |
 |
jasculs
Newbie


Joined: Jul 26, 2005
Posts: 14
|
Posted:
Jul Fri 29, 2005 1:37 pm |
  |
just out of curiousity where did you send it to, becuase I didn't recieve it. My e-mail address is jasculs@gmail.com
Thank you
Jason |
|
|
  |
 |
jasculs
Newbie


Joined: Jul 26, 2005
Posts: 14
|
Posted:
Jul Fri 29, 2005 3:33 pm |
  |
I recieved the file, but unfortunetly it did not work. I downloaded MetOpen HomePage 1.0 and that is fine so I guess for now I will just work with that one. Thanks for all of your help. |
|
|
  |
 |
jasculs
Newbie


Joined: Jul 26, 2005
Posts: 14
|
Posted:
Aug Tue 09, 2005 1:58 am |
  |
I guess there is still no hope for the background color?  |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Aug Tue 09, 2005 7:49 am |
  |
I dont give up and am almost finished a release with this fix. |
|
|
   |
 |
Guardian
Newbie


Joined: Jun 25, 2005
Posts: 18
|
Posted:
Aug Thu 11, 2005 1:12 pm |
  |
Add an extra background color to your theme CSS and try adding that to the global variables to see what happens. |
|
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Aug Thu 11, 2005 2:21 pm |
  |
I think i solved this issue. It will be in the next release. |
|
|
   |
 |
jasculs
Newbie


Joined: Jul 26, 2005
Posts: 14
|
Posted:
Aug Thu 11, 2005 3:44 pm |
  |
thank you very much. That solved the problem. I have one more question though. I uploaded the new index and it fixed the background, but on top of the feature article I see this:
how would I get rid of that. |
Last edited by jasculs on Aug Mon 15, 2005 12:00 pm; edited 1 time in total |
|
  |
 |
metopen
Newbie


Joined: Jul 15, 2004
Posts: 199
|
Posted:
Aug Fri 12, 2005 1:14 pm |
  |
Just search for hhbg#0D0E and delete that line. |
|
|
   |
 |
Guardian
Newbie


Joined: Jun 25, 2005
Posts: 18
|
Posted:
Aug Mon 15, 2005 11:46 am |
  |
| jasculs wrote: |
<snip>hhbg#0D0E0E.
how would I get rid of that. |
Double check the file you edited, you must have inserted that somwehere recently.
If it was to follow my suggection regarding adding another variable to the CSS file, double check the syntax by looking at the other examples in that file. |
|
|
  |
 |
Shonie
Newbie


Joined: Oct 05, 2005
Posts: 8
|
Posted:
Oct Fri 14, 2005 11:06 am |
  |
define("_BGCOLOR","");//Default is blank. this overrides your theme background color for tips and features.
How would I change that to not override my theme? If that is the correct place to do it? |
|
|
  |
 |
|
|