Hi, I notice that the plugin has a vulnerability and has been removed from the WP repository.
Will there be an update or has it been discontinued?
Thanks.
]]>Hi,
How can I implement my own GIF animation with preloader+?
Greetings, Tom
Hello,
there are some pictures on my site which have a large amount of data. Currently about 100 MB. The preloader is activated to inform the visitor that the loading process may take a little longer.
Unfortunately, the loading process stops at 70%, takes some time and then continues.
Hello, this is best WP loader plugin!
But in plugin page i can see this:
This plugin?hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
is planned Any update?
Thanks a lot
I want to remove that black cursor dot following the cursor
]]>Can I add a background image when loading the animation? instead of just color
URL: https://imgur.com/a/O5RGZdo
I didn’t find the function to use the Pre-Loader on just one specific page.
In this case, it is not the main page of the website nor the first that the user will visit.
Therefore, I need the function to be active only on this specific page.
How to make?
]]>This plugin just works, and thank you so much for that! Rotation is cool but, how can I get a Flipping animation to an image?
]]>Hi,
Could you please add in Setting the option to disable the preloader on specific pages?
My website is https://aroma.cy/ and the preloader works perfectly, but when I visit the shop page https://aroma.cy/shop/ and change the products filter the preloader screen stucks. I have a YITH product filter.
The optimal solution would be to make it work with YITH product filter plugin, but the quick fix would be to disable the preloader on specific pages where it is not working properly.
]]>I made the rookie mistake of deleting the menu because I was following a tutorial that suggested getting rid of them. Now I realize that I DO need them. Is there a way to get the Editor menu back in the preloader settings?
]]>Hi, I started using your preloader on advice from Divi. The idea was to prevent my homepage Flash of unstyled content (FOUC) issue. The FOUC is still happening despite having the loader setup. Can you please help me to solve this issue?
Screen shots below
https://ibb.co/6P3pS4Z https://ibb.co/PFstdN7 https://ibb.co/vwr7nQK
]]>I am using Preloader Plus Plugin for setting up the Preloader on my wordpress website, everything is working fine but I want to add Transparent background, so that meanwhile page is loading and my Preloader isrunnning my users can see that website is loading in background?
How to do this in wordpress?
]]>Help me I use an iFrame, I enabled Show the preloader only on first visit, but it doesn’t work in an iFrame. The preloader spins on every page. Help solve the problem with the iFrame!
]]>Help me I use an iFrame, I enabled Show the preloader only on first visit, but it doesn’t work in an iFrame. The preloader spins on every page. Help solve the problem with the iFrame.
]]>Hi,
How would it be possible to have a short fade out animation when the preloader is loaded, rather than having it disappear directly ?
Thanks
]]>Ortadan sa?a Ve Sola Ayr?lacak ?ekilde Resim Animasyon Yapmak ?stiyorum Bu Eklentinizde Mevcut mu De?ilse Nas?l Ekleyebilirim Yard?mc? Olurmusunuz
]]>Hello, and how are you? I hope all is well. I recently updated the plugin to the latest version and now the direction of the animation will not adjust/activate properly. It seems to only animate the default center direction. Please advise. Thanks.
]]>Hello,
I am using pre loader plus on my website. The loader is working fine but the problem I am facing is white screen before preloader. When I navigate from one page to another first a white screen appear than the pre loader. Is there any solution to it?
Hello, I am trying to enable the preloader only for a specific page , that being the catalog page; due to the fact it takes the longest to load.
this is the modified pre-loader.js
jQuery(function($){
var width = 100,
perfData = window.performance.timing, // The PerformanceTiming interface represents timing-related performance information for the given page.
EstimatedTime = -(perfData.loadEventEnd - perfData.navigationStart),
time = parseInt((EstimatedTime/1000)%60)*100;
if (window.location.href.indexOf("/transportation-fleet-registry/") > -1) {
var preloader = document.querySelector(".preloader-plus");
$('body').prepend(preloader);
var progBar = document.querySelector(".prog-bar"),
start = 0,
end = 70,
duration = time,
counter = document.getElementById("preloader-counter");
animateValue(progBar, start, end, duration);
} else {
$('body').addClass('complete');
}
function animateValue(element, start, end, duration) {
var range = end - start,
current = start,
increment = end > start? 1 : -1,
stepTime = Math.abs(Math.floor(duration / range)),
obj = element;
var timer = setInterval(function() {
if(current < end) {
current += increment;
}
if (obj !== null) {
obj.style["transition-duration"] = "0.001s";
obj.style.width= current + "%";
}
if (counter !== null) {
counter.innerHTML = current + "%";
}
if ( ( current == end && perfData.loadEventEnd > 0 ) || perfData.loadEventEnd > 0 ) {
var endLoading = setInterval( function() {
current += increment;
if (obj !== null) {
obj.style.width= current + "%";
}
if (counter !== null) {
counter.innerHTML = current + "%";
}
if(current == 100) {
setTimeout( function() {
$('body, .preloader-plus').addClass('complete');
}, preloader_plus.animation_delay)
clearInterval(endLoading);
}
}, 1)
clearInterval(timer);
}
}, stepTime);
}
});
thought the “if” statement would have worked. any suggestions will help, thank you.
]]>Is there a way to export the plugin settings to be imported on other sites? Or, is there a file that can be copied and transferred, etc? Please advise, thanks.
]]>Hi all,
There is no problem on computer entries; however, preloader stays stuck in mobile entries on website until the user touches the screen. If you try to enter my website on your mobile phone, you clearly understand what I mean. What can I do for it?
Thanks
Hi all,
Since a few days i am getting a error code on the page. Can somebody help me resolve this ? This is what i get
?Preloader_Plus\Preloader_Plus::__wakeup() must have public visibility in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php on line 94 Warning: The magic method Preloader_Plus_Pro\Preloader_Plus_Pro::__wakeup() must have public visibility in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/preloader-plus-pro/inc/preloader-plus-pro.php on line 59 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php:94) in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-admin/includes/misc.php on line 1416 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php:94) in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-includes/functions.php on line 6865 Warning: Cannot modify header information – headers already sent by (output started at /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-content/plugins/preloader-plus/inc/preloader-plus.php:94) in /customers/c/b/c/biketeambnwl.nl/httpd.www/wp-admin/admin-header.php on line 9
Thanks
]]>Hi,
I’m testing this plugin due to the recommendations. It seems to be amazing, but for me it is not working until all the content is loaded, being useless for the ux. Could you explain me how to solve this?
Thank you,
álex
]]>Is there a way to have the animation only play once?
]]>Seems to be an issue when I’m using WP Rocket where when I check off the Optimize CSS Delivery, the preloader appears permanently on the top 1/3 of the screen. Does the preload effect but never goes away.
Would you suggest any CSS files that I should exclude as a result? Or Fallback Critical CSS?
I need it to only preload a specific div class on a specific page that works with a load more button to load in more videos. In my case I’m loading YouTube videos from the API v3. I want the preloader to come up between load more button presses if the request takes longer to fetch from YouTube which it normally is a second or two. Please help.
]]>I have animations in my website and those animations must show up when the page load, But when I started using this plugin they stop appear cause they work behind the preloader, How can I fix that?
]]>Hello there,
I am using the Wow Carousel for Divi module, and the pages where it is used take a very long time to load, with Preloader Plus (15 seconds +). Is there any way to prevent this? Thank you!
Pauline
]]>Hi
The WP-menu-img is not rendering properly on dashboard if any gravity form related contents are open.
Upon checking i found that below CSS is not showing in source
#toplevel_page_preloader_plus_setting_page .wp-menu-image > img {
width: 18px;
}
i added this manually , but still its not appearing
what will be the reason and how to solve this?
]]>Hi there
How to configure this pre-loader only for specific page
There is option in the setting to enable only for home page
but looking for an option to load only specific pages