it doesn’t work for me either.
I dont understand the reply that says about resources not being loaded as I thought they were, due to the script tags at the bottom of the code…
however…I can’t get it to work either.
and what is more it doenst seem to reload the project view with the Bootstrap resources either,
and
After giving up on this and creating a plain html file
saving it in a new directory
activating bs 4 via manage libraries and classes
adding resources via local files
it still doenst work…adn the tree view shows the resource scripts added at the end
but the code view doenst change.
I have been on this all day…
so after activation and adding I see this… still not bootstrap in the code.
@schpengle We talked about this yesterday (on Slack).
Like we spoke, I didn’t experienced the problem with the resources added to the page and project folder. That worked fine for me.
But I do experienced the problem that the dropdown is not working (for BS 4).
I tested it with you with Bootstrap 3, that worked fine like expected.
And with Bootstrap 4, which did not worked like it should be with collapsing the dropdown properly.
You mention that example from w3schools, maybe better look at the one from the bootstrap site (the second one I shared with you yesterday), which is more similar to the one Pinegrow provides.
Bootstrap Site (first code example)
I shall see if I have some time later today to have a look and compare those 2 pieces of code, the one Pinegrow provides and the example from the Bootstrap site, and see what is different between them and why the one from Pinegrow is not working like it should.
OH thank you! this is great bug hunting on your part!
Cheers @Emmanuel, I would not have thought of actually checking out the Bootstrap code itself.
and from the solutions I have seen there, I doubt I would have been able to work it out either.
Thanks. I am just going through that now and will post the code fix from there to here now
Well, first I just learnt that Currently, Bootstrap DOESN’T support Multi level dropdown!
Only 1 Level!
Well, I never knew that!
here is the Link on that info
Then. I find that one of their team, has created a working version!
with multilevel dropdown.
here it is on CodePen
Where it works.
But I can’t get this to work in Pinegrow, and when trying , hit a bug.
I checked in codeine and the cdn it uses for this for css was 4.21.
I was going to use the same external cdn resources, but hit a snag.