Okay
  Public Ticket #3529889
Add link to next portfolio item
Closed

Comments

  •  2
    Alex started the conversation

    When scrolling down, sometimes the page doesn't allow me to fully scroll to the next portfolio item. Video here: https://dropover.cloud/869c82.

    Question 1: any way to fix this?

    Question 2: how can I convert the next portfolio item's title to a link so that, if someone can't scroll down fully, they can at least click on the title and move to that portfolio item?

  •  2
    Alex replied

    Actually, it'd be cool if any click on that "next portfolio item" section leads to the next item - am I explaining myself? Thanks!

  •  1,812
    Support replied

    Hey Alex,

    Not sure if you noticed, however there is an autoscroll setting in admin -> customizer -> portfolio settings, you can disable that

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Alex replied

    I know, but I want to keep both - autoscrolling but also being able to click like when you disable it. Is it possible? Thanks!

  •  1,812
    Support replied

    Hello Alex,

    by default the mouse events are disabled in autoscroll mode for the portfolio navigation section. try adding in customizer -> additional CSS

    .next-ajax-link-project.auto-trigger {
        pointer-events: auto !important;
    }


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Alex replied

    Works like a charm. You rock, thanks!