• I like the app but I am having problems with the photo alt tags not showing up. Is there a workaround for this?

    • This topic was modified 1 year, 9 months ago by interflora.
Viewing 1 replies (of 1 total)
  • Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @interflora,

    Thanks for your valuable feedback.

    Currently, there is no direct option to hide on mobile view in the plugin. However, it is simple to accomplish by adding a few lines of custom CSS. To hide the carousel on mobile view, enter the following CSS into the plugin’s custom CSS field. For a better understanding, refer to the screenshot.

    @media only screen and (max-width: 480px){
    ??.wpcp-carousel-content-wrapper {
    ?????display: none;
      }
    }

    Hopefully, the code will work and we will appreciate it if you revise your review.

    Let us know if the code works. Have a great day!

Viewing 1 replies (of 1 total)
  • The topic ‘Missing ability to hide for mobile’ is closed to new replies.