Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1513946
Portfolio - Tiled Gallery
Closed

Comments

  • atomicboy started the conversation

    Hi at Elated Themes, 

    I would like to use this specific view as an image gallery - but I don't want to link to the portfolio detail pages. Instead I would love to enable the lightbox when clicking any image. 

    Is there a way to achieve this?

    Thanks a lot. Tom

  •  1,845
    Elated replied

    Hello,

    Thanks for writing in. 

    Such an option, unfortunately, does not exist within the theme, we are sorry. Achieving this will require some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Anyhow, I’ll add this suggestion to our dev list for potential new features and suggestions. Thanks for understanding.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • atomicboy replied

    Could you tell me where to find the code related to this view of Portolio?

  • atomicboy replied

    Already found it... 

    If anyone else is looking for a solution like this. Go to
    wp-content/plugins/eltd-core/post-type/portfolio/shortcodes/templates/tiled_gallery-php

    instead of:

    <a class ="eltd-portfolio-link" href="<?php echo esc_url($item_link); ?>"></a>

    enter this code:

    <a class ="eltd-portfolio-link" data-rel="prettyPhoto[single_pretty_photo]" href="<?php the_post_thumbnail_url( 'full' ); ?>"></a>

  •  1,845
    Elated replied

    Hello,

    We are glad that you solved your problem and thank you for sharing resolution!



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.