Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: TwitchisMental on October 08, 2024, 09:11:00 PM

Title: Elementary
Post by: TwitchisMental on October 08, 2024, 09:11:00 PM
Link to the theme (https://custom.simplemachines.org/index.php?theme=3035)
(https://custom.simplemachines.org/index.php?action=download;theme=3035;attach=292818;image;thumb)

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 :
(https://img.shields.io/badge/license-MIT-blue)
SMF Version :
(https://img.shields.io/badge/SMF-2.1-blue)


Patch Notes :
1.0 Initial Release
1.0.1
Bug Fix: Fixed an issue with the Go To Top link not working.
Bug Fix: Fixed an issue where the CAPTCHA was not displaying
properly on the register page.
Adjustment: Adjusted the layout for the header on smaller
screens.
Adjustment: Adjusted the valid/invalid background colors for the light versions of the theme.
[/code]
Title: Re: Elementary
Post by: Forumz on October 12, 2024, 02:47:56 PM
Loving the dark versions of these  8) Do you have a live view?
Title: Re: Elementary
Post by: TwitchisMental on October 12, 2024, 11:02:26 PM
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.
Title: Re: Elementary
Post by: bod22 on October 16, 2024, 10:29:31 AM
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
(https://i.imgur.com/PlMIVQo.png)
so that there isn't so much empty space.
Title: Re: Elementary
Post by: TwitchisMental on October 16, 2024, 03:53:17 PM
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
(https://i.imgur.com/PlMIVQo.png)
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.
Title: Re: Elementary
Post by: Ricsca on October 30, 2024, 05:05:14 PM
Demo?
Thanks
Title: Re: Elementary
Post by: TwitchisMental on October 30, 2024, 07:38:42 PM
Quote from: Ricsca on October 30, 2024, 05:05:14 PMDemo?
Thanks
Demo Site is in my signature :).
Title: Re: Elementary
Post by: Ricsca on November 11, 2024, 02:42:59 PM
Thanks
Title: Re: Elementary
Post by: Ricsca on December 27, 2024, 07:57:46 AM
Why are the User Stats, Online Users and Search blocks below and not in the right sidebar?
Title: Re: Elementary
Post by: Kindred on December 27, 2024, 10:38:04 AM
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
Title: Re: Elementary
Post by: Ricsca on December 27, 2024, 11:06:07 AM
Ok, thanks
Title: Re: Elementary
Post by: gevv on February 11, 2025, 11:01:52 AM
Nice theme thanks @TwitchisMental 

It would be nice if dark mode was saved in the profile (The selection is lost when cookies are deleted.)
Title: Re: Elementary
Post by: TwitchisMental on February 11, 2025, 02:08:37 PM
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 
Title: Re: Elementary
Post by: Antechinus on February 11, 2025, 04:14:40 PM
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.
Title: Re: Elementary
Post by: Diego Andrés on February 11, 2025, 09:31:17 PM
Session is only used for guest afaik.
Also instead of local storage, for logged users you can use smf_setThemeOption to save it.
Title: Re: Elementary
Post by: Cola-Coca on March 19, 2025, 11:30:38 PM
Hi,
Can you tell me how to remove the 'Search' button on the main menu?
Title: Re: Elementary
Post by: TwitchisMental on March 20, 2025, 10:02:59 AM
The easiest way would be to throw this somewhere in the index.css -

li.button_search {
  display: none;
}
Title: Re: Elementary
Post by: Cola-Coca on March 21, 2025, 09:48:13 PM
Thanks for the reply. It works!
Title: Re: Elementary
Post by: MF30 on April 22, 2025, 06:09:42 AM
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!
Title: Re: Elementary
Post by: TwitchisMental on April 24, 2025, 07:34:26 PM
Thank you for reporting this, try the latest version I just uploaded to the theme site. The issue should now be resolved.
Title: Re: Elementary
Post by: MF30 on April 25, 2025, 03:48:48 AM
Quote from: TwitchisMental on April 24, 2025, 07:34:26 PMThank you for reporting this, try the latest version I just uploaded to the theme site. The issue should now be resolved.
Thank you TwitchisMental. Not sure if it is already fixed, but the Login/Register buttons disappear in mobile devices if the forum title is large. I think both buttons should appear below the forum title in mobile devices.

Also the "Go up" button does nothing if you press it.

Thanks again!
Title: Re: Elementary
Post by: TwitchisMental on April 26, 2025, 12:07:00 PM
Quote from: MF30 on April 25, 2025, 03:48:48 AM
Quote from: TwitchisMental on April 24, 2025, 07:34:26 PMThank you for reporting this, try the latest version I just uploaded to the theme site. The issue should now be resolved.
Thank you TwitchisMental. Not sure if it is already fixed, but the Login/Register buttons disappear in mobile devices if the forum title is large. I think both buttons should appear below the forum title in mobile devices.

Also the "Go up" button does nothing if you press it.

Thanks again!
Thank you for reporting these issues. I will look into these a bit later.
Title: Re: Elementary
Post by: TwitchisMental on April 29, 2025, 11:49:33 AM
Alright thank you again @MF30 for reporting these issues.

Version 1.0.1 has been uploaded.

1.0.1
Bug Fix: Fixed an issue with the Go To Top link not working.
Bug Fix: Fixed an issue where the CAPTCHA was not displaying
properly on the register page.
Adjustment: Adjusted the layout for the header on smaller
screens.
Adjustment: Adjusted the valid/invalid background colors for the light versions of the theme.
Title: Re: Elementary
Post by: MF30 on May 08, 2025, 08:19:33 PM
There is a small issue on mobile version. There are two little dots appearing below the username.

(https://i.imgur.com/s4LloG0.jpeg)
Title: Re: Elementary
Post by: TwitchisMental on May 09, 2025, 03:37:48 PM
Quote from: MF30 on May 08, 2025, 08:19:33 PMThere is a small issue on mobile version. There are two little dots appearing below the username.

(https://i.imgur.com/s4LloG0.jpeg)
I will look into this later, thank you for reporting.
Title: Re: Elementary
Post by: MF30 on May 10, 2025, 10:13:51 AM
Thank you. The dark versions of your theme are really great!
Title: Re: Elementary
Post by: HITG on May 25, 2025, 07:41:43 PM
How comes my copyright to your theme is gone. Warehouse.forum