giadina12
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load XT] Load before entering viewportHi, Thanks a lot. I have done as you suggested and I made some test.
Basically, the function work but I don’t see a perfect result for my goal, especially for the mobile version. I used in the past BJ Lazy Load. For some reasons on my theme this plugin doesn’t work. Finally, I am testing a3 Lazy Load with a good first impression.Need to make some more tests.
Thank you. I appreciated your cooperation.
Thanks. GiadinaForum: Plugins
In reply to: [Lazy Load XT] Load before entering viewportHi,
I have the same issues. I would to like to improve the edgeY value.
You said to have resolved. But how?Where you added:
jQuery.extend(jQuery.lazyLoadXT, {
edgeY: 400
});Could you explain me in which file you added that part of code?
Thanks Giadina.Forum: Plugins
In reply to: [Lazy Load XT] Using plugin with background imagesHi, let me see this on monday.
I will try. I am not too much expert.Forum: Plugins
In reply to: [Lazy Load XT] Using plugin with background imagesHi,
I have followed your suggestions and I have fixed this problem setting in this way:from:
<section class=”serv_intro intro”
<?php if ($smof_data[‘serv_intro_img’]) { ?>
style=”background-image: url(<?php echo $smof_data[‘serv_intro_img’]; ?>);”
<?php } ?>>to:
<section class=”serv_intro_img” data-bg=<?php echo $smof_data[‘serv_intro_img’]; ?>
<?php if ($smof_data[‘about_intro_img’]) { ?><?php } ?>>
In this way, the browser “call” the background only when in the screen.
I have saved 50% of page size.So, thanks a lot for your help.
Thanks 🙂
Giadina.Hi Barry,
My host have recompiled the php adding the module mbstring.
So, I enabled again the plugin with a positive result.
It’s back to work as a charm.So. Thank you for your support 🙂
GiadinaHi Barry,
I requested to my host to install what you suggested.
Let me see and reply to this after done.
Great support and plugin.
Giadina