Portfolio thumbnails functionality

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Portfolio thumbnails functionality

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22698
    kong
    Member

    I can’t find it in the documentation but can you help remove this section of the portfolio items? (Please see attached) We only want the thumbnails to show.

    Also, how to disable it linking to the portfolio page? We want it to work just like a GALLERY. Is it possible to disable the links and/or just replace it with the lightbox gallery instead?

    Thanks in advance!

    Wordpress credentials:
    http://www.treatcottonmouth.com/wp-admin/
    dev
    qeW1N8OrtBqriijH

    #22735
    Veena
    Moderator

    I have seen that you have already removed the first item .

    Also, how to disable it linking to the portfolio page? We want it to work just like a GALLERY. Is it possible to disable the links and/or just replace it with the lightbox gallery instead?

    Pls use the below custom CSS in themeoptions –

    .portfolio.type-portfolio .image-area a {
        cursor: default;
        pointer-events: none;
    }
    .portfolio.type-portfolio .image-info a.lightbox-link {
        pointer-events: auto !important;
    }
    
    #22746
    kong
    Member

    It worked, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Portfolio thumbnails functionality’ is closed to new replies.