Tagged: mediapress
This only seems to work when I comment on it as admin. When I am logged in as someone else it will show the comment in the pop up box only. This got me to thinking that this behaviour may be better if it shows in the Pop up box but also below the image on the main activity post (yes even if there are multiple images). Also having masonry thumbs in this situation would also be nice because this would look much better (also it is hard cropping them cutting everything off)… http://relativeu.com/downloads/ms_4482.jpg
Thanks
Brajesh not sure if this helps you but I made this edit for the pop up box because some of the images and border were going beyond the constrains of the pop up box. This solves that issue and makes it look much better:
/*MediaPress Alterations*/
.mpp-lightbox-media-container {
width: 520px;
box-sizing: border-box;
border: 0px solid #ccc;
float: left;
padding: 5px;
}Hi Milo,
thank you.
I just updated the lightbox css/template to make it look facebookish. Black background and getting rid of the border.
Here is the commit.
https://github.com/buddydev/mediapress/commit/5eef7b2e10d598a7d16a1d10b6ef26c0ad69909dAbout Crop:- we do have this built into the MediaPress to allow us resize or hard crop the image. I have set it to crop to make it easier for us to have proper grids. I will enable the admin option in our next update(tomorrow) to give you control of this option.
Checking for the comments as I was logged in as admin while adding the comments.
Hey Brajesh,
in the latest update I uploaded 2 pics but the thumbs led to the wrong pics (reversed)https://github.com/buddydev/mediapress/commit/5eef7b2e10d598a7d16a1d10b6ef26c0ad69909d
Also is the grey box below supposed to be there?(see pic)
http://relativeu.com/wp-content/uploads/2015/09/bottom-box.jpgHi Milo,
That is not another pick. I have used a 20px(min-height) bottom area which is used by MediaPress addons to show views/rating etc.It has a different color #111 so that looks like a different image. Can you please suggest some improvement there?
PS: Deleting and re uploading is fine for upgrade for now until we get the stable version.
Hi Milo,
I am sorry but when I am clicking on images or clicking prev/next in lightbox it is opening correct images. Can you please check and provide me a better clue.About the comment, When we upload a media, The activity containing Media is considered as gallery activity and not media activity. So, Any comment on Media does not get counted there.
You must be logged in to reply to this topic.