Can I ask why plugin has been closed?
Which Guideline was violated?
Should I uninstall this plugin for security reasons?
]]>It would be great if you could add in a max load time for the preloader. For example, only show the preloader for 5 seconds max or something like that. Is there a way I can do that even if you don’t modify the plugin? Thanks!
]]>Hello, I want that the background should be transparent while loader shows on screen. Means while loader works, page content should show.
]]>Hello! Is there any way/option to make the loader appear just once? Because i want to use a css text animation as loader for the front page but i dont want it to appear everytime to visit the homepage, just once when/if the it havent been loaded before.
Thanks in advance!
]]>My site is a drinks ordering system and involves navigating through multiple submenus. Due to the time it takes for the loader to fade out, user clicks don’t register for a second or so. This has a noticeable impact on my site when navigating quickly.
I’m wondering if there is this could be achieved by some custom css? Or if not
I’m suggesting this to possibly be be added as an option in the settings.
Hello.
Sometimes my page loads slow (rarely) but happens on mobile etc. When this happens the scale looks buggy because it scales up and then goes back down and repeats. Is there a way to make it scale to max and then just wait (no further animation).
]]>The video starts before the page loader is done. Is it not possible to have all elements of the site not begin before the pageloader ends?
]]>Hi
Firstly fantastic plugin. I have noticed that 100vh and 100vw for the .bbpreloading style is not compatible on mobile browsers and results in a background that does not fill the entire viewport.
I have been able to easily rectify this by overriding the class in ny stylesheet with the below but thought I should let you know, in case this is something you wish to address.
.bbpreloading {
height: 100% !important;
width: 100% !important;
}
Please do let me know if there is a reason that I should not use the above modification. ??
]]>Many thanks for such a wonderful plugin. This is indeed the best Pre Loader plugin available.
Unfortunately, update 1.2.4 stopped working after updating to WordPress 5.4.
Please help! Many thanks.
]]>Been running with no problems until version 1.2.3 now Loader is not working.
v1.2.2 still works fine.
wp 5.3.2
php 7.3
Great plugin, looking forward to the next update.
]]>Hi!
I wanted to use your plugin, but I’ve got a jQuery error. In the functions.php file the loader_script() function has a bad line. Instead of d(window).load(function() {...})
I wrote d(window).on ("load", function() {...})
and it worked like a charm. You can also read the documentation of this function here: jQuery Load Event. It’s got deprecated.
Secondly, I wanted to use .svg file as preloader image. I downloaded WP SVG images plugin, so I can able to upload .svg files, but your plugin not wanted to accept it. But after a little modification in customizer.php, it worked. In the loader_sanitize_image_upload() function, I added a new type of MIME after png:
$formats = array(
'jpg|jpeg|jpe' => 'image/jpeg',
'gif' => 'image/gif',
'png' => 'image/png',
'svg' => 'image/svg+xml'
);
After this, everything was fine for me! If you think this modifications are valid, apply them.
]]>Hello, I just noticed wrong comment syntaxes in /inc/preloader/functions.php
starting at line 96 with echo'<!- Loader Preloader ->';
should be echo'<!-- Loader Preloader -->';
There a several affected lines…
preloader and user experience? Problem Experience I would rather say.
Installed this thing, went to my panel, added 4 texts, published… then CRASHED! server went error 500 and impossible to connect!
Very
]]>Hello,
Preloading every and each screen (and every link) makes me feel like the web takes ages to load. It was quicker before. Only trouble, and the reason to download the preloader, was strange order of elements being loaded.
That is why I would like to have preloading only Homepage.
Plus it makes sense also from the UX point of view – once you load Homepage, you dont need loading screen. From that point on you are on the subpage level.
So option to disable this (otherwise perfect and awesome) plugin on all pages except Home would be awesome. Or if there is way to do so using PHP, please let me know.
Thanks,
Michael
]]>Hi,
I would like to know what CSS ID or Class I should modify to get background transparancy ?
Thank you for your help.
Antoine
]]>Is there a filter to disable the loader in page builders?
]]>When the loader appears, there should be a holding time defined for people to have enough time to read the quote, especially for longer quotes
]]>So I have added my custom quotes but there is basically no text formating and what should be a simple short 2 liner quote turns out to be a long 1 line and a half.
There are also no css options … the quote appears so far below the preloader graphic.
]]>Is it possible to disable the loader for the homepage specifically ?
]]>I have been looking significantly for a preloader that can allow me to simply set custom quotes, 5- 10, the number doesn’t matter.
Is that possible to do with this plugin ? ??
]]>