Slider height

Viewing 8 posts - 1 through 8 (of 8 total)
  • #8679
    craftypretty
    Participant

    Does anyone know how to alter the slider height (I’ve changed the
    add_image_size( ‘slider-thumb’, 1140, 100, 1 );
    in php functions

    but the images still appear really high on the page when the slider is activated.

    any advice? is it to do with the way the images are added to wordpress?

    ta
    Claire

    #8694
    Alexander
    Participant

    I wrote a turorial for that:

    http://www.mouseclick.com/tutorials-2/adjust-slider-images-and-links/

    There is a desription in section 2) of this tutorial how the height in the slider heigth can be adjusted.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #8713
    craftypretty
    Participant

    Thanks so much Alexander. I’ve managed to follow all of that – the only thing I haven’t sussed out is how to remove the link? I didn’t want to use it as the portfolio category as I want a separate portfolio.

    Any thoughts? http://www.craftypretty.co.uk

    Thanks
    Claire πŸ™‚

    p.s. LOVE the blog design!

    #8754
    craftypretty
    Participant

    Hi Alexander – I still can’t get rid of the links on the slider – have you any other helpful hints? I’ve tried updating the CSS and the PHP files as instructed.

    Thanks
    Claire

    #8817
    Alexander
    Participant

    Hi Claire,

    Looks likes somewehre down the road you set the entry-titel to “block” instead of “none”

    #slider .entry-title {
    display:block;
    }

    Check this first. Or try:

    #slider .entry-title a {
    display:none;
    }

    Cheers,
    Alexander @ http://www.mouseclick.com

    #8818
    craftypretty
    Participant

    I found it!! πŸ™‚ thanks so much πŸ˜€

    #11428
    rllowe7
    Participant

    HI – I’m trying to edit the size of the slider and that link for the page is down. Can you help or send me the CSS code to help adjust it?

    http://www.livingambitiously.com

    #11518
    Alexander
    Participant

    @rllowe

    I moved on but the tutorials are back in town πŸ™‚

    Alexander @ http://www.mouseclick.com

Viewing 8 posts - 1 through 8 (of 8 total)

Tagged: 

You must be logged in to reply to this topic.