Foxy – Slideshow does not work in all resolutions

Support Area Forums Foxy Foxy – Slideshow does not work in all resolutions

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #5121
    Hugo Frossard
    Participant

    Hello there,

    I just bought your theme and installed it 😉
    There is a problem with the slideshow, it does not fix well in all resolutions (iPad landscape/portrait mod = It deforms images).

    Any chances you to add an update with the slideshow, to make it works perfectly in all resolutions?

    Best regards!
    Hugo

    #5122
    Bill Robbins
    Moderator

    Hugo,

    Thanks for your business first of all. There are a few options you can experiment with that are built into the background script. The full listing of options is available at http://buildinternet.com/project/supersized/docs.html. Here’s how to try changing them:

    1) Go to the WordPress control panel and select edit to open up the theme editor.
    2) From the list of files on your right, choose custom-js.php.
    3) Look for this spot:

    slideshow : <?php echo of_get_option(‘enable_slideshow’); ?>,
    autoplay : 1,
    start_slide : 1,
    random : <?php echo of_get_option(‘random’); ?>,
    slide_interval : <?php echo of_get_option(‘duration’); ?>,
    transition : <?php echo of_get_option(‘effect’); ?>,
    transition_speed : <?php echo of_get_option(‘transition_time’); ?>,
    new_window : 1,
    pause_hover : 0,
    keyboard_nav : 1,
    performance : 1,
    image_protect : 1,
    image_path : ‘images/’,
    min_width : 0,
    min_height : 0,
    vertical_center : 1,
    horizontal_center : 1,
    fit_portrait : 0,
    fit_landscape : 0,
    navigation : 0,
    thumbnail_navigation : 0,
    slide_counter : 0,
    slide_captions : 0,

    You can change any of these settings you’d like to. A 0 means “no” and a 1 means “yes.” The explanations of the options are on the page listed above.

    4) Once you’ve made your changes, save them and see if they give you the desired result.
    5) Repeat as necessary.

    If you need any help, please feel free to ask.

    Thanks again,
    Bill Robbins

    #5130
    Hugo Frossard
    Participant

    OK thanks Bill.

    I will investigate from this info and get back to you if the problem will not be fixed.
    If more of you would tell me more advices, it would be greatly appreciated 😉

    Cheers,
    Hugo

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Foxy – Slideshow does not work in all resolutions’ is closed to new replies.