Viewing 10 replies - 1 through 10 (of 10 total)
  • I’m having the same problem!

    Code Metic

    (@noemermidagmailcom)

    In the theme directory find the style.css at the line 190 you could see this.

    .slideshow-bg .slideshow, .slideshow-bg .slideshow > div {height:230px; width:970px;}

    All you have to do is change the value of height.

    Code Metric,

    That changes the size of the div, but the photo that shows up is still 225px (the default) in height.

    I believe the photos that show up in the slideshow are resized through a function.

    In header.php, you’ll see the line <?php if ( has_post_thumbnail() ) {the_post_thumbnail(‘slide-thumb’);} // 970×225 ?>

    I do not know how to change this part of it, as I’m not sure which file the resize function is in.

    If you want to look at the site I am helping my friend set up, championstreet.com, you’ll see that I was able to make the div larger, but the height of the image is still 225.

    Codec Metric,

    btzitney,

    i have the same problem https://neurotherapycentrejaipur.com/

    i want to increase the image size

    how can it possible?

    Code Metic

    (@noemermidagmailcom)

    First of all, I dont have an access of your theme. All i can do is to modify your styling as much as possible. Digging into your responsibility is not my responsibility. But still i need to help you. Time is the most important in life.

    For rakesh.oantree,
    In delicate/style.css modify line 191

    .slideshow-bg .slideshow, .slideshow-bg .slideshow > div img {
        width: 100%;
        height: 223px;
    }

    Code Metic

    This is not solution of my problem

    i want to increase the size of image not slider.

    After using .slideshow-bg .slideshow, .slideshow-bg .slideshow > div img {
    width: 100%;
    height: 223px;
    }
    image get stretched.looking very bad.

    So give me appropriate answer

    website link:-https://neurotherapycentrejaipur.com

    i want slider like this championstreet.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Rakesh.oantree,

    If you create your own thread depicting the issue, you’re more likely to receive interest and help from other forum users.

    It looks like this line of code in header.php resizes the image:

    <?php if ( has_post_thumbnail() ) {the_post_thumbnail(‘slide-thumb’);} // 970×225 ?>

    To keep it from resizing, I deleted ‘slide-thumb’, which will make it so that the image is displayed at full size.

    If you make all of your slider images 970px in width and a uniform height and then edit the surrounding div accordingly as Code Metric instructed, this should serve as a workaround. It worked for me, at least.

    Theme Author nattywp

    (@nattywp)

    New version 3.5.4 allows you to change slideshow width and height. Main theme layout will be automatically adjusted.

    Cheers,
    NattyWP

    Where can I find the option to change the slideshow height? Is it under “Theme Options/ Front Page Settings”? If yes, then it doesn’t work. No matter what pixel amount I put in, the size doesn’t change.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Theme: Delicate] How do I adjust the height of the slideshow?’ is closed to new replies.