So here I am, making my own website. When I come to the realization that I have too many images to put into a single section and an idea blooms into my head. How good would one of those caroussel thingies look!
Then to my dismay as I drag one of them into the page and nothing works. JS mode is on, but that doesn’t seem to help. I reload the page in Firefox, nope, not working either. I try the same with a dropdown, yep, not feeling very droppy. Updated from V5 something to V6 somethingelse and still jack.
I’ve skimmed the tutorial sections but any mentions of JS are rather sparse, plus I couldn’t find a mention of this issue. Did I skip a step somewhere or is this working as intended?
Im afraid the sites Psychic Site Reader Is on holiday at the mo, so,
You MIGHT just get a bit further, if you post a bit of the html/css/js code you have posted,
OR someone far cleverer than me might ask for screen shots of some relevant bits of the PG Interface.
So, welcome aboard, and feel free to do a bit of a copy and paste of your code or stick it up on some codepen.io sort of code sharing site.
Yes, tongue in cheek
but here you go,
the image on that Link will show you which icon to use to paste pre formatted code.
or here is the direct instructional image
So give that a go and add a bit more detail if you could.
and good luck with it and the ensuing help you will undoubtedly recieve. I just thought Id throw this in the mix for you to get the ball rolling while you wait.
Hi @Arkyon,
Ignore the @schpengle behind the curtain! Although, he has a bit of a point.
I’m guessing that you are using Bootstrap 5? Has the ‘bootstrap.min.js’ script been added to the page (this should be automatic if you started with a Bootstrap page)? Any errors in the console (in the browser DevTools)? Any other info would be helpful.
Cheers,
Bob
Also, I’ve checked and I appear to be running Bootstrap 4 (I should probably upgrade now that I realize I’m using legacy libraries). Assuming by looking at all the mentions of Bootstrap 4 in the list panel.
Also I’ve found the boostrap.min.js inside \bootstrap\js And it also seems to be mentioned here in the html file so I assume it should’ve been added.
Also I believe I began working on the page from the Index.html preset.
Hi @Arkyon,
I’m not sure how you “created” the page in the first place. If you use the Pinegrow “New Page or Project”, or turn on Bootstrap 4 from the “Manage Libraries & Plugins” menu item, both should add all of the needed libraries. With Bootstrap 4 you will need jQuery. If you want to stick with BS4, go to File → Manage libraries & plugins. Then from the pop-up either activate Bootstrap 4, or click on the resources.
This will pop-up another modal asking if you want to add the BS4 resources - this will include the jQuery. You can do the same with activation of BS5 instead, but you will have to make sure you deactivate BS4 first.
If you do switch to BS5, some of the current HTML you have on the page might not be compatible. Not quite sure. Might be best to stick with BS4 if you have a lot built already.
Let me know if this helps,
Bob