• Resolved artwebmgr

    (@artwebmgr)


    hello and thank you for good plugin.
    I use galleryview plugin for nextgen because this template support all template style and function call for template name is free , it means i edit a copy of template view file , save it with new name in folder “nggallery” in my blog template directory , and in nextgen shortcode call that template name , with this i can add multi style template in one post .

    if ( file_exists (get_stylesheet_directory() . "/nggallery/$template_name.php")) {
        $path = get_stylesheet_directory() . "/nggallery/$template_name.php";
    }
    else  {
        $path = WP_PLUGIN_DIR . '/' . plugin_basename( dirname(__FILE__) ) . '/view/gallery-galleryview.php';
    }

    but you define and add template name , constant in function so i can not use multi template name with nextgen shortcode.
    pls help me .

    http://wordpress.org/extend/plugins/nextgen-flex-slider-template/

Viewing 1 replies (of 1 total)
  • Plugin Author Mohsin Rasool

    (@mohsinrasool)

    I guess, I understand your point. This Flex Slider Template is not only a template but also allows you change slider settings through Admin panel. So, you would either copy almost whole folder (js, css, template, hooks), remove the get_option calls with your static customized settings. Several other settings too. So, for this template, it is not just a copy/paste to create a new one.

Viewing 1 replies (of 1 total)
  • The topic ‘Multi gallery in one post’ is closed to new replies.