By Rob on Saturday, 11 January 2014
Posted in General Issues
Replies 13
Likes 0
Views 1.2K
Votes 0
Hello,

Does EasyBlog use the Jquery LazyLoad?

If it does could you look at this page and tell me how I would eliminate the white space.

http://techlick.com/index.php/techlick/apple-insider/18149-hands-on-pebble-s-new-high-end-steel-smart-watch-for-iphone

Thank you.

Regards,
Rob
Hello Rob,

I am really sorry for the delay of this reply as it is a weekend for us here.
Did you mean this white space in your blog entry http://screencast.com/t/wKumJDWDVw ?
To be honestly, i'm never use this Jquery LazyLoad before, is it possible provide us with your Joomla backend and FTP access so we can help you better look at here? Please advise.
·
Saturday, 11 January 2014 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes the white space.

I really appreciate this - this is the weekend and you took time to answer my request. I am grateful. The information is attached. Thank you again.

Here is the category/pages that are having this issue:

http://techlick.com/index.php/techlick/apple-insider/categories/26-apple-insider
Rob
·
Saturday, 11 January 2014 13:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

When I tried to access the site it seems to hit 500 Internal Server Error. Can you please advise? By the way, EasyBlog does not load lazyload on the images. I believe it may have been coming from your Joomla template. What template do you use? You might want to disable the rok plugins as I recall seeing some sites where the rok plugin is lazy loading images on the site.
·
Saturday, 11 January 2014 14:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark again

Ah you are right - it has to do with my template. I need to find a faster template design for EasyBlog. I like RocketTheme but at times I find their templates to be heavy due to gantry.

Thank you again Mark you are a good buddy.

Regards,
Rob
Rob
·
Saturday, 11 January 2014 21:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rob,

You are most welcome
·
Saturday, 11 January 2014 21:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Okay I have to open this up again because I did disable all rok plugins and still lazyload is loading. So I need another set of eyes to see what may be causing this.

What we are trying to accomplish is eliminating the white space. Please look at this URL:

http://techlick.com/index.php/component/easyblog/categories/26-apple-insider?Itemid=164

Could you take a look when you have a chance, info provided.

Thank you Mark (stackideas) for your time and energy

Regards,
Rob
Rob
·
Monday, 13 January 2014 03:13
·
0 Likes
·
0 Votes
·
0 Comments
·
hey rob,
your whitespace issue is coming from the posts itself. looking at the source it shows that the imported feed is loading a transparent image which causes this. check your post for this line and remove it:

<img src="http://photos.appleinsider.com/v9/images/1x1-white.jpg" alt="iRing" width="660" height="396" class="lazy">


after doing so the whitespace should be gone. hope that helps
·
Monday, 13 January 2014 04:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alex,

Yes that I do know but the feeds come in automatically and I would have to do that manually for every feed. Is there a CSS hack I could use to prevent it from loading? I don't know what would be safe since most of my other feeds have the img attribute and I do not want them affected. Maybe if we changes the incoming height and width?

Thanks for your help.

Regards,
Rob
Rob
·
Monday, 13 January 2014 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello rob,

I did a CSS hack as requested and include them at the bottom of your custom CSS file.
Hope that helps.

#eblog-wrapper img.lazy {
display: none;
}


Thanks:)
·
Monday, 13 January 2014 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
hey rob,
the solution khairul posted should already solve your issue. however if the problem comes up again in the future because they changed their class names then you can also target the image directly with some more advanced css. here's how it has to look for the current one:


img[src="http://photos.appleinsider.com/v9/images/1x1-white.jpg"] {display: none;}


hope that helps
·
Monday, 13 January 2014 21:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Alex
·
Monday, 13 January 2014 22:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Khairul, Alex and Mark,

Words cannot express how grateful I am for your help. Outstanding customer service and forum support.

Enjoy your excellent week my friends. I thank you again.

Regards,
Rob
Rob
·
Monday, 13 January 2014 23:04
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Rob, glad that your issues are resolved now.
·
Monday, 13 January 2014 23:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post