Support » Plugin: Srizon Responsive Youtube Album » Thumbnail Issue / Compatibility with WPTouch Pro

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author afzal_du

    (@afzal_du)

    Hi, I think there’s something wrong with the themes responsive style.
    I re-sized the browser window towards 500px but the ‘content’ class still has 900+px width. I haven’t checked your site with an actual mobile browser though.
    It’s possible to have some display/styling issue on different theme. The plugin is designed to display well on most responsive themes available.

    Plugin Author afzal_du

    (@afzal_du)

    BTW,
    Since your theme doesn’t seem much responsive you can change the plugin code so that it works the same on mobile devices.
    For that
    1. from wordpress backend go to plugins -> editor
    2. under select plugin to edit dropdown, select the srizon youtube album (pro if you have pro version)
    3. click on the filename srzytstlye.css
    4. scroll down to find the code

    @media only screen and (max-width: 767px) {
    	div.outerwidthsmall1 {width:100% !important;}
        div.outerwidthsmall2 {width: 50% !important;}
        div.outerwidthsmall3 {width: 33.3% !important;}
    	div.yt-twd-outer{ width: 100% !important;}
    	div.titlendesc{ width: 100% !important;}
    }

    5. comment out (recommended) or delete that part

    /*@media only screen and (max-width: 767px) {
    	div.outerwidthsmall1 {width:100% !important;}
        div.outerwidthsmall2 {width: 50% !important;}
        div.outerwidthsmall3 {width: 33.3% !important;}
    	div.yt-twd-outer{ width: 100% !important;}
    	div.titlendesc{ width: 100% !important;}
    }*/

    6. save the changes
    7. you may have to clear browser’s cache in order to load the modified file

    Thread Starter Eric Karkovack

    (@karks88)

    Thanks for your help! WPTouch Pro isn’t really responsive, it basically loads a mobile theme when it detects you’re using a mobile device. So unfortunately the browser re-size doesn’t change the site.

    That said, it turns out that there was some conflict with a responsive image extension used by WPTouch Pro. Turning off that extension has brought the thumbnails back 🙂

    Thanks again for the quick response time. I love the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnail Issue / Compatibility with WPTouch Pro’ is closed to new replies.