NiceThemesIncrease the slider image height? – NiceThemes http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/feed/ Tue, 22 Apr 2025 10:13:50 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-582 <![CDATA[Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-582 Thu, 07 Feb 2013 17:25:33 +0000 deamakesthings Hello,

I was wondering if there’s a way to edit the slider so that the images are taller. I found in the stylesheet where to increase the height of the div where the slider appears, but not sure how to edit the slider dimensions if at all.

Thanks!
Dea

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-583 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-583 Thu, 07 Feb 2013 17:36:22 +0000 Juanfra Aldasoro Hello Dea,

Thanks for writing.

You can edit the line #115 of the file header.php that is:

nice_image( array ( 'key' => 'slider-image', 'width' => 956, 'height' => 400 ) ) . "\n";

and replace 400 with the height in pixels you want to have for the slider images.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-584 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-584 Thu, 07 Feb 2013 17:42:00 +0000 deamakesthings That was so fast! Thanks so much for your help.

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-585 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-585 Thu, 07 Feb 2013 17:43:40 +0000 Juanfra Aldasoro No problem 🙂

Have a nice day,
Juan.

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-586 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-586 Thu, 07 Feb 2013 18:09:21 +0000 deamakesthings Hey Juan,

Sorry to bother you again, but I think maybe you were thinking of the front page slider on theme “BBQ” – but I was actually talking about the slider in the portfolio posts in “Folly.” Right now those slider dimensions are 620 x 265.

I looked in single-portfolio.php and messed with those numbers but it’s not quite working – cutting off the bottom of image/border.

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-587 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-587 Thu, 07 Feb 2013 18:30:14 +0000 Juanfra Aldasoro Yes, I was talking about BBQ. Sorry about that.

Well, in this case you need to touch a little bit of CSS too.

the php you need to edit is the following:

< ?php nice_image('width=620&height=NN&class=wp-post-image&src='.$src);?>

Replace NN with the amount of pixels you want to use. Please change that on lines #48 and #62

The css:

.slides_container{ height: NN+10px; }

I would recommend you to some extra space there (that’s why the “+10” is there)

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-588 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-588 Thu, 07 Feb 2013 18:58:36 +0000 deamakesthings That does it! Thanks again. : )

]]>
http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-589 <![CDATA[Reply To: Increase the slider image height?]]> http://nicethemeswp.com/forums/topic/increase-the-slider-image-height/#post-589 Thu, 07 Feb 2013 19:02:07 +0000 Juanfra Aldasoro No problem.

Have a great day,
Juan.

]]>