• Resolved albano

    (@albano)


    Hi,
    I’m a supporter, I got pro folder, and I’ve been using the plugin for some time now.
    I’m setting the plugin to 960×500 pixels in this site:
    http://albanogarcia.com.ar/lmp/
    But in homepage, I’m using the code [satellite thumbs=off random=on nav=off w=960 h=640]
    The size is being set to 500 anyway.
    Thumbs and random work. Nav dosen’t work but I’m worried mainly for the height, I want it to be 640 in home, not 500.
    Any solution?

    http://wordpress.org/plugins/slideshow-satellite/

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

    (@cpres)

    I see on the homepageso the width is being set correctly to 960, but the height isn’t changing. Interesting. I’ll have to see if I can reproduce this locally.

    I’m having the same problem, any solution for this yet?

    Plugin Author cpres

    (@cpres)

    This is fixed and if you try to download again from c-pr.es you’ll get the fix.

    If you just have the one-time download and need this fixed here is how you do it:

    Lines 26 and 34 of /pro/custom_sizing.php should start like this:

    if (!empty( $w ) || !empty( $width )) {
            if (isset($width)) { $w = $width; }
    if (!empty($h) || !empty($height)) {
    		if (isset($height)) { $h = $height; }

    Ideally you could just reinstall from the download on the site of course 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom size not working on pro edition’ is closed to new replies.