IrValentin
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Logic] Conflict with NextGen Gallery * NextGen PlusOk, thank you Simon for your great support !
Forum: Plugins
In reply to: [Plugin Logic] Conflict with NextGen Gallery * NextGen PlusGreat ! 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?
Forum: Plugins
In reply to: [Plugin Logic] Conflict with NextGen Gallery * NextGen PlusHi 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 !
Forum: Plugins
In reply to: [Plugin Logic] Conflict with NextGen Gallery * NextGen PlusHi 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 !If i deactivate plus version, it’s ok.
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Problem with deletion of pluginI had the same problem. If you didn’t solve yet, try to manual delete the plugin from ftp or before that rename the plugin folder and after that delete it. I hope this will work for you !