NightBreeze

Started by SychO, July 25, 2018, 11:31:03 AM

Previous topic - Next topic

master7555

#300

thanks for the theme.
i have installed the theme but when i set it as default theme i am facing this error
"Unable to load the 'main_above' template."
blank white page
can you please help me
i am using  SMF 2.0.17

SychO

try re-downloading the package, something was wrong with the previous one :-/

(also you can go back to the default theme by adding ?theme=1 to your forum url, example: https://link/forum/index.php?theme=1)
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

master7555

Quote from: SychO on September 09, 2020, 04:02:23 PM
try re-downloading the package, something was wrong with the previous one :-/

(also you can go back to the default theme by adding ?theme=1 to your forum url, example: https://link/forum/index.php?theme=1)
thanks for reply,i have done mistake i downloaded the theme two time so second one download renames as nightbreeze(1) . so i remove the theme from the admin panel and download the theme again and install it, and also  done the 2nd step you have told me (https://link/forum/index.php?theme=1). but now i can see the smf defaul theme not the night breeze?

SychO

Quote from: master7555 on September 09, 2020, 04:14:45 PM
Quote from: SychO on September 09, 2020, 04:02:23 PM
try re-downloading the package, something was wrong with the previous one :-/

(also you can go back to the default theme by adding ?theme=1 to your forum url, example: https://link/forum/index.php?theme=1)
thanks for reply,i have done mistake i downloaded the theme two time so second one download renames as nightbreeze(1) . so i remove the theme from the admin panel and download the theme again and install it, and also  done the 2nd step you have told me (https://link/forum/index.php?theme=1). but now i can see the smf defaul theme not the night breeze?

go to Profile > Modify Profile > Look and Layout > (Change) > Forum or board default > [Use this theme]
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

master7555

i have followed the steps , its already selected the night breeze theme, i also click change and select the night theme breeze again but then facing this error
Unable to load the 'main_above' template.
with this url on top
https://site/forum/index.php?action=theme;sa=pick;u=1;d9f3a34acfa8=7b298904372b88dd425dbd349c75e79a

SychO

make sure you removed the nightbreeze theme and reinstalled with a new fixed package
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

master7555

Quote from: SychO on September 09, 2020, 04:25:51 PM
make sure you removed the nightbreeze theme and reinstalled with a new fixed package
yea thanks this time it worked, i have installed it successfully and activated it.
i have few questions as i am new to smf
1.How can i modify the header, i mean if i want replace this gradient header with flat black color as forum have.
2. How can i create icons for each board seperatley as for now it have icon of pencil.

SychO

Quote from: master7555 on September 09, 2020, 04:35:22 PM
1.How can i modify the header, i mean if i want replace this gradient header with flat black color as forum have.

edit the css file "index.css" of the theme.

Quote from: master7555 on September 09, 2020, 04:35:22 PM
2. How can i create icons for each board seperatley as for now it have icon of pencil.

edit the theme files, or look for a mod that does that.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

master7555

well in the header its background image, i have found it i will change it, can you please tell how to decrease the header, can you point out the code in index.css where to change the header height , because there are lot of css coding for header , i am confused.thanks

SychO

Quote from: master7555 on September 09, 2020, 04:47:45 PM
can you please tell how to decrease the header, can you point out the code in index.css where to change the header height , because there are lot of css coding for header , i am confused.thanks

I'm afraid I can't currently help you with code edits, just use the browser developer tools to pinpoint what you want to edit in the css, or maybe someone else will be able to help you with that.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

-Rock Lee-

Quote from: master7555 on September 09, 2020, 04:47:45 PM
well in the header its background image, i have found it i will change it, can you please tell how to decrease the header, can you point out the code in index.css where to change the header height , because there are lot of css coding for header , i am confused.thanks

Look quickly and I may be wrong about something but you have to look at ../Themes/NightBreeze20/css/index.min.css between the lines 1611-1615 it should appear something like:
header {
color:silver;
border-bottom-width:1px!important;
text-shadow:0 0 2px #000;
}


change it to this:
header {
color:silver;
border-bottom-width:1px!important;
text-shadow:0 0 2px #000;
height: 200px;
}


You can change the value 200 to the one that seems most appropriate.


Regards!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

master7555

Hi there is no index.min.css  file in the theme CSS folder of theme NightBreeze20. as i have attached the screen shot you can see

-Rock Lee-

Sorry for my mistake for quickly viewing multiple files, it should be in index.css between the lines 1785-1789.


Regards!
¡Regresando como cual Fenix! ~ Bomber Code
Ayudas - Aportes - Tutoriales - Y mucho mas!!!

JesusIsGodAlmighty.Life

Just wanted to say - nice job. Absolutly in my dark area of spot. I would even go further but overall a nice Theme.

And it seem to work for my mobile as well! :)

Very nice - on the top for sure of picks.
Dearly Regards - Darkijah - May Jayshua the Anointed, God Almighty who died for the Sins of the world bless you with wholesome health and eyes to see!
Websites: https://jesusisgodalmighty.life and https://paven666.dk

SychO

Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

SychO

Anyone using this theme and planning to upgrade their forum to 2.1 anytime soon ?
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Sir Osis of Liver

Not til it goes final, and probably not for a while thereafter.  Have you done a 2.1 version?
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

SychO

Quote from: Sir Osis of Liver on November 02, 2020, 08:42:45 PM
Not til it goes final, and probably not for a while thereafter.  Have you done a 2.1 version?

I would say 40% done. I wanted to see if it was worth updating now, and if there are any people who have used the 2.0 version that would test the 2.1 one, to give feedback, because it's a little different.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Sir Osis of Liver

Having a problem with newsfader on this forum.  Doesn't seem to be any way to scroll long news item.  I've shortened it and reduced font-size, tried overflow: scroll and overflow: hidden, scrollbar is displayed but doesn't work.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

SychO

you can either try to change #upper_section div.news to have:

overflow: auto;
max-height: 95%;
box-sizing: border-box;


Or entirely remove #smfFadeScroller style block.
Checkout My Themes:
-

Potato  •  Ackerman  •  SunRise  •  NightBreeze

Advertisement: