Hello so i made a custom html/css page preloader but my question is if you can point me out to where can i integrate my code into wordpress so that i works site wide ? I mean in what file, it’s easy enough to integrate it in a single page but on wordpress there’s a whole other level of complication, and i don’t want to use resources using a plug-in. I found out that there is no example on how people can integrate their preloaders in wordpress, there’s only plug-in tutorials. So i’m using something like this guy is doing + - some modifications : https://www.youtube.com/watch?v=gttmqvZ4kYc . Please help guide me in the right direction.
Hi Alexandru,
Thank you for writing in, you can add your HTML using action filters and hooks, more details about that here.
The custom CSS can be added to Theme Options > CSS, and the script can be added to Theme Options > JS
Please do note, that we do not provide support for 3rd party plugin and script, it would ultimately be your responsibility to take it from here.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.