Prosilver - header/links issues

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.
Anti-Spam Guide
Locked
User avatar
fish4brains
Registered User
Posts: 4
Joined: Mon Feb 14, 2011 6:29 pm
Contact:

Prosilver - header/links issues

Post by fish4brains »

Made some changes to the overall_header file in ProSilver to get the forum header to match the rest of my site. Thought that I had won, only to realize that in all my hacking that I have screwed up the forum. The links in the headerbar [FAQ, search, members, etc...] are not working and when you hit 'new topic' it does not allow any input. I am sure more is wrong, but for now this is enough headache. :oops:

my forum address http://www.gofishtheplanet.com/FORUM/
User avatar
Daz
Registered User
Posts: 5236
Joined: Fri Dec 07, 2001 2:39 pm
Location: Yorkshire, UK

Re: Prosilver - header/links issues

Post by Daz »

Hi,

I believe it is to do with:

Code: Select all

#sjm-page-background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;

}
Daz
Please and Thank You works wonders...
I reserve the right to post illogical (and totally wrong) replies.
...It's the subtle perfection in attention to detail that makes your work rock the way it does - cdkrg
Think simple - it's not necessarily what you draw that matters, it's what you perceive - Daz

Note: ForumImages<dot>com is no longer anything to do with me.
User avatar
fish4brains
Registered User
Posts: 4
Joined: Mon Feb 14, 2011 6:29 pm
Contact:

Re: Prosilver - header/links issues

Post by fish4brains »

Big thank you Daz... that was the bug. If I was to try the gradient thing again, where in the 'theme' would i try to put the gradient background? As you know when I tried it in the overall_header it kept over lapping with a lot of items. I'm a newbe to phpbb and a rookie at css. cheers
Locked

Return to “[3.0.x] Styles Support & Discussion”