• Hello,

    I want to make the slider bigger so the slider can cover almost the whole window? , Where can I adjust the height setting?

    What I mean is full width with longer height.

    thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Go under the Appearance menu and choose the option Customiz’it. Under ‘Front Page’ there’s a check box that allows you to give full width to the slider.

    Is this that you want?

    Thread Starter rainbow427

    (@rainbow427)

    Thanks for your reply.

    Width is ok.

    What i want to do is to adjust the height of the slider , make it become longer.

    The original one is 1903px X 500px.
    I want to make it become 1903px X 1000px

    The height of the image is coded in the PHP file class-header-slider.php.

    If you want to change it, create a child theme and change the value in that file. I’ve found at least three lines of code that set this value. You have to change them all to be on the safe side.

    Thread Starter rainbow427

    (@rainbow427)

    I have changed all this codes related to height in header-slider.php.

    For example,
    <div class=”carousel-image”>
    <img width=”1200″ height=”1000″ src=”<?php echo TC_BASE_URL ?>inc/img/ampoules.jpg” class=”slide wp-post-image” alt=”<?php _e( ‘Create beautiful sliders’ , ‘customizr’ ) ?>”>

    After pressing F5 to refresh the page, is doesn’t show any changes.

    Please help.

    I’m afraid this is as far as I can go. I’ve analyzed the file and I don’t find any other places where the height of the images is set. The theme code is also well documented, but it says nothing about this. There are no variables, no options, nothing. You must either contact the developer and ask him for help, or use a slider plugin.

    Thread Starter rainbow427

    (@rainbow427)

    ok, thanks for your help!

    Hello,

    I changed it (to make it smaller) adding this code to the costum CSS section:

    /*Slider size*/
    .carousel .item {
    line-height: 200px;
    overflow: hidden;
    min-height: 200px;
    }

    Maybe you can use it to make it bigger too
    hope it helps

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to adjust the height of the slider?’ is closed to new replies.