Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #753163

    Yigit, I just discovered after we closed that thread that “our” mods on that slideshow don’t look very good on mobile…. I have an only_desktop css class… can you tell or where I can add this so that the slideshow still displays on both mobile and desktop, but the quick search box only displays on desktop? Or another approach? I’m fine with the quick search box only showing up on desktop.

    Thanks!!!!

    Rob

    #753171

    Adding more info in private content…

    #753185

    Hi Rob!

    Please add following code to Quick CSS as well to hide captions on screen sizes smaller than 990px

    @media only screen and (max-width: 990px) {
    .custom-slider .container.caption_container { display: none !important; }}

    For improving plugins functionality, please contact plugin author :)

    Cheers!
    Yigit

    #753197

    Great, thank you! That hides it. I just ordered a book on CSS so I can learn some of what you guys are doing to customize appearance.

    BTW, I wasn’t really trying to improve the functionality of the plugin, was just trying to see if we should go about displaying the quick search a different way (i.e. as a text widget instead of a caption?)

    Anyway, I’ll see what the plugin people say…. thank you again and good night!!!

    Best,
    Rob

    #753209

    Hey!

    Of course everyone has different way of learning however I personally think online courses would be better :)

    You are welcome & good night!

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Yigit don't go to sleep yet…’ is closed to new replies.