• Resolved wpress2010

    (@wpress2010)


    I am trying to set up Soliloquy Sliders on a WP site using Twenty Eleven. My plan is to purchase either the Pro version or a developer license if I can find a simple way to make it work across all platforms.

    I have this code inserted in the header.php file:

    <?php if ( function_exists( ‘soliloquy’ ) ) { soliloquy( ‘3401’ ); } ?>
    <?php endif;?>

    The Soliloquy Slider appears on the home page, but only on desktop displays. On an iPad Air, for instance, it is completely absent. It also fails to appear on the iPhone.

    Ideas on where to start troubleshooting?

    TIA!

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

Viewing 1 replies (of 1 total)
  • Thread Starter wpress2010

    (@wpress2010)

    Soliloquy works now. Believe it or not (I am not totally convinced…) it turns out my ISP was somehow serving up cached pages over our the Wifi connection for a couple hours – unreal. No amount of cache clearing made any difference.

    If you install this plug-in, and you know your way around the header.php file, it is not enough to just insert the PHP code in the appropriate place.

    I had manually edited the header.php file to remove an old instance of the nivo slider, which cannot respond to different browser screen sizes. It wasn’t enough to just dump the code from the header.php file – I also had to go in and deactivate the Nivo plug-in. Bad jQuery conflict.

Viewing 1 replies (of 1 total)
  • The topic ‘Soliloquy Lite: Sliders missing on mobile devices’ is closed to new replies.