Hi Kriesi,
could you please give me a hint where to change the image size (height) of the content slider. Default is 610x260, I need 610x300.
Thank you very much,
Olli
Hi Kriesi,
could you please give me a hint where to change the image size (height) of the content slider. Default is 610x260, I need 610x300.
Thank you very much,
Olli
In the Themeforest discussion you said:
...of course, only reuires one change of the css code and one property change for image size creation.
Can you specify which files. I want to make the image slider 100px less high.
you can change the content slideshows height at
#top .medium_sized_slider, #top .medium_sized_slider .featured {
height:300px;
overflow:hidden;
position:relative;
width:576px;
}
in style.css (arround line 409)
After a lot of trial and error I found you need to make a few other changes:
Background Shadow image needs to be changed to match (In PS)
Background grain image needs resized in PS
image size needs changed in Javascript file so images are resized properly (or not stretched)
The overlay background text box size needs size changed in css
Thanks to firebug
Hi Kriesi,
me again. I don“t mean the css changing, I need to change the image size in the timthumb script ... but where?
Thanks, olli
The content slider doesnt use a resizing script since you just add the image to the wordpress content. If you are talking about other preview pics: all sizes are set in fucntions.php at the top of the page. please be aware that these changes to not work on images already uploaded. images need to be re-uploaded for wordpress to generate a correct size.
You must log in to post.