Portfolio Items & Page (Same Size) - by wandwflowers

This topic has 8 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall

  • Avatar: wandwflowers
    wandwflowers
    Participant
    June 20, 2014 at 04:51

    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.

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    June 20, 2014 at 10:38

    Hello,

    Please provide us with FTP credentials as well.

    Regards,
    Eva Kemp.

    Avatar: wandwflowers
    wandwflowers
    Participant
    June 20, 2014 at 14:43

    Ftp info below
    Thanks again!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    June 23, 2014 at 08:01

    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.

    Avatar: wandwflowers
    wandwflowers
    Participant
    June 25, 2014 at 02:01

    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.

    Please, contact administrator
    for this information.
    Avatar: wandwflowers
    wandwflowers
    Participant
    July 10, 2014 at 01:36

    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.

    Avatar: wandwflowers
    wandwflowers
    Participant
    July 10, 2014 at 01:49

    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!!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 10, 2014 at 08:06

    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.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.