Page 1 of 1
[rz] Preloader / Redirecter *** UPD 2017-Apr-17 ***
Posted: Sat Mar 03, 2012 11:45 pm
by [RZ]
[rz] Preloader v1.2
This extension allows you to redirect to the destination (heavy) page once it is fully cached/loaded.
HTML 4.01 Transitional
W3C compliant
* New in version 1.2
- Minimum and maximum time for better preloading behavior.
- Workaround for iOS-based devices issues.
- Improved "testing-phase".
* New in version 1.1.0.1
- Improved code that prevents a sporadic issue causing long periods caching the target page until redirects to.
* New in version 1.1
- Improved extension code.
- Image is optional.
- Text is optional.
- Delayed redirection allows to run other custom processes once the page is fully cached/loaded (depends on the z-order).
- Deprecated properties were removed (all is done automatically).
Note:
If both image and text properties are left empty, a silent redirection or a custom waiting process can be done instead.
* New in version 1.0.1
fixed:
- no warning message in the w3c validator.
improved:
- now generates a more friendly seo code.
- nothing will be displayed if javascript is disabled (because no action can be taken).
Enjoy!
Re: Preloader / Redirecter
Posted: Mon Mar 05, 2012 8:40 am
by [RZ]
thanks for your words.
hope we can see soon your work.
post a link here when it is ready.
regards.
Re: Preloader / Redirecter
Posted: Mon Mar 05, 2012 8:29 pm
by [RZ]
no. it won't affect to mr seo.
put it wherever you need. i usually put this extension in the index page.
some live examples here: *** links removed ***
almost all online demos use this extension, just follow this link:
www.magnawebstudio.com/developer and select whatever you want from the left panel
Re: Preloader / Redirecter
Posted: Wed Mar 07, 2012 7:12 am
by [RZ]
thanks 'alyssaly'.
Re: Preloader / Redirecter
Posted: Wed Mar 07, 2012 6:16 pm
by [RZ]
well done! thanks for your post.
btw, i've noticed you are using inlineframes.
google may point to these embedded pages and they will be opened as standalone ones.
try it by yourself:
http://www.casamonacoalquiler.com/car.php
don't you think this may be useful for your case:
http://wysiwygwebbuilder.com/forum/view ... 42&t=46030
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Wed Aug 01, 2012 12:27 pm
by [RZ]
an update is available for download.
please refer to the first post.
fixed:
- no warning message in the w3c validator
improved:
- now generates a more friendly ceo code
- nothing will be displayed if javascript is disabled (because no action can be taken)
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Tue Aug 14, 2012 7:11 am
by FX3D
This is a great extension, just tested with 2 basic pages :-
index (this is where I dragged the "rz-preloader" extension)
page1 (this is where the large images are)
I have included a screenshot of the properties of the extension so users can see what settings to apply

Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Tue Aug 14, 2012 7:16 am
by [RZ]
@FX3D
thanks a lot for your help!
smart, it will be useful - no doubts.
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 4:29 pm
by supersonictt
Hello [rz]
One quick question: in "Time" property, if the page to be redirected to is too big (which takes around 2 minutes to be fully loaded), and I set the time for 30, that means after 30 seconds, even if that page is not fully loaded, the user will be taken to it, right?
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 4:47 pm
by [RZ]
nope
because this defeats the purpose of the preloader
this means that this is the <minimum> time that will be shown the loading msg
if the page takes 2 mins to load, you will be redirected once it is loaded - if the page is fully loaded in 15 seconds, the loading msg will be shown 30 secs and then will redirect to the cached page
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 4:54 pm
by supersonictt
Oh ok!
Then what about if I set the time to zero, and in page properties, miscellaneous, redirect, and I redirect to that page after 30 seconds, will the extension load that page for 30 seconds and then it redirects to it?
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 5:03 pm
by [RZ]
in that case the header takes precedence over the javascript
the page will be redirected after 30 secs even if the target is not fully loaded
this means, you will be redirected once the page loaded or after 30 seconds, the first to occur...
(btw, this is planned for the next update)
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 5:09 pm
by supersonictt
Yes, and lets say that the 30 seconds occur first, when am redirected to that page, nothing will be preloaded, right? I mean, the extension will not preload 30 seconds of the 2 minutes, right?
*****EDIT*****
I tested redirect after 15 seconds, but it seems that the extension is taking over the code in the head tag.
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 5:20 pm
by [RZ]
the extension already preloaded 30 secs of the 2 mins
this means that some heavy images of the target page may be shown in a snap
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 5:32 pm
by supersonictt
I tested redirect after 15 seconds, but it seems that the extension is taking over the code in the head tag!!!
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 5:48 pm
by [RZ]
the header should take precedence
anyhow an update is planned
keep posted
Re: Preloader / Redirecter *** UPDATED Aug-01-2012 ***
Posted: Thu Jul 04, 2013 5:50 pm
by supersonictt
Thank you

Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Wed Oct 15, 2014 2:19 pm
by [RZ]
UPGRADE AVAILABLE
* New in version 1.1:
- Improved extension code.
- Image is optional.
- Text is optional.
- Delayed redirection allows to run other custom processes once the page is fully cached/loaded (depends on the z-order).
- Deprecated properties were removed (all is done automatically).
Note:
If both image and text properties are left empty, a silent redirection or a custom waiting process can be done instead.
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Wed Dec 10, 2014 2:35 pm
by itsme
hi, please just simply and quickly, i have a single page called index.html and have a carousel and many other objects... now i have this preloader, should i create new page as index.html and put the loader on it then move all my index.html page to new page e.g. main.html? i really want to keep the index.html the main page of the site
please advice
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Wed Dec 10, 2014 2:40 pm
by [RZ]
suggestion
create a main.html page
put there all your design with the heavy elements
create an index.html page
put there something like a welcome message or something like this, something lightweight
put also in the index page the preloader extension
set it up following the logic of the properties which have their descriptions to help you understand each feature
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Wed Dec 10, 2014 4:42 pm
by itsme
yes seems working... i am still testing and checking will let you know if find difficulties
thanks
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Wed Dec 10, 2014 4:50 pm
by [RZ]
of course it works

Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Mon Dec 29, 2014 4:48 pm
by me.prosenjeet
where to download it from? Extension manager is not showing anything for "Preloader/Redirector"
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Mon Dec 29, 2014 5:20 pm
by [RZ]
hello me and welcome back
there is no download link
you will be receive the extension upon payment, usually within minutes, in your email
http://www.magnawebstudio.com/shop
with regards
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Mon Dec 29, 2014 5:29 pm
by me.prosenjeet
ThanQ RZ
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Fri Feb 05, 2016 9:46 pm
by itsme
hello,
with wb 11.0.2 this breaks
extension preloader doesn't show in the position that suppose o show
also removes everying in the page!
if extension removed from page, objects show normally, if extension on page, preview or publish, nothing show other that extension text/image (loading) in the left top corner
please fix or advise
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Sat Feb 06, 2016 4:11 pm
by [RZ]
the extension has successfully been tested on wb11
the best is that you get in contact following the links in the signature for further instructions
Re: [rz] Preloader / Redirecter *** UPD 2014-Oct-15 ***
Posted: Sun Feb 07, 2016 3:29 am
by itsme
done, sent a message from the contact form, hopefully you guys have a solution for this ASAP
thanks
Re: [rz] Preloader / Redirecter *** UPD 2017-Apr-17 ***
Posted: Mon Apr 17, 2017 6:09 pm
by [RZ]
* New in version 1.2
- Minimum and maximum time for better preloading behavior.
- Workaround for iOS-based devices issues.
- Improved "testing-phase".
* New in version 1.1.0.1
- Improved code that prevents a sporadic issue causing long periods caching the target page until redirects to.