Garmur
Forum Replies Created
-
Forum: Plugins
In reply to: [While Loading] Add timer?The image disappears once everything has loaded or after 10 seconds.
In file “while-is-loading.php” you must edit writeOnHeadTheme method:
1) Delete window.addEventListener(‘load’,desvanecer); in line 246.
2) In line 245, replace 9999 with your milliseconds.Forum: Plugins
In reply to: [While Loading] Exclude image classes from lazy loadI’m afraid it’s not possible at the moment.
Maybe in the future it will be added.
I will try to update the plugin (but it is not a promise).Forum: Plugins
In reply to: [While Loading] Text below or above gifIt is not possible, the image and text are separate and placed according to the size of the browser. The height of the image is unknown, but will always be in the center.
However, the text can be placed on the bottom of the screen if the styles incss/wl-sytle.cssare changed.#loading{ position:absolute; left:0; right:0; bottom:25px; text-align:center; color:white; }Forum: Plugins
In reply to: [While Loading] New version issue in Chrome.Just now I’ve tested in the latest release of Chrome and Firefox, but it worked well. Anyway, I’ll see what could go wrong.