Can anyone help me get this into a freeway page please?
What goes where?
There is a How to use in the Live Preview if this will help
Trev (NI)
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Can anyone help me get this into a freeway page please?
What goes where?
There is a How to use in the Live Preview if this will help
Trev (NI)
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Stage 1 - Create a Div and name it in the Inspector (the example uses βfirst_countdownβ. Size it using a percentage width in an inline layout - it can have a fixed height.
2 - Add the following code in Page>Html Markup in the before section
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript" src="path-to-plugin-file/jquery.responsive_countdown.js"></script>
Making sure that you have uploaded the jquery.responsive_countdown.js file to a location on your server.
3 - Set the script to execute by pasting the following code in Page>Html Markup in the before
<script>
jQuery(document).ready(function($){
$('#first_countdown').ResponsiveCountdown();
});
</script>
That should get you the basic setup. There may be other files that need to be included but without buying the script I canβt be sure. There are also many options that you can add.
I do have something similar at http://www.deltadesign.co/FW6Test/countdown-timer.html - which ran out but I will restart it. Wasnβt designed to be Responsive though.
I am pretty sure that Walter provided the original idea/code?!
David
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Hi Dave
Canβt get that to work!
All I need is a countdown of days to date in 2016.
Your counter looks very like what I need.
Trev (NI)
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Your counter looks very like what I need.
Iβll put together an example you can DL - what version of FW?
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
And if you share the script you bought with me I could probably do an example using it as well.
My version uses prototype so may be a better fit with native FW actions.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
All I need is a countdown of days to date in 2016.
What is the date?
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Sorry Dave
Have been away all day. Countdown to Sat 18 June 2016.
Thanks
Trev
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Like this http://deltadesign.co/FW7Test/countdown-timer.html
Drop me an email Trev I seem to have lost yours
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
Here is a link to a sample FW doc that you can try.
https://dl.dropboxusercontent.com/u/1038101/countdown-archive.zip
D
freewaytalk mailing list
email@hidden
Update your subscriptions at: