No Borders around blocks.
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
No Borders around blocks.
Your Portal Version: 1.0.1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
Fresh install of phpBB3, just added this portal to my test site.
What have you already tryed to solve the problem?
Checked all my code.. Seems fine
Description and Message
On the portal home page (prosilver) no borders appear around the block on the left and right. (no images etc)
Centre blocks are fine.
Any ideas ?
Thanks
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
Fresh install of phpBB3, just added this portal to my test site.
What have you already tryed to solve the problem?
Checked all my code.. Seems fine
Description and Message
On the portal home page (prosilver) no borders appear around the block on the left and right. (no images etc)
Centre blocks are fine.
Any ideas ?
Thanks
-
- Valued Contributor
- Posts: 80
- Joined: 8. January 2008 12:50
- phpBB.de User: HenK
- phpBB.com User: H3nK
- Location: Germany
Re: No Borders around blocks.
Maybe you didn't upload the portal.css into the theme folder.
Re: No Borders around blocks.
portal.css is there..
Any other ideas ?
THANKS
Any other ideas ?
THANKS
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: No Borders around blocks.
Did you modify the stylesheet.css properly and did you purge your theme-cache?
Re: No Borders around blocks.
This is my stylesheet.css:
I presume this is correct.. I've cleared my Cache and still no borders around the left or right blocks..
Thanks for taking the time to try and help.
Code: Select all
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");
Thanks for taking the time to try and help.
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: No Borders around blocks.
Which cache did you purge?
Did you go to Styles >> Themes and cleared your style's cache?
If you didn't do that, the theme is not refreshed.
Did you go to Styles >> Themes and cleared your style's cache?
If you didn't do that, the theme is not refreshed.
Re: No Borders around blocks.
Hi
Yes I cleared the theme's cache as well as the main cache..
I think I'll restore my backups and try again !!
Yes I cleared the theme's cache as well as the main cache..
I think I'll restore my backups and try again !!
Re: No Borders around blocks.
Reinstalled and working well.
Thanks
Now to change the blocks colour !! and maybe the menu !!
Thanks
Now to change the blocks colour !! and maybe the menu !!
-
- Dev
- Posts: 2504
- Joined: 17. July 2008 21:08
- phpBB.de User: marc1706
- phpBB.com User: Marc
- Location: Clausthal-Zellerfeld / München
- Contact:
Re: No Borders around blocks.
For editing the menu you might look into this short tutorial: viewtopic.php?f=24&t=917
For changing the block's color, just open portal.css and change this part of the code:
Change the background-color to your needs.
For changing the block's color, just open portal.css and change this part of the code:
Code: Select all
.portal-panel {
background-color: #DDE9F0;
color: #28313F;
margin-bottom: 4px;
padding: 0 10px;
color: #3f3f3f;
}
Re: No Borders around blocks.
Thanks.. got it sorted.
-
- Active Member
- Posts: 2
- Joined: 20. October 2008 18:34
Re: No Borders around blocks.
Hi there just installed this portal on my system, I also have the same problem. However If I select the subsilver theme everything is fine. I have deleted the cach via ftp and useing the system ACP Purge the cache. Please help!!!
P.S.
I have the following file located on my ftp
/phpbb3/styles/prosilver/theme
portal.css and stylesheet.css
Contents of Stylesheet.css
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");
P.S.
I have the following file located on my ftp
/phpbb3/styles/prosilver/theme
portal.css and stylesheet.css
Contents of Stylesheet.css
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("portal.css");
-
- Active Member
- Posts: 2
- Joined: 20. October 2008 18:34
Re: No Borders around blocks.
Problem has been sorted, it was to do with the prosilver theme.cfg it was this option causeing the problem
parse_css_file = off.
anyway just thought I would post the solution
parse_css_file = off.
anyway just thought I would post the solution