Viewing 9 replies - 16 through 24 (of 24 total)
  • Hi,

    I’ve installed NextGEN, created a gallery with 2 images.

    In my page I have added

    [nivo source="nextgen" gallery=1]

    When I view the page the first image is there but it never changes to the next. I look at the errors on the page and get

    Error: title is undefined
    Source File: https://tiax/wp-content/plugins/easy-nivo-slider/3rd-party/jquery.nivo.slider.js?ver=2.5
    Line: 97

    This maps to this line

    if(title.substr(0,1) == '#') title = $(title).html();

    in the plugin code

    // Process caption function
    		var processCaption = function(settings){
    			var nivoCaption = $('.nivo-caption', slider);
    			if(vars.currentImage.attr('title') != ''){
    				var title = vars.currentImage.attr('title');
    				if(title.substr(0,1) == '#') title = $(title).html();

    Not sure what to do to fix this?

    Same situation here, any news about this issue?

    Thanks a lot for an amazing plugin!

    Diego

    azcies

    (@azcies)

    @porridgebear try to update nivo version

    same here :§

    I added the do_shortcode on my homepage with
    [nivo source=”nextgen” gallery=1 speed=500 pause=10000]
    and there is no animation at all and only 1 image.

    Updating my nivo scripts from dev7studios fixed It.

    Hope it helps

    simply awesome!

    Thanks.

    Hi,

    I have the same problem. Just 1 image shows.
    Can you please tell me what is to be updated?

    I just had the same problem too… this is how you update the scripts (thanks for pointing this out arnoldMADC)

    Visit https://nivo.dev7studios.com/pricing/

    Download the free ‘jquery plugin’ version
    Open the zip and copy the following three files:
    – jquery.nivo.slider.js
    – jquery.nivo.slider.pack.js
    – nivo-slider.css

    Go to the plugin folder: easy-nivo-slider > 3rd-party.
    Paste and overwrite the files.

    ‘[nivo source=”nextgen” gallery=”1″]’

    Worked for me!

    As emj posted, that works for the title is undefined error.

    Thanks alot!

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘[Plugin: Easy Nivo Slider] Next Gen Gallery’ is closed to new replies.