• Resolved zelldun

    (@zelldun)


    Hi
    I am using the current version of Next Gen gallery (jQuery Cycle Plugin not Flash )and the Slideshow works perfectly on the main domain however it does not work on any parked domains. Do i need to add something or tell it somewhere to work on the other domains?

    Also how do I add / use the extra effects that are linked from the options page to http://jquery.malsup.com/cycle/browser.html

    Any Assistance would be appreciated.

    Regards
    Zelldun

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zelldun

    (@zelldun)

    Fix it (not sure it this is the right thing to do but it works 🙂

    SLIDESHOW NOT WORKING ON PARKED DOMAINS:

    Take a back up of

    /wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js file

    Then find this code (in between ‘/s 🙂 )
    ‘var url = s.domain + ‘index.php?callback=json&api_key=true&format=json&method=gallery&id=’ + s.id;’

    Now remove s.domain + like the example below:
    ‘var url = ‘index.php?callback=json&api_key=true&format=json&method=gallery&id=’ + s.id;’

    Hope this helps someone else

    Regards
    Zelldun

    Thank you Zelldun. Worked like a charm even 9 months later.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: NextGEN Gallery] Not working on parked domains’ is closed to new replies.