[ABD] we_universal - phpBB 3.2.0

Any abandoned 3.2.x Styles will be moved to this forum.
sp3ctre
Registered User
Posts: 321
Joined: Sun Jul 15, 2007 11:06 am

Re: [Release] we_universal - phpBB 3.2.0

Post by sp3ctre »

Mammouth wrote: Thu Feb 16, 2017 5:42 pm Nobody for help me please ? On mobile i want : http://image.noelshack.com/fichiers/201 ... mobile.png
Account for see where are smilies on mobile currently :
ID : Test
Mdp : test
Please make a new thread, this is off topic
NymphetamineRx
Registered User
Posts: 2
Joined: Wed Feb 15, 2017 10:24 pm

Re: [Release] we_universal - phpBB 3.2.0

Post by NymphetamineRx »

sp3ctre wrote: Thu Feb 16, 2017 7:12 am As everyone else has said, either you are uploading the wrong version or there is a problem with your installation. The theme works fine on 3.2
Yeah, apparently, my host was having some massive issues when I was trying to update the theme the other day. Now that they've resolved those problems, the theme is working just fine with the updated version.

Sorry to bother everyone.

Thanks @NextGen for updating the theme. <3
#ESY
Registered User
Posts: 16
Joined: Mon Jun 29, 2015 3:00 pm

Re: [Release] we_universal - phpBB 3.2.0

Post by #ESY »

Where can I change this color?
Image
Tried to look in all .css files in theme directory, but I didn't see anything that might help.

Thank you.
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

#ESY wrote: Sun Feb 19, 2017 4:05 pm Where can I change this color?
Image
Tried to look in all .css files in theme directory, but I didn't see anything that might help.

Thank you.
Open your content.css

Find:

Code: Select all

.forabg,
.forumbg,
.cp-main table.table1 {
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 3px solid #cacaca;
	border-radius: 5px 5px 0 0;
	background: #4c4c4c;
}
You can change the background color
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
#ESY
Registered User
Posts: 16
Joined: Mon Jun 29, 2015 3:00 pm

Re: [Release] we_universal - phpBB 3.2.0

Post by #ESY »

Thank you very much, works fine now!
Ev0dAK1nG
Registered User
Posts: 12
Joined: Tue Jan 26, 2016 2:05 pm

we_universal | Broken Icons

Post by Ev0dAK1nG »

Image
As you can see in the top right, the "reply" "edit" etc. icons are broken.
Any ideas on how to get them working? I never tried modifying them before so I dunno.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2344
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦
Contact:

Re: we_universal | Broken Icons

Post by P_I »

It would be better if you asking these questions in the [Release] we_universal - phpBB 3.2.0 topic as that's where the style developer expects them. The same applies to your topic we_universal | Category Box Recolor

Edited to be more helpful. Apologies to Ev0dAK1nG for my poor choice of wording.
Last edited by P_I on Wed Mar 15, 2017 5:59 pm, edited 1 time in total.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
Ev0dAK1nG
Registered User
Posts: 12
Joined: Tue Jan 26, 2016 2:05 pm

Re: we_universal | Broken Icons

Post by Ev0dAK1nG »

P_I wrote: Wed Mar 15, 2017 3:44 pm Why are you creating new topics rather than asking these questions in the [Release] we_universal - phpBB 3.2.0 topic? The same applies to your topic we_universal | Category Box Recolor
Because I read somewhere that you're supposed to create a new topic in regards to a new issue. Is that not allowed or something? I'm confused.
And as for why I'm asking for help here and instead of the other board, might be because this is "[3.2.x] Styles Support & Discussion" and I need help with just that.
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2344
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦
Contact:

Re: we_universal | Broken Icons

Post by P_I »

My understanding is you're supposed to create new topics in the Support Forums which deal specifically with the phpBB software. For Extensions and Styles you ask in the specific topic related to the extension or style.

The [Release] we_universal - phpBB 3.2.0 is specifically for style authors to post and receive feedback on 3.2.x styles still in development, which is the case here. Hence my suggestion.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by JimA »

Ev0dAK1nG, I've now merged your question into the general we_universal topic. This is so the style author can easily see if there are any questions with regards to your style and help you. It makes it more difficult for the style author if he has to search the entire forums for questions related to his style. :)

We usually ask people that have general phpBB related questions (so not style or extension related) to create now topics for each issue as that helps keep things clear and seperate for our Support Team.
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
User avatar
cabot
Registered User
Posts: 678
Joined: Sat Jan 07, 2012 4:16 pm
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by cabot »

Hi,

There is a fix to do in responsive.css, find:
html,
body {
background: #fff;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
Replace by:
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

html,
body {
background: #fff;
}
HeyItsCami
Registered User
Posts: 4
Joined: Fri Mar 31, 2017 12:34 am

Re: [Release] we_universal - phpBB 3.2.0

Post by HeyItsCami »

cabot wrote: Thu Mar 30, 2017 5:18 pm Hi,

There is a fix to do in responsive.css, find:
html,
body {
background: #fff;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
Replace by:
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

html,
body {
background: #fff;
}
This resolved my issue with the header not appearing on mobile.
Locked

Return to “[3.2.x] Abandoned Styles”