By Zack Paige on Monday, 02 October 2017
Posted in Technical Issues
Replies 16
Likes 0
Views 643
Votes 0
When ever I put up a picture it seems to cut off the picture's top and bottom. Not sure how to fix this, or what I am doing wrong.

Zack Paige
Hi there,

You can achieved it here http://take.ms/WlXEI. As you have set it to be cropped on your entry view. I have disabled it for you and it should works fine now. For listings, you can set them on same page.

Hope this helps
·
Monday, 02 October 2017 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes you fixed it. One challenge remains though, it still looks like it is cropped on the front page pictures. Is there a way to fix the front page? Right now I have it set to Magazine 3 for the front page, set up by a menu on the en-us home page.
·
Monday, 02 October 2017 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that currently it is controlled by css and there are no setting to handle this issues. By the way, can you try to apply css codes below on your custom.css and see how it goes.

[gist type="css"]
#eb .eb-mag-grids .eb-mag-blog-image {
padding-bottom: 80%;
}
[/gist]
·
Monday, 02 October 2017 11:45
·
0 Likes
·
0 Votes
·
0 Comments
·
It doesn't look like that did anything.
·
Monday, 02 October 2017 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
It looks like Layout 1 only crops it a little, but layout 2 and 3 crop it a lot on the front page. I put in the custom code in the custom.css file and it does not seem like it changed anything.
·
Monday, 02 October 2017 12:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Oh, sorry for my codes below. Given codes is not fully completed. Maybe you can try to use codes below and see how it goes.

[gist type="php"]

//Layout 1
#eb .eb-mag-grids .eb-mag-blog-image {
padding-bottom: 80% !important;
}

//Layout 2
#eb .eb-mag-side-list .eb-mag-blog-image {
padding-bottom: 60% Important;
}

//Layout 3
#eb .eb-mag-thumb .eb-mag-thumb {
width: 250px;
}
[/gist]

If still got problems, it would be best if you can provide us with your FTP access for us further check on this issues.
·
Monday, 02 October 2017 14:04
·
0 Likes
·
0 Votes
·
0 Comments
·
I have been using the custom.css in Easyblog 5. Is that the wrong place to do these custom commands?
·
Monday, 09 October 2017 01:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

May i know how and which path did you applied those custom.css at? Maybe you can try this path JoomlaFolder/templates/(mytemplate)/html/com_easyblog/styles/custom.css instead and see how it goes.

If problems still persisted, it would be best if you can provide us with your backend and FTP access for further check on this issues. Please advice.

References:
https://stackideas.com/docs/easyblog/administrators/customizations/template-overriding
·
Monday, 09 October 2017 10:19
·
0 Likes
·
0 Votes
·
0 Comments
·
I went to the back end of Joomla went into EasyBlog, then went to themes, then custom css. If I need to do it the other way I can, I just thought that might be the right place to add custom.css code.

Also I do not have FTP setup on my site yet. If we can't figure it out then I will have my developer of my site enable ftp.

Zack
·
Monday, 09 October 2017 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Also still not working on the site. The front page looks like it cuts off the pictures. The pictures also seem to cut off on Facebook as well.

When it goes out to Facebook it looks cutoff as well. Plus look at this... Looks fine on the article but not the front page. https://disneyelite.com/en-us/blogs/obgintdpb the front page at disneyelite.com it looks like it is only getting so much on the picture. https://www.facebook.com/DisneyElite4/?ref=bookmarks look at the same post as one above.

Thank you for the help.

Zack
·
Monday, 09 October 2017 15:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I suspected that "mod_pagespeed" have cache your image and those css made on your site. Maybe you can try to disabled them first or purge it cache and see how it goes.

I tried to shared those URL on Facebook and it shown correctly, as it supposed to http://take.ms/s4xQa.

Please advice.
·
Monday, 09 October 2017 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Should I disable mod_pagespeed all together?
·
Sunday, 29 October 2017 14:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Zack,

You should try to temporarily disable pagespeed and see how it renders first. Once everything is all sorted out, re-enable pagespeed again
·
Sunday, 29 October 2017 15:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay can do.
·
Monday, 30 October 2017 12:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

May i know whether your issues already resolved or not? Please advice.
·
Monday, 30 October 2017 12:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post