+ Reply to Thread
Results 1 to 6 of 6

Thread: bootstrap

  1. #1
    Senior Member
    Join Date
    May 2015
    Posts
    156

    bootstrap

    Since when is bootstrap used?
    I am using 4.4.1 and I do not see any bootstrap files embeded into the code.
    Where can I download latest version including the bootstrap from?

  2. #2
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello,
    The bootstrap is used since 4.4.0 for Wide templates and since 4.4.1 for Flatty templates.
    We don't use whole bootstrap components, basically grid system only. But you may replace current
    bootstrap styles files to extended one and use other bootstrap components.

    John

  3. #3
    Junior Member
    Join Date
    Oct 2015
    Posts
    19
    Flynax uses jQuery UI script. But I want to use Bootstrap Components. But there are known issues (conflicts) between bootstrap and jQuery UI.

    I found this solution for this: http://www.ryadel.com/en/using-jquer...eter-web-page/

    How can I adapt this solution to my templates without any problem. Because you are using only css styles of Bootstrap, how can I add all bootstrap css and javascript to my template without conflict?

  4. #4
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello Yucel,
    You may check this solution: http://stackoverflow.com/questions/2...eryui-conflict

    But I would suggest you getting rid of jQuery UI in this case. We use jQuery UI for the following:
    - Date picker (Date fields)
    You may replace it with Bootstrap datepicker: https://bootstrap-datepicker.readthedocs.org/en/latest/

    - Boxes reordering (Pictures, Videos manager)
    You may replace it with: http://lukasoppermann.github.io/html...les/index.html

    Probably something else bind with the jQuery UI but I can't remind it now, we can solve any problems
    together if you will explain them here.

    John

  5. #5
    Junior Member
    Join Date
    Oct 2015
    Posts
    19
    Not I dont want to add any additional script. Conflict only occured in Tooltip and Button functions between jQueryUI and Bootstrap. I don't want to replace completelly jQuery UI with Bootstrap. I want to leave jQuery UI untached (still exist in my site). I want to only add Bootstrap javascript as additionally without Tooltip and Button function conflict?

  6. #6
    Flynax developer John's Avatar
    Join Date
    Oct 2009
    Posts
    606
    Hello Yucel,
    You may use your solution or try this one: http://stackoverflow.com/questions/2...eryui-conflict
    Let me know if you have a problem with solution implementation.

    John

+ Reply to Thread