inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 11, 2016 7:51:07 GMT -8
Dzharet James Can you post links to your boards, please? I just swapped out all of the lowercase/uppercase with "none" on a test board with no issue, but I'll have a look to see how I can help. ellitest.proboards.com/As you can see, no problem. Keep in mind that a lot of the text-transform properties are using variables, I recognize that my instructions may not have been clear on this. So search for "lowercase" and "uppercase" and replace each value with "none".
|
|
James
New Member
Posts: 8
inherit
230602
0
Apr 11, 2016 10:36:04 GMT -8
James
8
April 2016
modic
|
Post by James on Apr 11, 2016 8:04:23 GMT -8
Dzharet James Can you post links to your boards, please? I just swapped out all of the lowercase/uppercase with "none" on a test board with no issue, but I'll have a look to see how I can help. ellitest.proboards.com/As you can see, no problem. Keep in mind that a lot of the text-transform properties are using variables, I recognize that my instructions may not have been clear on this. So search for "lowercase" and "uppercase" and replace each value with "none". Alright thank you, I'll test that now. Also, sorry to be a pain but is there a way to change the text from 'Breathe' and remove 'a v5 proboards theme' underneath the title. Would it be possible to replace the title with a logo? EDIT: The casing worked, I was searching text-transform: upper/lowercase instead of just lower/uppercase, I understand what you mean regarding the variables now. I've found where to remove the subheading (line 271) and I've found where I can edit the title, but I'm not too sure how to do that and also how to replace it with a logo of my choice. Thanks again for the help!
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 11, 2016 8:56:10 GMT -8
James Please review my readme file for information on how to change the title and sub-title. The title is pulled from the name of the forum using the variable $[forum.name]. You can replace $[forum.name] with whatever text you want.
|
|
James
New Member
Posts: 8
inherit
230602
0
Apr 11, 2016 10:36:04 GMT -8
James
8
April 2016
modic
|
Post by James on Apr 11, 2016 9:06:18 GMT -8
James Please review my readme file for information on how to change the title and sub-title. The title is pulled from the name of the forum using the variable $[forum.name]. You can replace $[forum.name] with whatever text you want. Thanks again for putting up with my amateurishness, I once again wish to express my love for the theme, and also for your support & guidance!
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 11, 2016 9:11:39 GMT -8
James No problem! Glad you like it.
|
|
James
New Member
Posts: 8
inherit
230602
0
Apr 11, 2016 10:36:04 GMT -8
James
8
April 2016
modic
|
Post by James on Apr 11, 2016 9:53:01 GMT -8
elli Sorry to be a pain once again, I've understood most of the CSS now and the theme is coming along nicely however I can't seem to make the banner less than 600px (I want it down to 400px). I've tried editing @banner_height but it does not have an effect if I change the value to anything below 600px. Thanks!
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 11, 2016 10:56:14 GMT -8
James Make sure you're going through Admin > Themes > Colors & Theme Creator and modifying "Banner Height," or the value of @banner_height in the stylesheet. I reduced it from 500px to 400px here: ellitest.proboards.com/
|
|
James
New Member
Posts: 8
inherit
230602
0
Apr 11, 2016 10:36:04 GMT -8
James
8
April 2016
modic
|
Post by James on Apr 11, 2016 13:30:39 GMT -8
elli I've tried both of those options and neither have any effect on the banner size. It may be something to do with the 300px x 300px logo that I'm using in place of the text, and the larger sub-header that I'm using.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 11, 2016 13:35:56 GMT -8
James Yes, if you have content inside of the header, it will stretch its container. If you have an image, you can resize it with CSS like this: .image-class { width: 200px; height: 200px; } .image-class > img { width: 100%; height: auto; } Where .image-class is the class appended to your logo: <img src="" class="image-class" />
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Apr 12, 2016 21:43:08 GMT -8
Am I allowed to change colour scheme?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 13, 2016 6:06:01 GMT -8
Boy_Wonder Yep, edit whatever you like as long as my credits remain visible. Instructions for editing the colors are in the readme.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Apr 13, 2016 9:25:50 GMT -8
elli - next question as I'm not familiar with Flexbox I would like if possible if you could post me up a 'template' I could almost copy and paste to replace the images (the ones you put up for sister sites etc) into a layout akin to this: STAFF | Robs Stable Empire Main Admin GMT Timezone |
[/div] ((should use existing styling obviously just not sure how to get it set up in a way I could then repeat the tabley bit to add my full staff team xD
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Apr 13, 2016 10:22:45 GMT -8
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Apr 13, 2016 10:50:29 GMT -8
Scrolling for the overall container
|
|
inherit
immortalchild_100300@hotmail.com
166406
0
Dec 10, 2021 9:00:02 GMT -8
Alice in the Boxxx
She Who Dreams
81
May 2011
icedthemoon
|
Post by Alice in the Boxxx on Apr 15, 2016 9:07:12 GMT -8
elli, Simply beautiful. I was wondering, how do you change the color of the forum name on the banner? Perhaps I missed that in the readme file.
|
|