+ Reply to Thread
Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 175

Thread: Bootstrap Theme for Flynax...

  1. #31
    And here is the bootstrap.css

    AH can not post it because of exceeding 1000 characters. Anyway, If someone want it, pls mail me (Head over to my site)

    So if you wanna use it for a simple menu on the Simple Blue theme, you can use this.

    More to come as I intend to build, just like Steffen, complete header.

    //Morgan
    Free Advertising at Fyndklippet.se


  2. #32
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Good morning Morgan,

    Your implementation of the navigation as boothstrap is already a good start.
    But remember that we want a responsive design template at the end.
    HTML5 is best suited for this.

    Another video of my results, i will present tonight.
    A better header and footer design.
    Then there are also new tips and new code from me in this thread.

    There is a lot of work, but worth in the end.

    Best regards
    Steffen

  3. #33
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Hello Steffen Buschkemper

    I have successfully implemented the grid system so my template is partly responsive just a few more elements to fix.
    The proplem I am having is that:
    1. I want to change the class for the form elements so they can be responsive like the drop-down and input boxes. Where can I find them?
    2. I used the simple red template and I want to delete the "more" option in the navigation bar since my navbar is now responsive I don't need it and it is messing with the layout of the new bootstrap navbar.

    Those are the problems for now. Can you are any please help?

  4. #34
    #2- just comment or get rid of this in main_menu.tpl
    Code:
    Only registered members can view the code.
    //Morgan
    Free Advertising at Fyndklippet.se


  5. #35
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Quote Originally Posted by Morgan Bohman View Post
    #2- just comment or get rid of this in main_menu.tpl
    Code:
    Only registered members can view the code.
    //Morgan
    Thanks for the reply but I already tried this. It gets rid of the more option but the links that would normally be under the more option is still not visible.

  6. #36
    That's odd, try to change li class to "show" and see where they are. Mine was visible and I moved the ones I wanted I moved to footer menu.

    //Morgan
    Free Advertising at Fyndklippet.se


  7. #37
    Senior Member
    Join Date
    May 2013
    Posts
    185
    Quote Originally Posted by Morgan Bohman View Post
    That's odd, try to change li class to "show" and see where they are. Mine was visible and I moved the ones I wanted I moved to footer menu.

    //Morgan
    That's what I am saying I thought this should fix it too but it looks like there is another function that is triggered when the browser window is at a certain width.

  8. #38
    Senior Member
    Join Date
    May 2013
    Posts
    185
    I have found the problem I deleted some code from the libs.js files and the problem was fixed I don't know the consequences of this so I am going to test it later.

  9. #39
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hello Morgan and Kemoid,

    this is for example my menu code:

    Code:
    Only registered members can view the code.
    But in this code - the buttons has icons and text.
    For icons you must change some flynax core and add a field in database.
    Also smarty tag {$mainMenu.Icon} must created.

    I will post an detailed howto for icon classes in next days.

    Regards
    Steffen
    Last edited by Steffen Buschkemper; January 2, 2014 at 07:11 PM.

  10. #40
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hello Kemoid,

    1. I want to change the class for the form elements so they can be responsive like the drop-down and input boxes. Where can I find them?
    Check follow files:
    • fields_refine.tpl
    • field.tpl
    • field_out.tpl
    • fieldset block
    • fieldset_header.tpl

    Also rlCommon.class.php and also system.lib.php are interested parts for changing or adding field types.

    2. Look to my above example.

    Regards
    Steffen
    Last edited by Steffen Buschkemper; January 2, 2014 at 06:39 PM.

+ Reply to Thread