Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author simon_h

    (@simon_h)

    Hi,

    did you add the page url where the gallery should be displayed for the website visitors to the “Active on” rules ?

    Kind regards

    Thread Starter IrValentin

    (@irvalentin)

    Hi Simon, first i added photocrati_ajax to “active on” form and then the gallery didn’t display, then i added to “inactive on” form the home page url, because i believe it’s more simple to add only the page which i want to load faster and not use NGG style, but didn’t work very well because NGG script still loading on home page. Temporary what i found to do was to add this code `if (!is_admin()) {
    // goodbye NextGen junk
    define(‘NGG_SKIP_LOAD_SCRIPTS’, true);
    function nextgen_styles() {
    wp_deregister_style(‘NextGEN’);
    /*wp_deregister_style(‘shutter’);*/
    }
    add_action(‘wp_print_styles’, ‘nextgen_styles’, 100);
    }` but still with ngg plus plugin active isn’t loading as fast as ngg plugin inactive. Also i didn’t receive any help from ngg team, poor support !

    Plugin Author simon_h

    (@simon_h)

    I’ve made a quick test with “NextGEN Gallery by Photocrati” and I can’t find any css or script file loaded on the frontend on pages without an NextGEN gallery.

    It’s not possible for me to test NextGen Plus because it’s not free.

    Thread Starter IrValentin

    (@irvalentin)

    Hi Simon, thank you for your response. How did you made the test,you added the page url where the gallery should be displayed or inactive for other pages ?
    I also tried the first method, added photocrati_ajax to the “Active on” form and even so, with NGG plus version deactivated, the free NextGEN Gallery by Photocrati gallery doesn’t work, only show me the code from the page ex. [nggallery id=87]
    What do you recommend me to do, type the url where “active on” or url for “inactive on”

    Thank you for your time and help !

    Plugin Author simon_h

    (@simon_h)

    Teseted with
    Worpdress 4.4.2 + NextGEN Gallery by Photocrati Version 2.1.26

    -> Plugin Logic rules

    No problems found.

    Thread Starter IrValentin

    (@irvalentin)

    Great ! Please tell me “/to/ngg-gallery” like in your rule, is from your teste path or is some code which must add after my url path?

    Plugin Author simon_h

    (@simon_h)

    It’s only an example you must replace the whole link “https://url-path/to/ngg-gallery” with your link to a page where a NextGEN Gallery is.

    If you have more than one gallery you have to include these links too.

    Thread Starter IrValentin

    (@irvalentin)

    Ok, thank you Simon for your great support !

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Conflict with NextGen Gallery * NextGen Plus’ is closed to new replies.