Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter thomstark

    (@thomstark)

    I found the point of conflict. Your plugin has some conflict with the Pagelines theme (Pagelines is a CMS/site builder). Pagelines is indispensable to me but I really want to use your plugin as well, as I haven’t been able to find anything else like it.

    So the conflict must be disabling your functionality somehow.

    I have Ajax disabled in NextGen settings, but your plugin isn’t working whether Ajax is enabled or disabled. It’s a conflict with the Pagelines CMS. If you have the time, I’d really appreciate your help!

    Plugin Author webaware

    (@webaware)

    G’day, it looks like my gallery template isn’t being called at all, so it isn’t a JavaScript conflict. At a guess, I’d say that Pagelines must be intercepting the filter hook for ‘ngg_render_template’ and somehow messing things up so that my plugin doesn’t get called, or perhaps they have their own gallery template also called ‘download’.

    Since Pagelines is a premium product, you have access to support when you buy from them. I suggest you contact their support and ask them what the conflict is.

    cheers,
    Ross

    Plugin Author webaware

    (@webaware)

    G’day, on a whim I googled “pagelines ngg_render_template” and found their source code.

    They have a function that buggers up any custom templates (they’re _doing_it_wrong()!)

    /**
    *
    * @TODO document
    *
    */
    function gallery_filter( $a, $template_name) {
    
      if ( $template_name == 'gallery-plcarousel')
          return sprintf( '%s/carousel/gallery-plcarousel.php', PL_SECTIONS);
      else
          return false;
    }

    Instead of returning false they need to be returning $a. Tell them to fix their theme!

    cheers,
    Ross

    Thread Starter thomstark

    (@thomstark)

    Ross,

    Thanks for taking the time to look into that. I’ll definitely let Pagelines support know about this, and your correction of their code. In the meantime, did you catch the name of the file the source code was in? I’d like to try to fix it myself for the time being.

    Thread Starter thomstark

    (@thomstark)

    Oh, sorry! You already linked to it. ??

    Thanks very much for your help!

    Plugin Author webaware

    (@webaware)

    No worries ??

    Thread Starter thomstark

    (@thomstark)

    Found the source file, made the change you suggested, and voila, I have a working plugin!

    You’re awesome, mate. Thanks heaps.

    I installed NextGen Download Gallery then your plugin, and I used the shortcode:[gallery ids="182,181,180,178,176,159" gallery=download].

    but it not display the checkbox & select all button for multiple images downloading in zip.its not working.what is wrong with it?plz help…thanks

    Plugin Author webaware

    (@webaware)

    @crazycoder365: please start a new topic, this one is resolved already.

    cheers,
    Ross

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘No Checkboxes or Download Functionality At All’ is closed to new replies.