Blue Evolution 2.1

Started by TwitchisMental, July 16, 2021, 05:28:27 PM

Previous topic - Next topic

TwitchisMental

#40
Small update : I have been working on this theme a bit and have been updating it with the changes in the GitHub build.(Location unread posts and unread topics for example) I have also been finding little things that need adjusted.

One of the more visual changes that I have made to the theme itself would be the color changes to the dropdown menu. You may also notice the new board icons.

You cannot view this attachment.

TwitchisMental

#41
Version 1.3 is ready for download.

Update : Updated for SMF 2.1.0
Adjustment : Updated the menu colors
Adjustment : Updated some link and text colors for various areas.
Adjustment : Updated the board icons.

Diego Andrés

I was checking this theme out.
I'd suggest changing the height to min-height in #header

SMF Tricks - Free & Premium Responsive Themes for SMF.

TwitchisMental

Quote from: Diego Andrés on February 19, 2022, 07:56:59 PMI was checking this theme out.
I'd suggest changing the height to min-height in #header
Noted.

I don't notice to much difference by default when doing so.

What is the reason for this suggestion? Responsive reason? Just wanting to understand :).

Diego Andrés

You usually don't want to use height unless you can know for sure that the content will stay on that size.
In the header someone could put an image larger than 100px and it will cutoff, the same will happen with text and other content.

SMF Tricks - Free & Premium Responsive Themes for SMF.

TwitchisMental

Quote from: Diego Andrés on February 19, 2022, 08:18:37 PMYou usually don't want to use height unless you can know for sure that the content will stay on that size.
In the header someone could put an image larger than 100px and it will cutoff, the same will happen with text and other content.
*tests this out*

Ahhhh that makes sense. Thank you :).

Edit: Fixed and updated the package.

krator

I have installed the theme in my 2.1.1, but I got errors.

You cannot view this attachment.

What's the problem?

(you can found this here [nofollow] )
Webmaster and developer of La Torre de marfil

TwitchisMental

Quote from: krator on March 07, 2022, 05:09:32 AMI have installed the theme in my 2.1.1, but I got errors.

You cannot view this attachment.

What's the problem?

(you can found this here )
Looks like you have done something that is causing this issue. I just downloaded the latest version on the theme site and can not reproduce this issue.

Have you installed any mods recently? Have you installed any other theme? Are you on the latest version of SMF 2.1?

Have you made any changes?

Edit : Found the issue, looks like a <div> is not being a closed properly when the search is disabled.

One moment.

TwitchisMental

Quote from: TwitchisMental on March 07, 2022, 11:09:30 AM
Quote from: krator on March 07, 2022, 05:09:32 AMI have installed the theme in my 2.1.1, but I got errors.

You cannot view this attachment.

What's the problem?

(you can found this here )
Looks like you have done something that is causing this issue. I just downloaded the latest version on the theme site and can not reproduce this issue.

Have you installed any mods recently? Have you installed any other theme? Are you on the latest version of SMF 2.1?

Have you made any changes?

Edit : Found the issue, looks like a <div> is not being a closed properly when the search is disabled.

One moment.

Fixed version had been uploaded. Thank you @krator for reporting this bug.

The issue was caused by the stuffnthings div being closed when search is enabled. If search was not enabled the div was remaining open.

FrizzleFried

This theme would be nearly perfect for me if I could actually see the text in the editor fields (both quick and full editor)...

See:


(quote is in white and fine... but below...)

You cannot view this attachment.

TwitchisMental

#50
Quote from: FrizzleFried on March 07, 2022, 04:07:37 PMThis theme would be nearly perfect for me if I could actually see the text in the editor fields (both quick and full editor)...

See:


(quote is in white and fine... but below...)

You cannot view this attachment.
That should be getting a light blue. Are you using the latest version 1.3 ?


FrizzleFried

I am...

Version 1.3.

Would the MODS I have installed have anything to do with it?  I have a dozen or so.

TwitchisMental

Quote from: FrizzleFried on March 07, 2022, 05:03:26 PMI am...

Version 1.3.

Would the MODS I have installed have anything to do with it?  I have a dozen or so.
It is possible, just to be sure open custom.css

Find line 1270 and copy+paste what is listed.

It should be -

.sceditor-container iframe, .sceditor-container textarea {
background: rgb(31, 30, 30) url(../images/custom/titlebg.png) repeat-x;
border: 1px solid rgb(2, 53, 112);
color: rgb(206, 223, 255);
}


FrizzleFried

The above settings is exactly what I found.

Oddly... you can adjust the background (31,30,30) but it only adjusts the background color for 90% of the field... the top 10% or so remains the same dark gray color...

I was going to adjust the background up a bit so I could see the dark text,  but it doesn't work as that top 10% remains black...

You cannot view this attachment.

FrizzleFried

Figured it out (well,  the text color issue not the background issue shown above).


It shows LIGHT BLUE when in BBC/CODE mode... but in WYSIWYG mode the text is black...

THAT modes text need to be adjusted.


TwitchisMental

Quote from: FrizzleFried on March 07, 2022, 05:48:45 PMFigured it out (well,  the text color issue not the background issue shown above).


It shows LIGHT BLUE when in BBC/CODE mode... but in WYSIWYG mode the text is black...

THAT modes text need to be adjusted.

Can confirm this issue... however anything I try that fixes it via inspection tool does not work live... 

Working on resolving.

TwitchisMental

Quote from: TwitchisMental on March 07, 2022, 06:36:18 PM
Quote from: FrizzleFried on March 07, 2022, 05:48:45 PMFigured it out (well,  the text color issue not the background issue shown above).


It shows LIGHT BLUE when in BBC/CODE mode... but in WYSIWYG mode the text is black...

THAT modes text need to be adjusted.

Can confirm this issue... however anything I try that fixes it via inspection tool does not work live... 

Working on resolving.
Issue resolved and new fixed version has been uploaded.

krator

Thanks @TwitchisMental . It's working fine now.

I have another problem with mobile phones (small screens).
The first block is hiding part of the title of my first board.
You cannot view this attachment.

For another hand. I don't have great knowledge.
Is it possible to change the background to a static image? How?
You cannot view this attachment.
Webmaster and developer of La Torre de marfil

TwitchisMental

Quote from: krator on March 08, 2022, 07:02:02 AMThanks @TwitchisMental . It's working fine now.

I have another problem with mobile phones (small screens).
The first block is hiding part of the title of my first board.
You cannot view this attachment.

For another hand. I don't have great knowledge.
Is it possible to change the background to a static image? How?
You cannot view this attachment.
Issue 1 : That is normal, not really a bug.

Issue 2 : You would open the custom.css and find

/* Basic Things like body, a links etc */
html,body {
background: url(../images/custom/background.png) repeat;
color: rgb(206, 223, 255);
}

change to

/* Basic Things like body, a links etc */
html,body {
background: url(insert path of image here) no-repeat;
color: rgb(206, 223, 255);
}

or for a solid color

/* Basic Things like body, a links etc */
html,body {
background: rgb(0,0,0);
color: rgb(206, 223, 255);
}
Sorry for the late reply.

krator

Webmaster and developer of La Torre de marfil

Advertisement: