blitzy
Forum Replies Created
-
Dont remove the code in the post i made above, after refreshing the page online, it seems to bug. So the style is needed.
If anyone knows how to change the code so the <style> element will be proper put in the header. Then the plugin will be ready for Wc3 validation 🙂
Its definitely the best nivo slider plugin for wordpress, but version 2.0 did not fixed the problems it had.
When using a custom post type + using a taxonomy, it still shows all items when i only want to select from one term.
[nivo post_type="portfolio" taxonomy="portcats" term="slider" number=6 speed=500 pause=3000]')I removed this part from the functions.php and it still seems to work.
<style type="text/css"> .easy-nivo-slider-first { width: <?php echo $options['first_width']; ?>px !important; height: <?php echo ($options['first_height']+(('true'==$options['first_controls_thumbs']) ? 64 : 0)); ?>px !important; overflow:hidden !important; } .easy-nivo-slider-first .nivo-caption { bottom: <?php echo ('true'==$options['first_controls_thumbs']) ? 64 : 0; ?>px; } .easy-nivo-slider-second { width: <?php echo $options['second_width']; ?>px !important; height: <?php echo ($options['second_height']+(('true'==$options['second_controls_thumbs'])?64:0));?>px !important; overflow:hidden !important; } .easy-nivo-slider-second .nivo-caption { bottom: <?php echo ('true'==$options['second_controls_thumbs']) ? 64 : 0; ?>px; } .easy-nivo-slider-widget { width: <?php echo $options['widget_width']; ?>px !important; height: <?php echo ($options['widget_height']+(('true'==$options['widget_controls_thumbs'])?64:0)); ?>px !important; overflow:hidden !important; } .easy-nivo-slider-widget .nivo-caption { bottom: <?php echo ('true'==$options['widget_controls_thumbs']) ? 64 : 0; ?>px; } </style> <!-- .easy-nivo-slider-first .nivo-controlNav { bottom:<?php echo ($options['first_controls_offset'] ? $options['first_controls_offset'] : '0'); ?>px; } .easy-nivo-slider-second .nivo-controlNav { bottom:<?php echo ($options['second_controls_offset'] ? $options['second_controls_offset'] : '0'); ?>px; } .easy-nivo-slider-widget .nivo-controlNav { bottom:<?php echo ($options['widget_controls_offset'] ? $options['widget_controls_offset'] : '0'); ?>px; } -->I also added the Alt attributes to the images and its now 100% valid
I have try to contact the creator about other issues but he seems to be absent for a while now 🙁