[Release] PBTech

For style authors to post and receive feedback on 3.1.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Suggested Hosts
Locked
antdoros
Registered User
Posts: 2
Joined: Sat Oct 25, 2014 7:12 pm

Re: PBTech

Post by antdoros »

Hi,

I have noticed some dots appear on the buttons. The same happens in some other child styles of PBWOW3, can't remember which ones.
Btnissue
Btnissue
btnissue.JPG (7.18 KiB) Viewed 1695 times
So here is the fix for them:
You should put some where in your PBTech button style to use the font family from prosliver:
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
Rather than to use the PBWOW3 font style:
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
btnissuefix
btnissuefix
btnissuefix.JPG (84.08 KiB) Viewed 1695 times
This is the result:
Also the font style suits the Locked button. Just my opinion.
btnissuefixed
btnissuefixed
btnissuefixed.JPG (6.31 KiB) Viewed 1695 times
Antonio.
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

I like this style a lot, thanks!
User avatar
noth
Registered User
Posts: 2528
Joined: Fri Jan 07, 2005 7:10 pm
Location: North Surrey
Contact:

Re: PBTech

Post by noth »

wow :twisted: certainly does look amazing

looking forward to the release alright

the screenshot looks good, the demo looks even better! :D
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: PBTech

Post by Raul [ThE KuKa] »

@ PayBas, it's possible change/remove this "borders" to signature images?
capture.png
capture.png (61.49 KiB) Viewed 1616 times
Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
PayBas
Former Team Member
Posts: 930
Joined: Thu May 25, 2006 12:37 am

Re: PBTech

Post by PayBas »

antdoros wrote:I have noticed some dots appear on the buttons. The same happens in some other child styles of PBWOW3, can't remember which ones.
btnissue.JPG
Do you currently still see it on the demo website? If so, which browser/OS are you using, because I don't see it on Chrome, FF, or IE11. I think you are using Chrome, but I don't know which OS.
Raul [ThE KuKa] wrote:@ PayBas, it's possible change/remove this "borders" to signature images?
capture.png
Best regards.
Should be fixed now.
User avatar
moviehive
Registered User
Posts: 190
Joined: Mon Oct 20, 2014 2:08 am
Name: Aaron T

Re: PBTech

Post by moviehive »

The issue I have with this theme is the link color in the header. It does not match the black background. Is there anyway to change it to white.
User avatar
Hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 1065
Joined: Wed Dec 30, 2009 8:14 am
Name: Michael Miday
Contact:

Re: PBTech

Post by Hanakin »

PayBas wrote:
antdoros wrote:I have noticed some dots appear on the buttons. The same happens in some other child styles of PBWOW3, can't remember which ones.
btnissue.JPG
Do you currently still see it on the demo website? If so, which browser/OS are you using, because I don't see it on Chrome, FF, or IE11. I think you are using Chrome, but I don't know which OS.
Looks fine on Chrome/firefox on OSX
marekmikula0
Registered User
Posts: 55
Joined: Thu Jun 12, 2014 11:44 am
Contact:

Re: PBTech

Post by marekmikula0 »

Hi PayBas you could post a tutorial how to change the links at the top of forum I link to phpbb.com and pbwow.com :)

Thank you :)

// I solved it :)
Moneyearn.eu - Earnings on the Internet
chriket
Registered User
Posts: 19
Joined: Thu Dec 13, 2007 10:21 pm

Re: PBTech

Post by chriket »

I'm probably missing something but how do you create the layout used on your demo and on the screenshot, with a column on the right (recent topics)?
Khaos-Rage
Registered User
Posts: 71
Joined: Sun Jul 13, 2008 4:31 am

Re: PBTech

Post by Khaos-Rage »

Just upload and enable Paybas' Recent Topics extension.
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

Hi,
In the theme's images folder there is an image called "staff.gif".

I was just wondering if you had an example of this image being used on the PBTech style - at the moment I'm not sure where I could use it.

Thanks
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: PBTech

Post by Raul [ThE KuKa] »

Last edited by Raul [ThE KuKa] on Fri Nov 07, 2014 9:05 pm, edited 1 time in total.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

Ah I see, thanks :)
Myllox
Registered User
Posts: 11
Joined: Fri Oct 31, 2014 11:32 am

Re: PBTech

Post by Myllox »

When running a site using https, there are two requests to http google resources that can cause "Only secure content is displayed" messages in IE.

in pbwow.css and custom.css

find:

Code: Select all

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
suggestion to correct this to:

Code: Select all

@import url(//fonts.googleapis.com/css?family=Open+Sans);
cheers
//Myllox
Cable Player
Registered User
Posts: 516
Joined: Thu Feb 03, 2011 4:45 pm
Location: Hampshire, England

Re: PBTech

Post by Cable Player »

Hi there, I have a question and I expect the answer will be that it needs an extension, but:

At the moment my forums don't have descriptions, so there's empty space in the box they display in. I was thinking of using this space for easy links etc., but with some of them it'd be great to have the latest topic title display in a list of maybe the most recent 4 on each new line. I've attached an example of what I mean.
The topic links of course would be specific to the forum they display under.

Many thanks
Attachments
example.PNG
example.PNG (9.67 KiB) Viewed 1193 times
Locked

Return to “[3.1.x] Styles in Development”