Okay
  Public Ticket #1846995
Links in Carousel
Closed

Comments

  • Charlie Panian started the conversation

    - Can I disable or redirect the links attached to images in the featured image carousel?

    - My carousel images do not show at random even though I have it set to show at random.


    - Is there  a way to disable the logo on mobile view?


    - Does the theme update automatically through WP?


  •  291
    Paul replied

    Hi there!

    1. Unfortunately, there's no option for that. The portfolio items will always link to their own single page.

    2. As I checked it here on my machine, there are no problems with the random option for both Featured and All Works templates. Just wondering what version of the theme you are using? Did you already update it to the latest version?

    3. You can use CSS media queries like this to hide it:

    @media only screen and (max-width: 1024px) {
        .logo-wrapper {
            display: none;
        }
    }
    

    The code will run on any screens that are equal or lower than 1024px width.

    4. Yes, please see this article: https://uxbarn.ticksy.com/article/8610/

    Regards,
    Paul