Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #334883

    I would like that the Featured images of the Blog Single Author Big don’t open the single post, but open a lightbox with the featured image in full dimension.
    Is it possible?

    #336007
    This reply has been marked as private.
    #337895

    Hi,

    Open /includes/loop-index.php and look for this:

            if(is_singular())
            {
                $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
            }

    Replace it by this:

               $link = avia_image_by_id(get_post_thumbnail_id(), 'large', 'url');
    

    Regards,
    Josue

    #337905

    Hi Josue, thanks for your answer.
    Your code work,
    but in the lightbox I can see all the featured images of all the post of the page, while I would like it only display the featured image of the single post.
    I apologize if I have not explained well.
    Best regards

    #339924

    Hi!

    Can you post a link to your blog page?

    Best regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.