Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author cpres

    (@cpres)

    Strange! I’d have to see this live in order to be of any help. Are your slideshow settings set to a tall height/width ratio? Try resetting your configuration, save and reload your page twice.

    Thread Starter upto0013

    (@upto0013)

    Hi there.

    I reset and saved/reloaded. It’s smaller, but it’s still behaving odd.

    When looking in the console, it seems to be adding a 1 to the front of all the numbers.

    Below is another site on which I recreated the issue. I’m thinking it’s a theme/plugin conflict issue, but this theme is so stripped-down that I can’t see what the cause could be.

    https://www.greengavin.com/registration/

    I went with another slideshow plugin for the time being on the main site, but big fan of Satellite so I’d be quite happy if I could switch back!

    Thanks!

    Plugin Author cpres

    (@cpres)

    Look for this code on slideshow-satellite-plug.php:

    //var $latestorbit = 'jquery.orbit-1.3.1.js';
        var $latestorbit = 'orbit-min.js';

    and swap the // to the line below to show the non-minified js. That’ll help me see what’s going on with your problem since the issue happens in the javascript.

    Cheers!

    Plugin Author cpres

    (@cpres)

    As of version 2.1.2 you just need to turn Debug Mode on under Advanced Settings and you’ll be using the unminified version of the javascript ??

    Thread Starter upto0013

    (@upto0013)

    Alright! Swapped the commenting slashes! Sorry about the slow response, a lovely storm knocked out power/internet for the weekend.

    https://www.greengavin.com/registration/

    Plugin Author cpres

    (@cpres)

    I still haven’t quite figured this out, but could you upgrade that page to the latest version of the script? I’m noticing it has one of the bugs that I’ve fixed already, maybe it’s making this issue happen to?

    Thread Starter upto0013

    (@upto0013)

    Hey there,

    I upgraded the plugin and it seems to still be doing it. Not seeing where to comment out the minified JS, but let me know if that needs to be done in 2.1.2.

    Plugin Author cpres

    (@cpres)

    Under Advanced Settings, I made a Developer Mode toggle, to make it so you don’t have to go in the code. Could you turn that on?

    Also, I’m seeing where the issue is coming from, but I just don’t know why it’s happening. When it runs through all the images figure out the sizing, it keeps seeing your image height requirement as another 40px, so for every image you have it gets 40 pixels taller and taller until it’s that weirdness you have on your site! So strange. it’s like the jQuery(‘img’).height() command is messed up.

    I have a toggle in Advanced for using google jquery or wordpress jquery, the google jQuery isn’t playing friendly?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Too responsive!’ is closed to new replies.