maxsdesign
Forum Replies Created
-
Hi tecscien,
You can try to exclude the preloader CSS file from cache. If you are using WP Rocket you can refer to their docs page.
Just add this line:
$excluded_files[] = ‘/wp-content/plugins/preloader-plus/assets/css/preloader-plus.min.css’;
Let me know if this works.
Regards
MassimoHi,
Have you tried with a different theme?Hi tecscien,
I didn’t see your message and I am really sorry for the delay.
The issue is the cache, I think. The site shows a flash of unstyled content before the preloader. Try to turn the caching off to see what happens and let me know.
Regards
MassimoForum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Animated GIFHi Christopher,
About the icon that is a known issue, on mobile the browsers add additional space as much as the address bar height.You can try to remove the preloader from the home page with this Custom CSS:
.home .preloader-plus {
display:none;
}body.home > *:not(.preloader-plus) {
opacity: 1;
}I hope this answer will be useful.
Cheers
MassimoForum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Animated GIFHi Christopher,
I can check your icon but I need to see it on a web page not as a screenshot.
Unfortunately there isn’t any option to exclude the front page, sorry.
Regards
MassimoHi nubiotics,
You can set that animation when the page is loaded, but not when the loading starts.
Cheers
MassimoForum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Animated GIFI’m glad that it works now.
You are welcome!Forum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Animated GIFHi Christopher,
It should be possible add an animated GIF. If you give me the url where you had that issue I can check it.
Cheers
MassimoHi zietbukuel,
I have just uploaded a new version of the plugin without the short tags. Now it should be work. Let me know if you have other issues.
Have a good day.
MassimoYou have an option to show the preloader just on the front page, at the moment. I’m planning to add an option to show the preloader just once. It will be in the next update with a “buy me a coffee” button!
Have a good day!Hi zietbukuel,
1) Are you talking about the built in icons? I have just tried and it works. If you wish, you can send me a link so I can take a look at that problem.
2) There isn’t any error in the CSS, because it’s a PHP file.
Cheers,
MassimoHi Idamico,
Unfortunately you can’t use a specific page as a preloader, because the preloader is part of it.
From the Customizer go in Preloader Plus > Animations. In Animation delay you can set the time (in milliseconds) after which the preloader triggers the animation that shows your website. I hope this answer was helpful.
Cheers
MassimoI idamico,
my plugin accepts shortcode. That plugin prints a script in the footer, that’s why you can see the letters but the animation doesn’t work.
You can fix this issue changing a variable in easy-textillate.php.
Change line 415 and 468
from
$et_scripts .= ob_get_contents();
to
$output .= ob_get_contents();But you will loose the changes when you will update that plugin. I hope this answer was helpful.
Cheers
MassimoHi, I fixed that problem and I uploaded the new version of the plugin today. Updating it will solve your problem. Let me know if everything is fine.
Cheers
MassimoForum: Plugins
In reply to: [Preloader Plus - Wordpress Loading Screen Plugin] Time lengthHi,
from the Customizer go in Preloader Plus > Animations. In Animation delay you can set the time (in milliseconds) after which the preloader triggers the animation that shows your website. I hope this answer was helpful.
Cheers
Massimo