Bruno
Forum Replies Created
-
Sorry, this plugin is not used for adding a loading effect.
Forum: Plugins
In reply to: [Remove Google Fonts References] WordPress 4.2; Dashboard failsI have tested on my own website, dashboard appears normally, no errors appears.
Can you provide more details about the problem you have encountered.
Forum: Themes and Templates
In reply to: [Book Rev Lite] International FontsYou can install plugin “Remove Google Fonts References” to remove Google fonts link.
Plugin url: https://www.ads-software.com/plugins/remove-google-fonts-references/
Forum: Plugins
In reply to: [Simple Lazyload] Using with infinite-scrollThis plugin not supporting images in ajax request content.
But you can do some change in source file if you can.
In ajax request feedback function, add one line below:
window._lazyimgs = $(“img.ls_lazyimg”);Sorry for delayed reply.
This plugin not support ajax requested content.
But you can do some change in source file if you can.
In front.php file, line 123, change:
var _lazyimgs = $(“img.ls_lazyimg”);
->
window._lazyimgs = $(“img.ls_lazyimg”);In ajax request feedback function, add one line below:
window._lazyimgs = $(“img.ls_lazyimg”);I got it.
You can add some css styles in “custom html” field:
div#fancybox-title {
display: none;
visibility: hidden;
}Check again after saving.
Forum: Plugins
In reply to: [Remove Google Fonts References] Font's not removed version 2.5I have checked this website, and didn’t find any google fonts references.
I guess, maybe just because you have logged in your system, and only in the backend, google fonts references appears.
So, for your customers, this problem doesn’t exist.
Don’t worry about this.
Forum: Reviews
In reply to: [Useso take over Google] 可惜了enjoy it!
Forum: Plugins
In reply to: [Remove Google Fonts References] Font's not removed version 2.5Could i take a look at your website on which plugin not working properly?
You are welcome, i’m happy to hear that.
Forum: Reviews
In reply to: [Remove Google Fonts References] Xie Xie Mr Xu!You are welcome!
Forum: Reviews
In reply to: [Remove Google Fonts References] Servidor bloqueadoHi, what’s happening to your server?
Forum: Plugins
In reply to: [Images Lazyload and Slideshow] Slideshow doesn't change slides.To slide automatically, need to change some source code.
For prettyPhoto effect, edit effects/prettyPhoto 3.1.4/gallery.php file, line 87, change from
$("a[rel^=\'prettyPhoto\']").prettyPhoto({social_tools:""});
to$("a[rel^=\'prettyPhoto\']").prettyPhoto({social_tools:"",autoplay_slideshow: true});
Forum: Plugins
In reply to: [Simple Lazyload] Bruno, help with Metafizzy's Isotope, please?If every image’s width and height is defined, there will be no arrange disorder problems.
Forum: Plugins
In reply to: [Simple Lazyload] Bruno, help with Metafizzy's Isotope, please?That’s brillant define images’ width and height in css.