Code for the lights stopped working.
2 posters
Page 1 of 1
Code for the lights stopped working.
@Ange Tuteur Code which made ahead of time for the lights stopped working. Can you fix it because after four months starting the Christmas holidays and I'll be needed this code.
- Code:
$(function(){$(function(){
var padTop = true,
frame = document.createElement('IFRAME'), body = document.body, s = '';
frame.setAttribute('style','position:absolute;left:0;right:0;top:0;width:100%;height:100px;border:none;z-index:1000;');
frame.src = 'http://opensource.olympe.in/lights/?size=tiny';
frame.id = 'schillmania-lights';
body.insertBefore(frame, body.firstChild);
if (document.getElementById('fa_toolbar')) {
frame.style.top = '28px';
document.getElementById('fa_hide').onclick = function() { frame.style.top = '0px' };
document.getElementById('fa_show').onclick = function() { frame.style.top = '28px' }
}
if (padTop == true) {
if (body.getAttribute('style')) s = body.getAttribute('style');
body.setAttribute('style',s + 'padding-top:100px !important;');
}
})});
Last edited by smurfavr on August 19th 2015, 11:11 am; edited 1 time in total
Re: Code for the lights stopped working.
After reworking my website I deleted some files during the process. Some of those happened to be decoration scripts / pages. When it's the season again, I'll see what I can do.
Re: Code for the lights stopped working.
Script for these Christmas Lambi I can get it on my website or another?
Re: Code for the lights stopped working.
I found some backup files and re-transferred them. If it's not showing, try clearing your cache.
Re: Code for the lights stopped working.
You're welcome, I apologize for the inconvenience.
Topic archived
Have a good day.
Topic archived
Have a good day.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum