Giter VIP home page Giter VIP logo

Comments (17)

schmidt1024 avatar schmidt1024 commented on May 25, 2024

In override of mod_breadcrumbs in file default.php the following line should be comment

// JHtml::_('bootstrap.tooltip');

In source code the file bootstrap.min.js from media folder shouldn't be loaded. It is the js from bootstrap version 2 and not 3.

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

I commented that // JHtml::_('bootstrap.tooltip'); part and nothing happened. The submenus still not showed

from blank-bootstrap-edition.

schmidt1024 avatar schmidt1024 commented on May 25, 2024

I just see the line in mod_login default.php, too. Try to comment it there, too.

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

Done. Still no change

from blank-bootstrap-edition.

schmidt1024 avatar schmidt1024 commented on May 25, 2024

Do the bootstrap.min.js in source code still exists?

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

Hmm I saw JHtml::_('bootstrap.tooltip'); on other com_content override () on my setup, but deleting all still not resolve the problem.

By the way, if this code would create a conflict with BBE 4, wouldn't it will potentially generate error with other components as this code is probably used by other components?

from blank-bootstrap-edition.

schmidt1024 avatar schmidt1024 commented on May 25, 2024

Yes, this is the conflict between bootstrap 2 and bootstrap 3. But I think, there is a job for that in joomla dev already. But if you don't want to wait, a good way to solve it is with overrides.

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

Hmm it looks like too risky to use bootstrap 3 with joomla 3 for production at the moment. I see there are issues that will potentially come up later as I probably will be using a lot of components, so maybe the safest way is to stick with bootstrap 2 or using other css framework such as foundation, right? What would you suggest? Thanks

from blank-bootstrap-edition.

schmidt1024 avatar schmidt1024 commented on May 25, 2024

yes, the savest way is to stick with bootstrap 2 (welcome to joomla hell). For that you can use blank without bootstrap and can bring foundation or other frontend frameworks in there.

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

doh: I've spent quite a lot of time to explore this bs3 things :\ But it's okay, better to know it sooner. Thanks for your hard work and support @Bloggerschmidt

from blank-bootstrap-edition.

schmidt1024 avatar schmidt1024 commented on May 25, 2024

You're welcome.

from blank-bootstrap-edition.

GASOLINE avatar GASOLINE commented on May 25, 2024

@webchun Why? I make all my clientsites with Joomla 3 & BS3. And off course blank as basis. Very happy with it.

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

@GASOLINE do you use blank without bootstrap or bbe-4 ?

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

If you use blank without bootstrap, do you unset all bootstraps libs (css and js) or simply leaving it there so BS2 will be called by any extension that using it later (so in this case you are using both of BS2 and BS3 in one template)?

from blank-bootstrap-edition.

GASOLINE avatar GASOLINE commented on May 25, 2024

I use bbe3.8 bs edition.

from blank-bootstrap-edition.

webchun avatar webchun commented on May 25, 2024

Hmm looks like bbe3.8 loads both of bs2 and bs3 libs. What do you think @Bloggerschmidt ? Would you recommend this?

from blank-bootstrap-edition.

schmidt1024 avatar schmidt1024 commented on May 25, 2024

Well, bs2 is loaded by default in Joomla! and to work with bs3 your job is to keep bs2 out. So you have to unset the old scripts and add your new scripts and every time an ol' js will appear you have unset it and if this doesn't work to create an override. So, developing with bs3 (without bs2) under J! makes no fun in these days. But it is possible and with overrides even in an acceptable way.

from blank-bootstrap-edition.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.