jjcoder
Forum Replies Created
-
Hi reneritchie2,
You can try this.
<?php echo do_shortcode('[jj-ngg-jquery-slider gallery="1"]'); ?>Check description for details about shortcode params etc.
Regards,
JJ Coder
Hey riosc,
In release 1.2.4 I put in a change that will hopefully fix your problem.
Regards,
JJCoder
Hey thebiganswer,
The only thing I can recommend at the moment that will work for you as to make all images the same size, if you have smaller images put them on a canvas the same size as the largest image.
Regards,
JJCoder
Hey Pipolaye,
I think I can see the problem. You have two id=”cycle_lite” you can either use the shortcode parameter html_id=”some_other_id” or change the div id of the container you have put the shortcode into.
Regards,
JJCoder
Hey Pipolaye,
Try putting echo before do_shortcode
<?php echo do_shortcode...Regards,
JJCoder
You could try the do_shortcode function eg,
do_shortcode(‘[jj-ngg-jquery-cycle gallery=”1″]’);
Check the description for more details about the shortcode parameters and how to use it.
http://ww.wp.xz.cn/extend/plugins/jj-nextgen-jquery-cycle/
Regards,
JJ Coder
It comes from the plugin I haven’t been able to work out how to put dynamic styling and javascript in to the head of the html page, I don’t know if it’s possible… any ideas?
Hey hophead99,
Which version are you using?
Hey dsburdette,
In the new release excluded images are now… excluded.
Regards,
JJ Coder
Hey dsburdette,
Have you set the order? Check description for details.
Regards,
JJ Coder
Forum: Plugins
In reply to: [JJ NextGen JQuery Slider] [Plugin: JJ NextGen JQuery Slider] AutoheightHey khabaroff,
There isn’t anything currently that does this.
You could put this in the afterChange callback:
function() { var c = jQuery('#slider a.nivo-imageLink:visible img, div#slider img.nivo_image:visible');jQuery('#slider').height(c.height()); }substitute #slider for #<html_id>
Might not look that nice tho.
If you wanted to do width as well something like this.
function() { var c = jQuery('#slider a.nivo-imageLink:visible img, div#slider img.nivo_image:visible');jQuery('#slider').height(c.height()).width(c.width()); }Regards,
JJ Coder
Hey dsburdette,
Nivo search and replace only changes the suffix of the image.
The two new options for controlNavThumbs:
nextgen thumbs: will automatically use the thumbnails from the gallery, it ignores the search and replace of Nivo due to my own javascript being fired after the nivo settings have been set.
nextgen original: uses the image you see in the slider and resizes it if thumb width and thumb height settings are present.
If you want to resize the thumbnails in your NextGen gallery you can do this.
-> Go to gallery
-> Bulk actions – Create new thumbnails
-> Apply
-> Put in thumb dimensions
-> OkYou can do something similar for the original size of the image aswell.
Regards,
JJ Coder
Hey,
Shortcode infromation has been in the description since the first version.
Regards,
JJ Coder
Hey, I’ve made a new feature in the latest release for thumbnails. Hope it helps.
Regards
JJ Coder