Jump to content

ADT

Frog Community Genius
  • Posts

    1,958
  • Joined

  • Last visited

Posts posted by ADT

  1. On ‎27‎/‎02‎/‎2017 at 08:48, Graham Quince said:

    What I'm discovering about FrogCode is that it is easy to do some things like adapting a link, but it's harder to add polish such as responsive changes, rich text and dealing with page layouts that Frog widgets usually have.

    So it's going to be easy to hack stuff together to get a job done, but depending on what is wanted it might not feel as "clean" as a traditional widget.  The only one affected by that is me* really.  As a Frog employee any widgets I build will have to be checked and approved.  I suppose I could set up a phantom school and create widgets under a pseudonym?   Or maybe we have a great big "Frog Amateur" sticker on any widgets Frog employees who aren't full time developers share.

     

    *Actually @Alistair Gill, @Jenny Vosper and head of sales Anthony Doyle have all built widgets too.  Edd keeps finding excuses not to.  ¬¬

    Well @Edd has lots of Jeremy Kyle to catch up on after his holidays!! :P

    • Like 1
  2. 13 minutes ago, ADT said:

    @Graham Quince@clangstaff Ok so I still cant get this to work properly...  but hey it works enough...   however I was just trying to get embedding sExcel to work using similar instructions and...

    https://support.office.com/en-us/article/Embed-your-Excel-workbook-on-your-web-page-or-blog-from-SharePoint-or-OneDrive-for-Business-7af74ce6-e8a0-48ac-ba3b-a1dd627b7773?ui=en-US&rs=en-US&ad=US

    Cant get this to work at all!!


    Any ideas???

    I'll take that back... I've fixed it!!  Turns out I was using an older file type!!

  3. @Graham Quince@clangstaff Ok so I still cant get this to work properly...  but hey it works enough...   however I was just trying to get embedding sExcel to work using similar instructions and...

    https://support.office.com/en-us/article/Embed-your-Excel-workbook-on-your-web-page-or-blog-from-SharePoint-or-OneDrive-for-Business-7af74ce6-e8a0-48ac-ba3b-a1dd627b7773?ui=en-US&rs=en-US&ad=US

    Cant get this to work at all!!


    Any ideas???

  4. 45 minutes ago, Edd said:

    I jumped on but can't seem to resolve the problem by altering the code I'm afraid. Can you take a look @Graham Quince when you're back in? The new Image Carousel widget in Dickens should essentially replace the need for this custom HTML hopefully. :)

     

    Never mind banging on about Dickens...  release the thing..... :P

    • Like 1
  5. 14 hours ago, Graham Quince said:

    Hi 

    Unfortunately a lot of the older themes would need a complete reworking to get them mobile responsive.  Themes such as the iPad (I'm guessing here) probably have set heights and widths which prevent them scaling down correctly.  Having said that, I'll mention it to our Creative studios guys.

     

    Erm....  if you made it....  that means you should support it.....  we pay our money for support..............................................................................

  6. 40 minutes ago, Graham Quince said:

    Can help you today, but I've turned this in a FrogCode widget:

    Capture.JPG.6dc3373957b0c4ece9d0d757ee941fc4.JPGCapture1.JPG.b3c7a5316488d1571fac509c80c98c2e.JPG

    Can help you???  You mean cant till we get Dickens!!!!

  7. What like this....

     

    <style>
       .app-sites .link-widget.staff-new-assignment { background-color:#c4eab1; }
       .app-sites .link-widget.staff-new-assignment:hover { background-color:#b4dca0; }
    </style>
    <div class="widget-content link-widget widget_applink staff-new-assignment" data-action="launch_quick_assign">
        <div class="content-wrapper">
            <div class="column link-info">
                <h2 class="widget-title alone os-ellipsis">Create New Assignment</h2>
                <p class="description"></p>
            </div>
        </div>
        <div class="column widget-icon-wrapper">
            <div class="widget-icon ui-app-icon ui-app-icon-assignments"></div>
        </div>
    </div>

    <script type="text/javascript"> var $target = jQuery('[data-action=launch_quick_assign]:first'); $target.on('click', function(el, ev) { ev.stopPropagation(); el.frogui_modules_quickassign(); }.bind($target.get(0), $target)); </script>

    • Like 2
×
×
  • Create New...