I tried this tonight and I got “Parse error: syntax error, unexpected T_STRING” so I ended up reinstalling the theme…
The error said that it was on line 3, which after the <php line is:
function graphene_custom_slider_image_width(){
return 960px;
}
add_filter( ‘graphene_slider_image_width’, ‘graphene_custom_slider_image_width’ );
If you get the chance, it would be great if you could let me know if you can see if there is anything immediately wrong with that line. Thank you!