Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #166778
    irakly
    Participant

    Hi,
    There is a real problem with using a [portfolio] shortcode outside of the front page. As it should, it creates a dynamic page with thumbnails of the featured images and project album titles under the thumbnails. Then it gets weird. Clicking on the thumbnail opens up a carousel slideshow consisting of the featured images instead of going into the project album. Most users do not realize that they need to click on the project titles, not the thumbnails. I keep getting negative feedback from people who cannot figure out how to use the portfolio page.
    http://www.shanidze.com/galleries/
    Is there a workaround to make the images non-clickable at least?

    #166780
    irakly
    Participant

    Everything works great on the front page, however. this is the example http://www.shanidze.com

    #166799
    Skandha
    Participant

    @irakly: Hello there,
    Can you let me know which shortcode you used to display portfolio posts on your Photography page?

    To make the images non-clickable
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .portfolio-featured-image img {
    	pointer-events:none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

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