Jump to content

Sue Busher

Frog Community Advocate
  • Posts

    252
  • Joined

  • Last visited

Everything posted by Sue Busher

  1. Sue Busher

    Cover

    @Simon Law @pconkie Thank you so much guys. Our preference is as Simon suggests as effectively once the files are moved into the appropriate folder its job done. So if I put a HTML wigdet on the page, together with a hidden network folder. would the code you suggest (providing I rename it to match our network drive and the menu file), the main menu HTML file would appear? <a href="file:///S:/Path/to/Your/MainMenu.html" target="_blank">Weekly Cover</a>
  2. Sue Busher

    Cover

    @Simon Law Its so hard to describe. I am effectively after a menu which when clicked on would open the files. SIMS creates all these HTML documents and a master menu, if I use file drop, it doesn't display the master menu and shows all the documents - which is a bit overwhelming as we are a large school. However, as it wouldn't be me updating it every week, it would need to be very simple to update. I can't drop the files as it contains personal data. Do you know how other schools have addressed this problem?
  3. Sue Busher

    Cover

    @Simon Law @pconkie As you are both so helpful, I wondered if you'd come across anything like my conumdrum above?
  4. Sue Busher

    Cover

    OK. Despite my post ages ago, we didn't quite get it working how we'd have liked and I figure that other schools must have faced / fixed similar issues. So SIMS generates an HTML file and places it into a folder on our network. Our ideal would be for the system to automatically display what's in that folder on the network (rather than us having to upload it into the file drop widget) and for it to display as a series of hyper links e.g. : Cover for this coming week Monday, 30 Apr 2018 Tuesday, 1 May 2018 Wednesday, 2 May 2018 Thursday, 3 May 2018 Friday, 4 May 2018 Saturday, 5 May 2018 Sunday, 6 May 2018 All of the dates are the files uploaded in the file drop widget, which when clicked on would open up. Has anyone created anything like this? Is it at all possible? Would really appreciate people sharing their 'cover pages' on Frog. Thanks in advance.
  5. Sue Busher

    Forms

    Does anyone know if it is possible for the forms Widget to use workflow? Obviously with the new updates with the form widgets, cost savings and GDPR, I was thinking that it would be a great addition to be able to send forms via a workflow process online. Does anyone use a system which does this or know how we could do it within Frog as it stands?
  6. Sue Busher

    Code Help

    Temporarily put the website 'live' and accessed it from home (outside school network) and it works fine. Would appear to be something behind our firewall stopping it working. Thanks for your help @pconkie @Simon Law
  7. Sue Busher

    Code Help

    Tried that and get the same thing (shows the the first page but then doesn't load other pages unless I log out and back in again). I am going to try from home - outside the school environment to see if that fixtures it. Also tried embedding the white label as a website embed widget but got an error message (attached). Thank you for your help so far. Will update you tomorrow.
  8. Sue Busher

    Code Help

    @pconkie Tockify has come back and said that there is nothing their end that would prevent multiple calendars on a site site or page. One thing did occur t them. The script we use to load Tockify is: <script>$.getScript( "https://public.tockify.com/browser/embed.js" ).done(function( script, textStatus ) {console.log( textStatus );}).fail(function( jqxhr, settings, exception ) {console.log( "There has been an error" );});</script> Whereas what we recommend is: <script data-cfasync="false" data-tockify-script="embed" src="https://public.tockify.com/browser/embed.js"></script> Perhaps it's part of the problem? However, that wasn't working for me. They then went on to re-emphasize that they can see our site no problem without an issue so it seems that it is more to do with our local environment. Do you get the same problem as me?
  9. Sue Busher

    Code Help

    @pconkie Sorry, just seen this. Will relay it back to Tockify.
  10. Sue Busher

    Code Help

    @Simon Law Any joy Simon? Tockify seem to think it could be one of the following (although are working blind and are guessing): Guess 1: The Frog environment you're in is deleting our embed code on the pages where it doesn't appear, possibly as a side effect of using client side navigation that rewrites the DOM. Calling _tkf.loadDeclaredCalendars() on page navigation might help if that's the issue. Guess 2: We are behind a firewall of some kind that's accidentally blocking the secondary loads of the calendar. Guess 3: Both of our browsers have a security plugin that's blocking the calendar in some circumstances. Guess 4: The Frog environment is overriding some of the browser's built in functions and that breaks the calendar. The reason the calendar works once could be that it runs before those changes are made. Any help would be gratefully appreciated.
  11. Sue Busher

    Code Help

    News & Events > Events (shows all events) News & Events > Sporting Fixtures (shows fixtures) News & Events > Trips (shows trips).
  12. Sue Busher

    Code Help

    @Simon Law Me again, sorry Simon, I have embedded the code on a number of pages within our new website (Kennet School - not live yet). The code is slightly different on different pages as I am telling it to show only events relevantly tagged for that page. However, the first time I visit the page, I see the calendar. When I go to another page on the site, it doesn't appear. If I log out and back in, go to the page it didn't appear on, it appears, but then when I go to another page with the code on it doesn't, Any ideas why this would happen? It is happening in both Chrome and IE.
  13. @adamw OMG, that worked a dream. Thank you so much. It has made a real difference to the page I was working on.
  14. @Simon Law How would I insert this into a table?
  15. I am trying to work out how I can insert a tick character into a website. Any ideas - can't seem to find it in the special character area.
  16. Sue Busher

    Code Help

    @Simon Law What do you think? It is quite clever - you can add maps, RSVPs, add to your calendar etc.
  17. Sue Busher

    Code Help

    @Simon Law Sorry Simon, I refreshed my screen and it works fine. Apologies for wasting your time.
  18. Sue Busher

    Code Help

    @pconkie I am so sorry to ask again, but we were given a bit more code and I can't seem to get it to display again. Would you mind working your magic once again - I promise I will try not to bother you again. <div data-tockify-component="calendar" data-tockify-calendar="kennet" data-tockify-tags="fixture" data-tockify-canonicalHost="https://events.kennetschool.co.uk"></div> <script> $.getScript( "https://public.tockify.com/browser/embed.js" ) .done(function( script, textStatus ) { console.log( textStatus ); }) .fail(function( jqxhr, settings, exception ) { console.log( "There has been an error" ); }); </script>
  19. I am using iphone 6 on safari. As you say, perhaps it is a caching issue. How do I remove that from the phone and retest?
  20. @Simon Law @Graham Quince The code has changed but I am still seeing the stretching of the images on my iphone. I haven't used the new image carosuel as not really got to grips with it. Is there any training videos? As you say, at least it would be supported.
  21. @Simon Law Was that in the code then Simon? Or something I could'should have done with the images? I am still seeing this on mobile
  22. @Simon LawIt is our new website ' Kennet School' which I am building. Graham Quince has helped me work out the table issues but I can't seem to get the slideshow on the home page to work. Screengrabs below: . Screen
  23. I am struggling to get images within this code to resize for mobile. Anyone got any coding suggestings that will make it fit? Thanks in advance
  24. @Simon Law Thank you. From the CSS video link which Graham provided, I couldn't see any code to copy and paste so it was me trying to copy it down. Appreciate you sorting it for me - best get myself on a CSS course
×
×
  • Create New...