I noticed someone had asked for a more detailed guide to chainging the Nivo slider in striking theme. So, here is that post:)
This is not for beginners, you must know how to navigate your WordPress files and be comfortable making changes to the code that you know you can also fix in the event you screw up your entire site. Remember: Always make a back up of your site before making dramatic changes such as this. Striking theme comes with a child theme, you may want to consider learning how to use it. Here is an article about child themes in the WordPress codex. http://codex.wordpress.org/Child_Themes
Changing the width on your Nivo slider for Striking theme.
1: Open Your FTP Program and Locate Your Striking Theme Folder. From there you will navigate to framework/helpers/themeGenerator.PHP. Make a copy of this file in case you screw something up. Open up themeGenerator.php in your favorite editing software. I use Notepad++. All I have to do is press ctrl + F and find all instances of the number "960".You will then change all instances of 960 to the size you need. In my case I changed everything that was 960 to 974. I have attached images
2:If you were INCREASING the size of the nivo slider you must open up the theme_slideshow.php folder. striking/framework/admin/options/theme_slideshow.php and edit the "max" number to whatever number you need. In my case I changed from 960 to 974.
3. Now you must open up your theme's resource files that came with it when you purchased the theme. Inside these folders are photoshop files. resource/psds/misc. You should open up slider_frame and slider_shadow and adjust the width or height to what you need. Save the new file as a PNG and replace it with your previous image in the striking/images folder.
To center your slider use this code in your CSS. You can easily place this inside the WordPress dashboard in the striking theme>general section and make your way to the custom css. or you could place this in your child theme.
#nivo_slider_wrap { margin: 0 auto; }
If you have made all these changes and still do not see the slider has changed or you no longer see images in your slider, clear your cache folder and check again. Make sure that the images you uploaded fit the dimensions of the new slider size. Use a program like firebug to help you narrow down what is causing problems with your desired changes.
Here are previous articles with more customization's for the nivo slider width and height.
I have hesitated to provide a similar tutorial as our concern is that users would get beyond their abilities, and many have difficulties with even the simple things. But since you have done such, it will be interesting to see what occurs.
I think I will make you the arbiter of this thread. Good Luck! :))
Well Heather, nice post and good solution. I have made several changes in the striking theme (custom css) and I think write a post so that users can use them too but when I finish with the site (few days)