Jump to content

Graham Quince

Administrators
  • Posts

    2,046
  • Joined

  • Last visited

Everything posted by Graham Quince

  1. I was made aware of this yesterday, no updates for you yet, but we'll get it fixed.
  2. Hi Sue, Here's the release information for the image carousel https://www.frogcommunity.com/image-carousel
  3. 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)
  4. 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.
  5. 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
  6. 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
  7. 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
  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 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
  10. 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.
  11. 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
  12. 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.
  13. I haven't tried, but the currency preference is a simple text box, removing the value should remove the currency
  14. You can't upload directly, but you can link Vimeo and YouTube videos into the quizzes. Alternatively, you can add a quiz to a page and include the video there
×
×
  • Create New...