Jump to content

Graham Quince

Administrators
  • Posts

    2,048
  • Joined

  • Last visited

Everything posted by Graham Quince

  1. I'm just relieved it's not us
  2. @Ashton Taylor has just updated me. He's pushed a fix for the widget into the codebase. Hotfix is due next week, so if you can hand on until then. Ash, you're as awesome as ever
  3. I was made aware of this yesterday, no updates for you yet, but we'll get it fixed.
  4. Hi Sue, Here's the release information for the image carousel https://www.frogcommunity.com/image-carousel
  5. Unfortunately, Adam's updates missed the code cut off, so they'll be in the next release. I believe they are in internal QA at the moment, all going well, they should be with you soon(ish)
  6. I think the problem is probably this bit of code: .carousel-inner img { max-width: 100%; height: 300px; margin-left: auto; margin-right: auto; min-width: 300px; } probably needs to be: .carousel-inner img { max-width: 100%; max-height: 300px; margin-left: auto; margin-right: auto; min-width: 300px; } Although, now that the site timeline has the ability to upload multiple photos directly, I'd be tempted to suggest swapping out the html widget for the image carousel. The file drop slideshow is nice, but was about solving a problem. With the updated widget, i think this problem will start to disappear.
  7. Links I talked about in the video: North Lakes: https://www.frogeducation.com/community/inspiration/case-studies/international-collaboration Finham Park MAT: https://www.frogeducation.com/community/finham
  8. OK - finally got a chance to rewrite the tutorial for the new widget: https://www.frogeducation.com/community/tutorials/html-tutorials/external-links I've left the original code in there too, but @Simon Law's widget makes it sooooo much easier
  9. Hi Matt Hmm, don't think so. But we are currently working on a whole bunch of guides - to be turned into videos. But that bit isn't at the top of the list. A Getting started guide and the Sites Course are almost ready to share via FrogStore
  10. OK - finally got a chance to rewrite the tutorial for the new widget: https://www.frogeducation.com/community/tutorials/html-tutorials/external-links I've left the original code in there too, but @Simon Law's widget makes it sooooo much easier
  11. Hi folks, If you use these links: https://www.frogeducation.com/digital/myfrog/myfrogparent.html https://www.frogeducation.com/digital/myfrog/myfrogstaffadmin.html https://www.frogeducation.com/digital/myfrog/myfrogstudent.html We can update the contents of the videos and these links will update for you. These pages can be embedded too. Graham
  12. Have you seen @Simon Law's new Navigation widget - it sort of does this in a vertical menu. The only element of Frog3 which had what you're after was the Webfiles brick and I think the Shared Folders widget gives you a similar look. Of course, there's always the manual method, using a text widget. If you start at the further point of the tree, and make the links, you can copy the contents of the text widget and paste into another one and the links remain intact.
  13. Paul’s code converts the IP address to a string, so you should be able to use something like: https://www.w3schools.com/jsref/jsref_indexof.asp or https://www.w3schools.com/jsref/jsref_indexof_array.asp Graham
  14. Hi we’ve switched video host, you can find the videos here: https://www.frogeducation.com/campaigns/mobile i’ll post embed links when I’m back in the office.
×
×
  • Create New...