badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Wide Layout slider height

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6916
    White Falcon
    Participant

    Hello, in the instructions it says “1400(width in px) for wide layout and height according to your choice for slider image to show properly”

    The slider height of my choice was 530 px but it seems to restrict my images to a height of 460 px ?

    Thanks

    #6923
    White Falcon
    Participant

    Also, is it not possible to go wider than 1400 px? Say 1680 px?

    thanks

    #6979
    Sanjip Shah
    Participant

    @White Falcon I rechecked on it and yes like you said the height it also fixed to 460px. For this you will have to edit the code.
    Go to the theme folder and open this file functions.php. Look for the following lines of code

    add_image_size( 'slider-narrow', 1038, 460, true ); 		// used on Featured Slider on Homepage Header for narrow layout
    add_image_size( 'slider-wide', 1400, 460, true ); 			// used on Featured Slider on Homepage Header for wide layout

    You can make changes there. After changing the file size you will have to regenerate the images with the new sizes. You can regenerate the images with this plugin.

    Also, I suggest you to make a child theme to make these changes so that you won’t lose the changes when you update the theme. You may also need to hire a developer on this one.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.