Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New Bootstrap 3 Skin/framework released! - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

New Bootstrap 3 Skin/framework released!

2»

Comments

  • JordJord Moderator, Host Rep
    edited March 2020

    @seriesn said:
    @Jord Premium work sir! I enjoyed the new logo you used :lol:

    Shhh you, I just stole it for a few moments :joy:

    Thanked by 1seriesn
  • armandorgarmandorg Member, Host Rep
    edited March 2020

    @Jord said:
    A few more screenshots


    Can't wait to see the final touch.

    Also i saw you are still using the old radio's/checkboxes. Check the documentation we have new ones.

    Thanked by 1Jord
  • JordJord Moderator, Host Rep

    armandorg said: Also i saw you are still using the old radio's/checkboxes. Check the documentation we have new ones.

    Ah nice thanks, I will check that out :)

    Thanked by 1armandorg
  • JordJord Moderator, Host Rep
    edited March 2020

    @armandorg one thing I did notice, on your documentation about the radios/checkbox.

    Your radio code needs to be changed.

    <label class="radioc">One
        <input type="checkbox">
        <span class="checkmark"></span>
    </label>
    
    <label class="radioc">Two
        <input type="checkbox">
        <span class="checkmark"></span>
    </label>
    
    <label class="radioc">Three
        <input type="checkbox">
        <span class="checkmark"></span>
    </label>
    

    It should be radio and not checkbox :)

    I just spent the last few minutes wondering why it was ticking and not being radio haha.

    Thanked by 1armandorg
  • armandorgarmandorg Member, Host Rep

    @Jord said:
    @armandorg one thing I did notice, on your documentation about the radios/checkbox.

    Your radio code needs to be changed.

    <label class="radioc">One
        <input type="checkbox">
        <span class="checkmark"></span>
    </label>
    
    <label class="radioc">Two
        <input type="checkbox">
        <span class="checkmark"></span>
    </label>
                                    
    <label class="radioc">Three
        <input type="checkbox">
        <span class="checkmark"></span>
    </label>
    

    It should be radio and not checkbox :)

    I just spent the last few minutes wondering why it was ticking and not being radio haha.

    Didn't notice, there should be some sort of mistake. Change radio to type="radio" and tell me if it works properly using it.

  • JordJord Moderator, Host Rep

    Thanks @armandorg this is looking much nicer now.

    Thanked by 1armandorg
  • JordJord Moderator, Host Rep

    armandorg said: Didn't notice, there should be some sort of mistake. Change radio to type="radio" and tell me if it works properly using it.

    It does when you use radio, just thought to give you the heads up :)

    Thanked by 1armandorg
  • armandorgarmandorg Member, Host Rep

    @Jord said:

    armandorg said: Didn't notice, there should be some sort of mistake. Change radio to type="radio" and tell me if it works properly using it.

    It does when you use radio, just thought to give you the heads up :)

    Thanks mate! surely will get it fixed on the next rolling update.

  • Cool stuff! Keep it up ;)

    Thanked by 1armandorg
  • Wow just wow! Keep up good work reinventing the wheel! 🎉

    I would be scared to use something like this, have you ever heard about sass variables and mixins in 2020? ✔

  • armandorgarmandorg Member, Host Rep

    @alexvolk said:
    Wow just wow! Keep up good work reinventing the wheel! 🎉

    I would be scared to use something like this, have you ever heard about sass variables and mixins in 2020? ✔

    I'm 'reinventing a better wheel'. : )

    SASS? Mixins? Who is she?

  • hzrhzr Member

    alexvolk said: Wow just wow! Keep up good work reinventing the wheel! 🎉

    Same - honestly, this, while certainly some work, is going against all semblance of best practice and DRY and all that. On top of it, intentionally using outdated software with crap reason for doing so.

Sign In or Register to comment.