Delay Footer blocksy_output_footer(); using JavaScript
-
Hello,
Seems like the documentation for :
- blocksy_after_current_template();
- blocksy_output_footer();
are missing.
I think I needed the blocksy_output_footer(); one, I want to delay the apparition of the footer, I found this code :
?> <script type=”text/javascript”>
/* add your js code here */
setTimeout(() => { blocksy_output_footer(); }, 2000);
</script> <?phpI seems like it is almost working, but the footer doesn’t appear after 2 seconds, it just in’t here anymore.
Can you help ?
Thanks a lot !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Delay Footer blocksy_output_footer(); using JavaScript’ is closed to new replies.
