jjcoder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: JJ NextGen JQuery Slider plugin won't work with WordPress 3.2Hey Chad,
I’ve made those suggested changes for validation. There isn’t really a meaningful name I can put in the alt tag with the way I’m integrating NextGen in to the plugin but there is something now for a validators benefit.
Regards,
JJCoder
Forum: Plugins
In reply to: [JJ NextGen JQuery Slider] Filter by tagHey Henare, I’ve added the filter by tags option. Thanks for the functionality. Your name suggests you might be a fellow New Zealander?
Cheers.
Forum: Fixing WordPress
In reply to: JJ NextGen JQuery Slider plugin won't work with WordPress 3.2update 1.3.5 should fix the arrow problem, just make sure stylesheets and script is refreshed.
Forum: Plugins
In reply to: [JJ NextGen JQuery Slider] Centering/positioning thumbnailsYou need to define a width for center=”1″ to work.
You might beable to modify the css to achieve this.
Hey jeffreytd,
Not sure about this.
Print screen will prob work though.
Hey tylerking,
Maybe you have some css that is overwritting the center param.
If you can put in some css somewhere try this. Replace #slider with your slider html_id.
div#slider .nivo_slider_center .nivo_slider .nivo-controlNav { text-align: center !important;}
Good luck.
Forum: Plugins
In reply to: [JJ NextGen JQuery Slider] [Plugin: JJ NextGen JQuery Slider] alt for images?Hey shibumi,
Put text in the NextGen field alt/title. If the field is a link however the image will link to the url instead.
Regards,
JJCoder
It does work. Check for things like this;
– that you don’t have two jQuery core libs loading
– your theme isn’t doing some crazy like putting in
at the end of each line.I’m glad you worked out your problem.
Hey fwunder,
Someone else had a similar problem. Not sure what the cause of it is in the theme. Good luck.
Regards,
JJCoder
Hey Kteis,
if using shortcode put this is a parameter
afterchange='function() { jQuery("#slider").css("background-image", "none"); }'Its not a very smooth solution, maybe the author of the Nivo slider will add this functionality in the future.
Regards,
JJCoder
you might need to make lastslide lastSlide with a capital S I’m pretty sure the nivo slider params are case sensitive. lastslide is for the plugin shortcode to make it wordpress compatible.
Regards,
JJCoder
Hy on_edge,
Try setting this for lastslide. Substitute #slider for your slider html_id.
function() { jQuery('#slider').data('nivo:vars').stop = true; }Regards,
JJCoder
Forum: Plugins
In reply to: [JJ NextGen JQuery Carousel] JJ NextGen JQuery Carousel clickable images?Hey noski2009,
You need to provide a url in the alt/title nextgen field.
Read the description for more details.
Regards,
JJCoder