News:

Wondering if this will always be free?  See why free is better.

Main Menu

Elementary

Started by TwitchisMental, October 08, 2024, 09:11:00 PM

Previous topic - Next topic

TwitchisMental

Link to the theme


Elementary
A simple and clean looking multi-color SMF theme.

Features :
Dark Mode
Color Variants
Custom Forum Width
Social Network Icons/Links
Avatars On Board Index 
Avatars On Message Index
Custom Footer Blocks
Info Center Sidebar Option

License :

SMF Version :


Patch Notes :
1.0 Initial Release

Forumz

Loving the dark versions of these  8) Do you have a live view?

TwitchisMental

Quote from: Forumz on October 12, 2024, 02:47:56 PMLoving the dark versions of these  8) Do you have a live view?
Should be able to view it on my demo site.

Link is in my signature.

bod22

Finally something new :)

It looks really nice. I like the colours and the layout.
However I would consider changing this part into three columns view

so that there isn't so much empty space.

TwitchisMental

Quote from: bod22 on October 16, 2024, 10:29:31 AMFinally something new :)

It looks really nice. I like the colours and the layout.
However I would consider changing this part into three columns view

so that there isn't so much empty space.
Easy enough change if you wanted it to look that way.

Find :
@media screen and (min-width: 800px) {
  .boardstats_grid_column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

Replace :
@media screen and (min-width: 800px) {
  .boardstats_grid_column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

You could also enable the sidebar feature aswell.

Ricsca


TwitchisMental


Ricsca


Ricsca

Why are the User Stats, Online Users and Search blocks below and not in the right sidebar?

Kindred

Quote from: Ricsca on December 27, 2024, 07:57:46 AMWhy are the User Stats, Online Users and Search blocks below and not in the right sidebar?

It's a setting....   that section combined is called the info center
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Ricsca


gevv

Nice theme thanks @TwitchisMental 

It would be nice if dark mode was saved in the profile (The selection is lost when cookies are deleted.)
ElkArte is a modern, powerful community building forum software. https://www.elkarte.net/

TwitchisMental

Quote from: gevv on February 11, 2025, 11:01:52 AMNice theme thanks @TwitchisMental 

It would be nice if dark mode was saved in the profile (The selection is lost when cookies are deleted.)
You're welcome 

Antechinus

Easy option: change dark mode selection to use browser local storage instead of cookies. The code is much simpler to write. It runs much faster (no need to ping the server). It can still be cleared manually if desired.

Diego Andrés

Session is only used for guest afaik.
Also instead of local storage, for logged users you can use smf_setThemeOption to save it.

SMF Tricks - Free & Premium Responsive Themes for SMF.

Cola-Coca

Hi,
Can you tell me how to remove the 'Search' button on the main menu?
I LOVE SMF

TwitchisMental

The easiest way would be to throw this somewhere in the index.css -

li.button_search {
  display: none;
}

Cola-Coca

Thanks for the reply. It works!
I LOVE SMF

MF30

I found a bug on this theme! The anti-spam visual verification image that appears in the registration page stopped showing after installing the theme!

TwitchisMental

Thank you for reporting this, try the latest version I just uploaded to the theme site. The issue should now be resolved.

Advertisement: