This topic has 8 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Robert Hall
Hi!
I was wondering if the theme automatically crops the portfolio items to the same size so it all looks uniform? I’d like to know if this is possible on the portfolio overview page and in the individual pages (image gallery).
I see there are options in Theme Options > Portfolio for Image Cropping and to specify the sizes, but it doesn’t seem to do anything as all the images are still different sizes.
Thanks a lot in advance!
*To note, I recently changed primary domain name for this wordpress install. Not sure if that helps.
Hello,
Please provide us with FTP credentials as well.
Regards,
Eva Kemp.
Ftp info below
Thanks again!
Hello,
Thank you for the details, but we are unable to connect to your FTP account.
Please check the credentials you provided us with.
Regards,
Eva Kemp.
Hi Eva,
I’ve included the details again below. I just connected via Filezilla with new details below. I guess when I replied on the mobile there was an extra space in one of the fields, sorry about that.
Thanks for your time and assistance.
*Edit: In Private Content.
Hi Eva,
Haven’t heard more follow up to this since June 23rd. 🙁
I provided the FTP details in the last post.
Look forward to your reply.
Thanks!
Edit: Just need help having the portfolio item pictures all be cropped to the same size. Right now, they are showing different sizes although image cropping is on in “Theme Options.
Hi Eva,
Also, I would like to use this “portfolio” page as the gallery for all my events. However, I don’t want the projects to show the “link” on hover, only the expand photo option.
Is this the best way going about using the theme to show a gallery of all the event photos with the sorting option portfolio offers intact?
Again, really appreciate all the help!!
Hello wandwflowers,
If you don’t want the projects to show the “link” on hover, only the expand photo option you can change some code in content-portfolio.php. But this customization should be done only in the Child Theme. You may read how to create child theme here http://codex.wordpress.org/Child_Themes
After creating, copy content-portfolio.php file to your child theme folder and add some change on line 44-47.
This code
<div class="mask-content">
<?php if($lightbox): ?><a href="<?php echo etheme_get_image(get_post_thumbnail_id($postId)); ?>" rel="lightbox"><i class="icon-resize-full"></i></a><?php endif; ?>
<a href="<?php the_permalink(); ?>"><i class="icon-link"></i></a>
</div>
replace on
<div class="mask-content">
<?php if($lightbox): ?><a href="<?php echo etheme_get_image(get_post_thumbnail_id($postId)); ?>" rel="lightbox"><i class="icon-resize-full"></i></a><?php endif; ?>
<!-- <a href="<?php the_permalink(); ?>"><i class="icon-link"></i></a> -->
</div>
And save the change. Don’t forget to active Child Theme in Appearance -> Themes
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up