jjcoder
Forum Replies Created
-
Hey 0001,
This seems to be a jcarousel quirk, if an update comes out for jcarousel that fixes this I’ll update the plugin.
Regards,
JJCoder
Hey Kteis,
controlnavthumbs=”true”|”nextgen_original”
needs to be
controlnavthumbs=”true”
or
controlnavthumbs=”nextgen_original”
or one of the other options.
Regards
JJCoder
Hey numaga,
I can’t see the scripts or stylesheets in your header.
Are you sure its not working?Regards,
JJCoder
Forum: Plugins
In reply to: [JJ NextGen JQuery Carousel] jj-nextgen-jquery-carousel problem with ChromeHey nbar,
Glad my little hack fixed it.
Regards,
JJCoder
you need to change #test_slider to #collister
Hey George,
I think I have thought of a solution. But it will require version 1.2.8 of the plugin if you are using shortcodes. Version will be available soon have uploaded it so just waiting for wordpress to update.
Try sticking code below in to your shortcode substitute #test_slider for your html_id.
afterChange='function() { jQuery("#test_slider").css("background-image", "none"); }'Regards,
JJCoder
Forum: Plugins
In reply to: [Plugin: JJ NextGen JQuery Slider] Not displaying photo thumbnailsHey animalraw,
What other slider are you using?
Hey George,
Pretty sure thats move a nivo-slider side effect. If and update comes out for the nivo slider I’ll update the plugin. A work around might be to make all the images the same size.
Regards,
JJCoder
Hey clavans,
I think I had some problems with the twenty theme with like width=”auto” and or height=”auto” on img selectors in the stylesheet maybe something similar is happening with you.
Hey jeffreytd,
Are you talking about the carousel plugin or the slider plugin?
Regards,
JJCoder
Hey George,
You need a thumbscontainerheight=””
read description for more details.Regards,
JJCoder
Hey clavans,
It might be default settings in your theme style.css that is causing problems.
Regards,
JJCoder
Hey clavans,
To fix your caption width problem i think you need to enter a width. For shortcode this is width=”” prob want the width to be same as image width.
Not sure why you would be getting 5 imagess showing. Did you enter the gallery id with the gallery=”” params ?
Regards,
JJcoder
You do have two jquery libs loading in… that maybe a problem.
Hey clavans,
You need to give each slider a different id which is a unique id on your page. Id defaults to ‘slider’. So if using a shortcode use
html_id=”your_unique_slider_id”
or change the appropriate field in the widget.
Regards,
JJCoder