Is there any option to skip image cropping / rewriting and add transparent PNGs to slider?
http://wordpress.org/extend/plugins/nivo-slider-for-wordpress/
Is there any option to skip image cropping / rewriting and add transparent PNGs to slider?
http://wordpress.org/extend/plugins/nivo-slider-for-wordpress/
I'm with the same doubt =/ The background transparent turns black =\
I solved this replacing the images with the black background in:
wp-content/uploads/nivoslider4wp_files
It's not the solution, it's a workaround.
I decided not to use Nivo Slider for WordPress, but wrote my own slider in jQuery based on Custom Post Type. Of course you have to change your template file to handle CPT and generate markup needed by script.
If someone still need a solution:
Open nivoslider4wp-show.php
Find: <img src="<?php echo $ns4wp_filesurl.$item->nivoslider4wp_id.'_s.'.$item->nivoslider4wp_type; ?>" alt="<?php echo stripslashes($item->nivoslider4wp_text_headline); ?>" title="<?php echo stripslashes($item->nivoslider4wp_text_headline); ?>"/>
And change '_s.' into '_o.'
Slider will now load original image, and not written with a black background.
Good luck.
Thanks for the answer. I'll try it!
[]s
Thanks heaps maciekmaster! That's an excellent and simple fix for something which has been dogging me for a while.
Boo ya success! thanks!
You must log in to post.