Jump to content

johnmorris01

School User
  • Posts

    58
  • Joined

  • Last visited

Posts posted by johnmorris01

  1. 22 hours ago, Graham Quince said:

    If you've grabbed this already - you might want to redownload.  I've fixed a couple of broken images and added in a bit more font-size control

    Is there a particular trick to actually updating the widget? I thought I managed to get it to update but I still have the broken image so I'm assuming I'm still on the older version:? I've managed to get it to show that there is an update available which seems to work but the version appears to be identical. If I disable, reimport/reinstall, then it just shows an error instead..

  2. On 13/12/2018 at 13:12, Graham Quince said:

    Are you aware of the new IT Helpdesk - which we've built as part of the Frog Academy?  I can get it installed if you like

    Hi Graham - sorry to hijack an old thread but is the IT Helpdesk only available for install on request or should it be showing via the Frog Templates inside of Frogdrive? Had a quick look and didn't notice anything showing there!

  3. Hi - we have recently launched our portal for Governor Access based off the template that Frog graciously made available which has made our Governors happy. However, they are after some sort of notifications informing you of new files being uploaded or if new forum posts have been made. That way, our governors have an idea if something has been uploaded or posted at least when they log into the site. This could literally be a widget on the home page of the portal but I don't see anything which will do it for us. Am I missing something blatantly obvious or is it something which cannot be done?

  4. The height issue is definitely an issue for mobiles and sliders for sure! I was even toying with mobile detection code to serve up a different slider with different formatted pics to make it look nicer but I couldn't find a perfect solution.

    External links would be fine - we hardly ever use internal links on website sliders. More relevant for us to send people to documents hosted on Google, external websites and other links outside of Frog.

  5. Yeah - the problem with Assignment Monitor for us is too much data being made available to everyone. If it at least had a way of making data relating to assignments set by that member of staff only, then it might be more useful for us overall. As it stands, our SLT and Department Heads are the only people who are allowed access to it as we had a situation of a Key Stage coordinator trying to take his HOD to task for not setting homeworks due to his access to Assignment Monitor. That didn't go down too well within that department!

    • Like 1
  6. Is it tweakable to resize the images when viewing in portrait on mobile? It fits fine when I view in landscape on a phone but the images are just cropped off on either side in portrait. Also, if you could in theory make certain slides clickable, then that would be even better!

  7. 15 hours ago, pconkie said:

    @johnmorris01 is this what you mean? Might not be quite what you are after?

    Our tutors use this to monitor assignments for their registration group.  Similar to what they would have done when homework was recorded in a planner instead of on frog.

    1. search for class

    2. select a student

    3. see their assignments - hover over to read assignment instructions (red = past due date)

    4. change to calendar view if preferred. Green = handed in, Red = not yet handed in. Clicking will open the assignment.

    That is pretty handy that! Might well be a nice solution! I'm assuming that is something you have constructed yourself?

  8. On 21/09/2018 at 16:44, Graham Quince said:

    Funny you should mention that. 

    You can use Assignment Monitor to to see an individual class, the frequency of homework set using the graphing tools and then go into the View Assignments button to see all that class's homework and hand-in rates, 

    However, we're building a new application called Markbook Manager which will make marking handed-in homework easier and allow for team teaching.  It will be with you all very soon.  If you (or anyone) would like a tour through the prototype, just drop me a line.

    Graham

    Yeah - we have Assignment Monitor restricted for SLT and certain key members of staff due to issues with the amount of info it displays. So a solution that worked outside of that shows homework only set by that teacher (or classes co-taught) would be a much cleaner solution for us.

  9. Hi

    I've had a few teachers in recent months ask whether it is possible to see an overview of a particular class groups' assignments? They are after the facility to be able to click on a class, have all the tasks (with dates ideally showing) at the top, the students listed on the left and then 1/2 columns saying Handed In/Not Handed In and Completed/Not Completed. This would save those teachers having to do a lot of digging around either within Frog or having to dig into another mark book elsewhere and then exporting information out of that. They would just like this overview to be inside of Frog instead which I agreed should be something that seems do-able. The information is pretty much there already but I don't think there is a screen within either Assignment Manager or Monitor which shows all the info on one screen. The info is more limited to what I can see within a single assignment but if you have set a number of tasks, and you have a Parents Evening coming up, then it would be very handy to just see an overview to show to parents.

    Does this seem like something actually doable?

    John

  10. We ended up using a local server to relay the emails to Gmail ( we have a GSuite for Education setup and a 365 one as well) via IIS/SMTP, The 365 one was going to require some tweaks to our DNS configuration but we can only change that via RM Support Helpdesk each time so was just less hassle going via Google instead!

    • Like 1
  11. Quote

    <style>
    .widget_text a {
        color:#FFFFFF;
        font-weight: bold;
        text-decoration: underline;
            }

    .CALTitles {
        object-fit: cover; 
        width: 100%;
        height: 250px;
    }
        
    .CALnews {
        width: 96%;
        height: auto;
        border: 9px solid #f2d300;
        display: block;
        margin: 0 auto; 
    }

    .CALnewstitles {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
        
    .ui-theme-WEBSITEweb-container .ui-theme-WEBSITEweb-carouseldevider {
    margin:0px auto 0px auto;
    padding: 0px;
    width:100%;
    height:5px;
    background: url("file/asset/75C6519220030A501D498F7CEE9C37000C40D07C6182E753") center top repeat-x;
    }
    .ui-theme-WEBSITEweb-container .ui-theme-WEBSITEweb-wrapcarousel {
    margin:0px auto 0px auto;
    padding: 0px;
    width:100%;
    max-height:450px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    }
    .ui-theme-WEBSITEweb-container .carousel{
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    }
    .ui-theme-WEBSITEweb-container .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    }
    .ui-theme-WEBSITEweb-container .carousel .container {
    position: static;
    z-index: 9;
    }
    .ui-theme-WEBSITEweb-container .carousel .item {
    width:100%;
    height:100%; 
    }
    .ui-theme-WEBSITEweb-container .carousel-indicators li {
    background-color: none;
    border:1px solid #ffffff;
    }
    .ui-theme-WEBSITEweb-container .carousel-indicators .active {
      background-color: #ffffff;
      border:1px solid #ffffff;
     }

    .ui-theme-WEBSITEweb-container .carousel-indicators {
        position: absolute;
        top: 0;
        bottom: auto;
        z-index: 15;
        min-height: 15px;
        padding: 20px 0px 15px 0px !important;
        text-align: center;
        width: 100%;
        margin: 0px auto !important;
        margin-left: 0px;
        left: 0;
    }

    .ui-theme-WEBSITEweb-container .carousel-indicators li {
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    margin-right: 2px;
    text-indent: -999px;
    background-color: rgba(255,255,255,0.25);
    border-radius: 5px;
    position: relative;
    left: calc(50% - 35px);
    right: calc(50% - 35px);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    }


    .ui-theme-WEBSITEweb-container .carousel-caption {
    max-width: calc(100% - 140px);
    padding: 29px 70px 0px 70px;
    margin:0px 0px 0px 0;
    min-height:82px;
    background-color: rgba(35, 35, 35, 0.5);
    z-index:6;
    }
    .carousel-control.right {
        right: 0px !Important;
        left: auto;
    }
    .carousel-control.left {
        left: 0px !Important;
        right: auto;
    }
    .ui-theme-WEBSITEweb-container .carousel-control {
    top: calc(100% - 110px);
    width: 40px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 40px 15px 30px 15px;
    font-size: 140px;
    font-weight: normal;
    border: 0;
    z-index: 10;
    color: #ffffff !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    opacity: 1;
    background-color: rgba(241,210,1,0.7);
    font-family: "Myriad Pro", "Gill Sans", Calibri, "Gill Sans MT", 'Lato', sans-serif, Arial,   "DejaVu Sans Condensed", Helvetica;
    }    
    .ui-theme-WEBSITEweb-container .carousel-caption h1 {
    color: #f2d300!important;
    font-size: 29px;
    font-weight: normal;
    font-style:normal;
    line-height: 35px;
    text-align:center;
    word-wrap: break-word;
    margin:0 0 15px 0px;
    }
    .ui-theme-WEBSITEweb-container .carousel-caption p {
    color: #ffffff !important;
    font-size: 16px;
    font-style:normal;
    font-weight: normal;
    line-height: 22px;
    text-align:center;
    word-wrap: break-word;
    margin-bottom:10px;
    }
    .ui-theme-WEBSITEweb-container  .carousel-button {
    width: 172px;
    height: 87px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    cursor: pointer;
    background: url("file/asset/752A2BE02003068EEA1EEFE6F2C5AA0A0D0ECC2C4D2C2149/") center bottom no-repeat;
    }
    .ui-theme-WEBSITEweb-container  .carousel-button:hover {
        text-decoration: none;
        opacity:0.7; /* Completely invisible. */
    }
    .ui-theme-WEBSITEweb-container  .carousel-button:active {
        text-decoration: none;
        opacity:0.7; /* Completely invisible. */

        
    @media only screen
      and (max-width: 800px)
      {  
      .ui-theme-WEBSITEweb-container .ui-theme-WEBSITEweb-wrapcarousel {
    max-height:450px;
    height:100%; 
      }
      .ui-theme-WEBSITEweb-container  .carousel-button {
    width: 172px;
    height: 87px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0px auto 0px auto;
    cursor: pointer;
    background: url("file/asset/1AAED22720030B1F490EAF2B9D175E08C5E423ECE2D61E6C") center bottom no-repeat;
    }
    }

    .ui-theme-WEBSITEweb-container .carousel-control {
    margin:30px 0 0px 0px;
    padding: 15px 15px 25px 15px;
    font-size: 80px;
    }      
          
    .ui-theme-WEBSITEweb-container .carousel-caption h1 {
    font-size: 18px;
    line-height: 21px;
    margin:0 0 5px 0px;
    }
    .ui-theme-WEBSITEweb-container .carousel-caption p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom:10px;
    }
    .ui-theme-WEBSITEweb-container .carousel-caption {
    max-width: calc(100% - 100px);
    padding: 20px 50px 0px 50px;
    min-height:60px;
    }
      }

        
    @media only screen
      and (max-width: 600px)
      {  
          
    .ui-theme-WEBSITEweb-container .carousel-control {
    margin:55px 0 0px 0px;
    padding: 5px 5px 10px 5px;
    font-size: 40px;
    }
    .ui-theme-WEBSITEweb-container .carousel-caption h1 {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 3px 0px;
    }       
    .ui-theme-WEBSITEweb-container .carousel-caption {
    max-width: calc(100% - 100px);
    padding: 9px 50px 0px 50px;
    min-height:45px;
    }
      }
        
        
        
    @media only screen
      and (max-width: 400px)
      {  
          
    .ui-theme-WEBSITEweb-container .carousel-control {
    margin:66px 0 0px 0px;
    padding: 0px 0px 5px 0px;
    font-size: 30px;
    }       
          
    .ui-theme-WEBSITEweb-container .carousel-caption {
    display:none;
    visibility:hidden;
    }
          
      }

    </style>

    <div class="ui-theme-WEBSITEweb-wrapcarousel">
    <div class="carousel slide" id="myCarousel">

    <!-- Indicators -->
      <ol class="carousel-indicators">
        <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
        <li data-target="#myCarousel" data-slide-to="1"></li>
        <li data-target="#myCarousel" data-slide-to="2"></li>
        <li data-target="#myCarousel" data-slide-to="3"></li>
      </ol>

    <div class="carousel-inner">
      
        
    <!-- slide musicals -->
    <div class="item active">
    <img alt="" src="LINK TO YOUR SLIDER IMAGE">
    <div class="container">
    </div>
    </div>    
        
    <!-- slide Future Day -->                
    <div class="item">
    <img alt="" src="LINK TO YOUR SLIDER IMAGE">
    <div class="container">
    <div class="carousel-caption">
    <a href="LINK TO A DOCUMENT" target="_blank" class="carousel-button"></a>
    </div>
    </div>
    </div>      
        
    <!-- slide 2-->                                    
    <div class="item">
    <img alt="" src="LINK TO YOUR SLIDER IMAGE">
    <div class="container">
    <div class="carousel-caption">
    <a href="LINK TO A DOCUMENT" target="_blank" class="carousel-button"></a>
    </div>
    </div>
    </div>
        
     <!-- slide 3 -->
    <div class="item">
    <img alt="" src="LINK TO YOUR SLIDER IMAGE">
    <div class="container">
    </div>
    </div>
        

    <!-- slide 5-->                                    
    <div class="item">
    <img alt="" src="LINK TO YOUR SLIDER IMAGE">
    <div class="container">
    <div class="carousel-caption">
    <a href="LINK TO A DOCUMENT" target="_self" class="carousel-button"></a>
    </div>
    </div>
    </div>
        

    </div>
    <a data-slide="prev" href="#myCarousel" class="left carousel-control">‹</a>
    <a data-slide="next" href="#myCarousel" class="right carousel-control">›</a>
    </div><!-- /myCarousel -->
    </div><!-- /ui-theme-WEBSITEweb-wrapcarousel -->

    <div class="ui-theme-WEBSITEweb-carouseldevider"></div>

    <script type="text/javascript">
        $(document).ready(function() {
            $('.carousel').carousel({
                interval: 5000,
                cycle: true
            });
        });
    </script>

    @Sue Busher - should be most of our slider code. Some slight tweaks with links removed which aren't necessary to make it work. 

  12. Did this ever move along? Our Governors are still interested in finding out more on which areas of our school website are being accessed and I've literally nothing to tell them other than overall visits/types of devices used via using Woopra. Frog Analytics of no use at all either in terms of this and we've still zero ideas on how has at least linked up their phone to the MyFrog app so cannot feedback at all in terms of the take up of it!

  13. That was what I thought - we only need it on our externally available website so there should be unique links displaying for folks not logged in. I can see the increase in Woopra stats so it is definitely tracking more but the actual page visit info is still just app/os or app/os?website so we still don't know which actual pages have been looked at. Not sure if I need to alter the tracking code or whether the #! in the URL causes the Woopra tracking to truncate the URL?

    • Like 1
  14. We've had our tracking code inserted into our website theme so that it should appear on all of the pages but we still just see /app/os or /app/os?site=website as the URLs viewed.

  15. Did you get ever get anywhere with publishing a widget which also captured the page name? That side of it would be very useful for us with our school website as we are very keen to ascertain which sections are visited! We have the standard Woopra tracking code which is useful in capturing info in terms of visitors but obviously no good for Froglearn sites as we just see a lot of "app/os" page visits! :D

  16. I was just messing around with this finally and noticed something odd. If I have this within an HTML widget on a page, it seems to mess up the External Link widget for some reason. The widget options for the External Link widget are removed and if you click on an existing External Link widget on the page, it just resets that link back to default when you click off it. Any obvious reason why it seems to interfere with the External Link widget?

  17. Apparently a bug that has been discovered on sites that had been given publically shared before the latest update was installed. Newly created sites since the update aren't affected but if you had an existing site with public access, then you will see the glitches!

  18. I have just logged a call with the Helpdesk but wondering if anyone has noticed this issue. Since the Hotfix last week, it seems the 'Responsiveness' aspect of the Frog sites have become a bit broken! We are seeing scroll bars appearing on sites that are shared publically, sites don't dynamically resize when resizing your browser window and just generally misbehaving! We also see an Error 500 on some API call inside of the developer console so don't know if that is related to it? Just wondering if other folks have noticed any weird visual issues since the patch was installed?

×
×
  • Create New...