nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] wp-admin doesnt load correctly after renamingHi Georgio,
I see what you mean, i was not able to replicate the issue on my side, possible related to wp install directory.
Can you get in touch with me at http://www.wp-hide.com to check it further.Thanks
Forum: Plugins
In reply to: [qTranslate X] Bug: doing_front_end wrong valueI would use the following logic to identify exactly if it’s an admin / ajax / front side. This will be better than rely on actual url (e.g. if contain a wp- prefix)
if(is_admin() && defined('DOING_AJAX')) { //being an AJAX call if(is_user_logged_in()) { //user is loged in } else { //anonymous ajax call } } else if (is_admin()) { //being admin interface } else { //this is front side }Hope this helps.
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Cron Jobs Not IssuesJust an update, within the last update there’s a new setting for wp-cron.php file.
Thanks
Forum: Plugins
In reply to: [qTranslate X] Bug: doing_front_end wrong valueHi,
I believe it will be a good idea to threat all AJAX calls separately than being WP_ADMIN or front side. since every AJAX call is actually set the WP_ADMIN constant as being True, no matter where it came from, either admin or front url.Hope there will be an update for this area for a new version, meanwhile i’ll rely on qtranslate_parse_language_info filter to make the change.
Thanks
Hi,
Thanks for your feedback. I’ll remove the translation from the plugin package.Thanks
Forum: Plugins
In reply to: [Post Types Order] Gallery orderHi,
Can you describe the exact steps i should take to replicate the reported issue?Thanks
Forum: Plugins
In reply to: [Post Types Order] Display the order on the re-order pageHi,
There is a filter for this area called cpto/interface_itme_data which helps to achieve what you looking for. Placing additional data as default, i’am not sure it will satisfy everyone.Thanks.
Forum: Plugins
In reply to: [Post Types Order] Display only published elements on re-order pageHi,
This will be available for the next version.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Output BufferingIt appear this is caused by low allocated memory (Out of Memory error). Try to increase the size or de-activate plugins which are not required to recover additional space.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Update button doesn't do anythingCheck for any JavaScript error produced by another code. Also check the integrity of migrated files.
Forum: Plugins
In reply to: [Post Types Order] Prepare statement missing second argumentThanks for your head-up.
I just fixed this issue and published a new update 1.8.9.1
Can you please confirm the issue is now fixed for you?Thanks
Forum: Plugins
In reply to: [Post Terms Order - per Post based] Post Type Objects number limited to 21Hello
Sorry this is a limitation of the free plugin. You may want to check with advanced version at http://www.nsp-code.com/premium-plugins/woocommerce-plugins/advanced-post-terms-order/Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] random orderHello,
This can be done through the advanced version, using the Automatic Sort functionality for more details please check at http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-taxonomy-terms-order/Thanks
Forum: Plugins
In reply to: [Post Types Order] Allowed Memory ExhaustedHi,
I see what you mean, unfortunate at the moment this functionality is available only for advanced version.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Output BufferingIt should be something related to a particularity of your environment.
Can you get in touch with me through contact at http://www.wp-hide.com and i’ll check it further.