• Resolved WORLD13

    (@world13)


    As the title says, when I was using version 1.5.2 the captions always appeared, regardless of screen size. After upgrading to 2.0.6, the captions disappear when the slider’s width drops below 600px, leaving a rather empty image for people that visit the site on their phone. Would it be possible to have the captions appear again?

    Many thanks.

    https://wordpress.org/plugins/soliloquy-lite/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WORLD13

    (@world13)

    Hi….just wanted to follow up on this. Are there any plans to restore this functionality? Many thanks.

    Plugin Author Thomas Griffin

    (@griffinjt)

    This has always been the case in Soliloquy. If you want them visible, add this to your theme’s style.css file:

    @media (max-width: 600px) {
    
        .soliloquy-container .soliloquy-caption {
            display: block !important;
        }
    
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Captions disappear when resized below 600px’ is closed to new replies.