By Kevin LaManna on Thursday, 27 April 2017
Posted in Technical Issues
Replies 5
Likes 0
Views 379
Votes 0
Hi there-

Hope everyone at the Stackideas team is doing well! Can you please checkout the showcase module at http://srstaging.com/claviercompanion/clavier-companion-articles/article-details and let me know what I may be doing incorrectly? I'm just trying to adjust the module height. Changing the image dimensions in the module settings don't seem to be taking.

Also - if I put it in Slick mode, the second slide vanishes. Any thoughts on this? I've added the site creds. If you need FTP access, please let me know and can get that for you.

Thanks so much!

Best,
Kevin
Hello Kevin,

We are good! Just pretty occupied as we have been trying to iron out as much issues as possible ( The cover photo height can only be configured when you have the option to crop the photo, http://take.ms/50nT6 . Otherwise you wouldn't be able to set the height of it.

If the photo isn't cropped, there is no way to get the correct dimensions of the image (without having impact on the performance) and the image would look really distorted with a fixed height.
·
Thursday, 27 April 2017 23:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there - thanks for the quick response. I do have the cropped photo option enabled now, but the height still isn't adjusting. Any thoughts?

Thanks again!
Kevin
·
Thursday, 27 April 2017 23:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Kevin,

Hm, is it possible for you to provide us with the back end and FTP access to your site to check on this issue? You may store your site access at http://stackideas.com/dashboard/site so you don't have to provide these information all the time
·
Thursday, 27 April 2017 23:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks! I just updated the original note to include this info. Thanks again!
·
Friday, 28 April 2017 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Kevin,

Due to the showcase cover is responsiveness you will need to standardize your image source to specific ratio, e.g.: 1200x230 ,
I checked those showcase images source not in standard proportion
e.g.:
http://srstaging.com/claviercompanion/images/easyblog_articles/696/b2ap3_medium_amy-beach-portrait.jpg
http://srstaging.com/claviercompanion/images/easyblog_articles/152/b2ap3_large_Screenshot-2016-10-11-17.46.28.png

Adjust the module height doesn't help if the image sources not in standard proportion.
You can try to insert css codes below to adjust the showcase module height and test it.
[gist type="php"]
#eb.st-4 .eb-gallery-body {
min-height: 500px;
}
[/gist]
·
Friday, 28 April 2017 12:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post