Bill Robbins

Forum Replies Created

Viewing 2 posts - 12,901 through 12,902 (of 12,902 total)
URL to the page in question:
  • Author
    Posts
  • in reply to: Slow down slideshow #3639
    Bill Robbins
    Moderator

    You can change the speed. There is a folder inside the Bottega theme called js. Inside it, you’ll need to edit a file called custom.js and look for this spot:

    $j(window).load(function() {
    $j(‘#slider’).nivoSlider({
    effect:’fade’, //Specify sets like: ‘fold,fade,sliceDown’
    slices:1,
    animSpeed:500, //Slide transition speed
    pauseTime:4000,
    directionNav:false //Next & Prev
    });
    });

    You can change the animSpeed:500 to adjust the speed of the transitions.
    You can change the pauseTime:4000 to set the length of each slide.

    The times are in milliseconds (4000 = 4 seconds)

    WordPress doesn’t allow the editing of javascript files from the theme editor, so you’ll need to use either your web host’s control panel to edit the file or you’ll need to edit it on your local computer and upload the changes back to your theme.

    in reply to: Image Sizes #3638
    Bill Robbins
    Moderator

    Here are the dimensions for Bottega’s images:

    The square thumbnails on the home page are 178 pixels by 178 pixels.

    The slideshow images are 960 pixels wide by 350 pixels high.

Viewing 2 posts - 12,901 through 12,902 (of 12,902 total)