By peter guettenberger on Tuesday, 22 March 2016
Replies 8
Likes 0
Views 770
Votes 0
Well, I hope that someone won't get that busy and has the time to respond sooner, than in 64hrs. Nevertheless, here it comes; On our site www.modelwelt.de, we are planning to display the newest recent pictures, posted by our members. Anyway, these pictures are wayyyyyyyyyy toooooo small!!!!!!!!! I already checked the plugin and there was nothing, where I could set it larger. Neither in the "photo"- section under the settings area.
Also I want to make the posted timeline pictures bigger. So, how I can do that? Pls, I really need to make them much bigger!
Your help will be much appreciated!
Now I just see, the message at the right side, saying:
"Customizations are not supported within the forums."
But I hope you count my question under the "Settings"- Issue.
Sorry, actually, I meant the size of the thumbnails! I need way bigger thumbnails!
Btw, in the german language file of EasySocial, I found the 1st typing error! When you go to the home page of my site, and you open the very 1st of these so very tiny thumbnails, than it's saying: "Du versichst ein geschütztes Foto anzusehen." - The tyoing error is in the 2nd word; correct you say: "Du versuchst ..." can you also change that please, (because for a native it looks very aweful)?
·
Tuesday, 22 March 2016 03:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, but also the button for "login with your fb account" is not visible!
·
Tuesday, 22 March 2016 03:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter Guettenberger,

I am sorry for the late reply. Kindly please find my response to your inquiries below:
1. On our site http://www.modelwelt.de, we are planning to display the newest recent pictures, posted by our members. Anyway, these pictures are wayyyyyyyyyy toooooo small!!!!!!!!! I already checked the plugin and there was nothing, where I could set it larger.

You can customize in the folder DIR: ../modules/mod_easysocial_photos/styles/style.min.css and edit the width in the
#fd.es.mod-es-recent-photos .es-item-grid>li{margin-bottom:1%;width:420px}



2. In the german language file of EasySocial, I found the 1st typing error! When you go to the home page of my site, and you open the very 1st of these so very tiny thumbnails, than it's saying: "Du versichst ein geschütztes Foto anzusehen." - The tyoing error is in the 2nd word; correct you say: "Du versuchst ..." can you also change that please, (because for a native it looks very aweful)?

For this inquiry.You change it in the language.ini file DIR: ..\language\xx-XX\xx-XX.com_easysocial.ini
COM_EASYSOCIAL_PHOTOS_RESTRICTED="Du versichst ein geschütztes Foto anzusehen."



3. also the button for "login with your fb account" is not visible

May I know where are referring this to? Some screenshot might be help.

Or if you can provide us with your Joomla's back end and FTP access, so we can check on this issue further?
·
Tuesday, 22 March 2016 15:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

thank you very much for your quick response! I appreciate that very much! Also thank you for these very clear instructions you provided! To my 1st question; I changed the size and indeed the picture went bigger. But the are all cropped to rectangulars (pls note the screenshot "home page"). So I tried with
 height:auto;
I tried to bring them into their original form! Ist there any way to archieve, that the tumbs are showing the full portions (portrait or landscape) of the picture in their respective size? That would be wonderful, because than the site would become the Look exactly as supposed.

To my 2nd concern, it really worked! I'm sending you the corrected file, so you can include it into you library. That way everyone can use it!

According to the 3rd question, I added you some screenshots where the issue is presented. If this doesn't help to narrow the issue, I'll gladly create a guest account for you in order to take a closer look on it!

Thanx again for your very quick response!

Best regards!
·
Wednesday, 23 March 2016 03:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,

thank you very much for your quick response! I appreciate that very much! Also thank you for these very clear instructions you provided! To my 1st question; I changed the size and indeed the picture went bigger. But the are all cropped to rectangulars (pls note the screenshot "home page"). So I tried with
 height:auto;
I tried to bring them into their original form! Ist there any way to archieve, that the tumbs are showing the full portions (portrait or landscape) of the picture in their respective size? That would be wonderful, because than the site would become the Look exactly as supposed.

To my 2nd concern, it really worked! I'm sending you the corrected file, so you can include it into you library. That way everyone can use it! Well - Error message saying:
The file de.csv, which you are attempting to upload is in an unsupported format.


According to the 3rd question, I added you some screenshots where the issue is presented. If this doesn't help to narrow the issue, I'll gladly create a guest account for you in order to take a closer look on it!

Thanx again for your very quick response!

Best regards!
·
Wednesday, 23 March 2016 03:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,

I am really sorry for the delay of this reply. Kindly please find my response to your inquiries below:
1. I tried to bring them into their original form! Ist there any way to archieve, that the tumbs are showing the full portions (portrait or landscape) of the picture in their respective size? That would be wonderful, because than the site would become the Look exactly as supposed.

Before I forget, you have to make template override as you update, it won't revert the changes that you have made (refer this link to make a template override : Template Overriding and paste it on your custom.css . Please give it a try
div#fd.es.mod-es-recent-photos .mod-es-photo-cover {
padding: 100% 2px 0px;
background-size: inherit !important;
background-repeat: no-repeat;
}



2. also the button for "login with your fb account" is not visible

For this inquiry, you have to enable the Render JFBConnect Buttons on Components->EasySocial->Settings->Facebook
(refer this screenshot: http://screencast.com/t/8gCbE1cFDNbo)

Have a nice day ahead Peter
·
Wednesday, 23 March 2016 12:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Muhammad,
thank you again for your quick response! Well I copied the code into the cusom.css file but nothing really has being changed at the front page .
·
Wednesday, 23 March 2016 21:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Peter,

I am sorry for the late reply for this. Firstly, can you delete the "!important" in the folder:
DIR: ../modules/mod_easysocial_photos/styles/style.min.css
div#fd.es.mod-es-recent-photos .mod-es-photo-cover{display:block;padding:70% 2px 0;width:100%;background-size:cover !important}}


And you can add this code on your JoomlaFolder/templates/(mytemplate)/css/(custom.css OR template.css) (modify the width as you prefer):
div#fd.es.mod-es-recent-photos .es-item-grid>li {
margin-bottom: 1% !important;
width: 200px !important;
}
div#fd.es.mod-es-recent-photos .mod-es-photo-cover {
padding: 100% 2px 0px !important;
background-size: 100% !important;
background-repeat: no-repeat;
}

Please give it a try, and looks how it goes .
·
Thursday, 24 March 2016 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post