proFormell

All 3.0.x styles released in our Styles Database can be found here. All discussion or support regarding an individual style should take place in that style's own area in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of releases and/or updates for styles. Any style support should be obtained through the Customisations Database in the support area designated for each style.

A direct link to support for each Style is in the first post of the respective topic.
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: proFormell

Post by Marc »

Ok, remove the margin: 0 auto; code an put this in:

Code: Select all

background-position: 50% 0;

I don't think that you will get any errors with the percentages. ;)
BA172
Registered User
Posts: 55
Joined: Sun Jun 29, 2008 9:19 am

Re: proFormell

Post by BA172 »

marc1706 wrote:Ok, remove the margin: 0 auto; code an put this in:

Code: Select all

background-position: 50% 0;
Tried that, purged the cache, refreshed everything - still not working.

Jeez, I really thought this would have been easy! :?
marc1706 wrote:I don't think that you will get any errors with the percentages. ;)
Thanks! ;)

Any more ideas on that logo centering problem? I'm guessing that something somewhere is over-riding the style from the common.css? :?
BA172
Registered User
Posts: 55
Joined: Sun Jun 29, 2008 9:19 am

Re: proFormell

Post by BA172 »

I sort of fixed the problem. I wasn't able to figure how to center the image but I did notice that you had the header_bg set to auto size and auto center, so I just photoshopped my logo into the middle of the header_bg. It's not coded, but it works, lol... :D

Thanks for trying to help me out, and thanks so much for the style. ;)
temagami
Registered User
Posts: 1
Joined: Mon Mar 15, 2010 4:17 am

Re: proFormell

Post by temagami »

I've read through the forum questions and I can't seem to find a way to change the background colour that actually works.

I tried accessing the colours.css file and making this change:


--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
color: #000000;
background-color: #000000;
}

But it didn't work. Ideally, I'd like to put an image in there but I'd be satified with just changing the colour to black. Any ideas?
User avatar
Jaifaime
Registered User
Posts: 170
Joined: Wed Jun 10, 2009 12:16 am

Re: proFormell

Post by Jaifaime »

There's an image file called "bg_main" (I forget which image format it is by default, I've since switched a bunch of mine to .png), I think it was in the root/styles/proFormell/theme/images folder. Do a Find in colours.css for "bg_main" and you can change the file that is called for the background image.
This account is inactive. Have a nice day.
utopic
Registered User
Posts: 3
Joined: Wed Mar 17, 2010 10:31 am
Name: utopic mike

captcha @ user registration

Post by utopic »

Hello,

I need some help with this theme - just one little big issue: When users try to register, if image verification is active, the captcha image / section is not displayed.

At first I thought there might be something wrong with the settings, but with a different theme (for example the default prosilver2), the image verification is ok.

Help me out, where do i start looking for an explanation?

Thank you.

Image
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: proFormell

Post by Marc »

What browser are you using?
utopic
Registered User
Posts: 3
Joined: Wed Mar 17, 2010 10:31 am
Name: utopic mike

captcha

Post by utopic »

tested with internet explorer 6 & 8 & firefox 3.6

board version is 3.0.5 and theme/style version is 1.2.3
LE:
Nevermind, the theme was incompatible with the 3.0.5 phpbb board version - but it's working ok with the latest version - I just updated it.

Thank you!
utopic
Registered User
Posts: 3
Joined: Wed Mar 17, 2010 10:31 am
Name: utopic mike

a new question

Post by utopic »

Hello,

I have a new question, about something else: how should I go about "translating" the imageset for romanian language? I've changed the language but since there is no proper imageset, some buttons don't appear at all :) and as a temporary solution I'm using the english default imageset.
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: proFormell

Post by Marc »

You can find the PSD-files in the contrib-folder.
User avatar
prototech
Former Team Member
Posts: 5406
Joined: Mon Mar 19, 2007 2:04 pm
Location: Southern California

proFormell

Post by prototech »

Style Updated to version 1.2.4
See first post for Download Link
Need help with MOD/style installations or other phpBB problems? Contact me for a quote.
slayer1011
Registered User
Posts: 129
Joined: Sun Jul 03, 2005 11:02 pm
Location: Hamilton, Ontario Canada
Contact:

Re: proFormell

Post by slayer1011 »

hi,

Ive been playing around with proFormell on my forum for a while now (just went live with an updated phpBB3 about a week ago) and im trying to tweak the colours a little here and ther eto flow betetr with my site.

i browsed through 10 of the pages on this thread, and didnt find an answer to my specific problem, so unfortunatly i skipped the rest, hopefully it wasnt answered already)

if it was please just point me to the correct post ;)

What i want to change is the colour of the forum category titles background... does that make sence? here's a photo. (see arrows)

If i have to edit imaged, which images, if i have to edit colours.css (where do i change that)

thanks in advance

Image
User avatar
Marc
Development Team Leader
Development Team Leader
Posts: 5657
Joined: Tue Oct 30, 2007 10:57 pm
Location: Munich, Germany
Name: Marc
Contact:

Re: proFormell

Post by Marc »

Both, background image and background color are defined in colours.css:

Code: Select all

.forabg {
	background-color: #000000;
	background-image: url("{T_THEME_PATH}/images/bg_list.gif");
}
The background color has to be the same as the bottom of bg_list.gif, else it will look awful. ;)
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: proFormell

Post by Raimon »

Style Updated to version 1.3.0
See first post for Download Link
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
User avatar
Raimon
Former Team Member
Posts: 12088
Joined: Tue May 30, 2006 5:31 pm
Location: Netherlands
Name: Raimon Meuldijk
Contact:

Re: proFormell

Post by Raimon »

Style Updated to version 1.3.1
See first post for Download Link


Notes: This style inheritance from prosilver, so be sure that prosilver is present and installed on your board before you are going to install this Style.

If you already have installed this Style before, then you need to reinstall the template of this Style in your Administration Panel.
Need phpBB installation, extenstions, Styles or integrate phpBB with you website?
Contact me @ www.raimon.nl for fair prices and good service!
Locked

Return to “[3.0.x] Styles Database Releases”