News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Envy

Started by Mick., October 12, 2021, 10:31:01 PM

Previous topic - Next topic

Mick.

Link to the theme


Meet Envy! A sweet responsive 2.1 theme for your SMF installation. Has your social media follow buttons, Custom Top links, Jumbotron to promote topics, Responsive Footer Links with About Us slot, awesome design and minimal.

*Flexbox BoardIndex.
*Click to expand Board Index to view board stats, Last post and child boards.
*Custom icon placement for your forum Title name via FontAwesome.
*Custom top links for extra pages.
*Custom footer for extra pages.
*Smooth scroll up.
*re-designed Member list template.
*Jumbotron to promote topics or whatever else comes to mind.
*All features inside Theme Options.
*Yup. Responsive.

Our style is clean, flat and professional. When you see our design out there, you'll know where it came from, idesignSMF.com


Demo: https://www.idesignsmf.com/demo.html

Jumbotron image courtesy of https://unsplash.com/










Mick.


d3vcho

Beautiful work!
"Greeting Death as an old friend, they departed this life as equals"

Mike66

Nice work Mick  8)

Mick.


Shambles

Looks quite purrrdy, but if it's called Envy why aren't the colours green8)

Mick.

Quote from: Shambles on October 13, 2021, 10:49:11 AMLooks quite purrrdy, but if it's called Envy why aren't the colours green8)
I know right? Lol

When you pronounce it many times, it becomes a name rather than a meaning hehehe

TwitchisMental



Great work!

Antechinus

I might have to try a few of these on local. You're getting some really good ideas lately. :)

Mick.

So I did a thing..  8)

I figured out a local storage for the board expand button +

Now it stays to whichever way you want to view the board index. Open/close

https://www.idesignsmf.com/dev-site2/index.php test it out.  If it works for you, I'll update the theme.

Antechinus

Seems to work fine. Only checked on FF/desktop, but it should work in any broswer. I'll fire up my phone and check it on mobile.

ETA: Fine on Android with FF and Kiwi too. ;)

Mick.

Awesome. Just tested too.  Now I'mma try to figure out how to have a smooth opening and closing.

Antechinus

Way to do that is to use hidden overflow and start with zero height, then transition the height to a suitably large value when you change the class (works best if you add a class on click, so you can chain it with the base class).

You can't transition to auto height though. It needs to be a set value, large enough to handle the required content.

Mick.

Let me see what I can come up with.  8)

Here's the new child_box.js inside scripts folder. Replace existing with this.
      $("document").ready(function () {
        $(".manualclose").click(function(z){
        $(".child_box").toggle(z);
          });

      ls = localStorage.getItem('on')
      if(ls){
        $(".child_box").show()
      }

      $(".open_child").click(function(){
          localStorage.setItem('on',true)
          toggled = $(".child_box").toggle();
          if(toggled.is(":hidden")){
            localStorage.clear();
          }
      });
      $(".manualclose").click(function(){
        localStorage.clear();
        $(".child_box").hide()

      });
   })


Mick.

Theme updated with Local Storage so it remembers open/close board expand button and re-designed Member List template.

Shambles

Still not green tho ;)

Mick.

Quote from: Shambles on October 15, 2021, 05:07:30 PMStill not green tho ;)
Ha!
I thought about adding a color switcher but meh, too much work lol

Mike66

Quote from: Mick. on October 13, 2021, 06:04:57 PMSo I did a thing..  8)

I figured out a local storage for the board expand button +

Now it stays to whichever way you want to view the board index. Open/close

https://www.idesignsmf.com/dev-site2/index.php test it out.  If it works for you, I'll update the theme.

Looking even better  8)
Nice clean design.

Mick.

Theme updated.
1. Menu width fixed in dropdown ul li.
2. Added slow motion open/close to board expand button.

landyvlad

The question is not any longer "Who's theme will I use".
The new question is only 'envy' or 'feather' :) 
"Put as much effort into your question as you'd expect someone to give in an answer"

Please do not PM, IM or Email me with questions on astrophysics or theology.  You will get better and faster responses by asking homeless people in the street. Thank you.

Be the person your dog thinks you are.

Advertisement: