nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] CPT not picked up by plugin in Settings listHi Elzette,
Actually the plugin can’t handle hierarchical post types, you should update to ‘hierarchical’ => false and the post type will show up in the list.Thanks
Forum: Plugins
In reply to: [Post Types Order] order posts by page?You can achieve what you need through Advanced Post Types Order plugin, i suggest to assign a taxonomy like collection https://codex.ww.wp.xz.cn/Function_Reference/register_taxonomy or use an existing (e.g. category, tag etc)
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Location of data stored?Hi,
Within the wp_options table, there’s an entry wph_settings which held all plugin settings. You should delete that entry. However it means all other settings will be lost.
Or you can try to modify the serialized array, and change the value for lagging to something else.Thanks
Forum: Plugins
In reply to: [Post Types Order] Fatal error: Allowed memory exhaustedHi,
From your description, the code is unable to process the list due to memory limitation. Form the error, it appear you account memory is set to 256 and not 512.
It worked before probably because you had less posts to process.
I suggest so you increase the memory allocated, or consider to update to Advanced Post Types Order plugin, which can handle lots of more posts with the same amount of memory, also it include pagination functionality (if set to active), so it show only a chunk of a large list.Thanks
Forum: Plugins
In reply to: [Post Types Order] php7 notificationsThanks for reporting this.
It’s been fixed for the next version, which should be published in a week or so.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] QuickeditYou should mention the client (licence owner) email which will be enough to assist on reported issue.
Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] QuickeditHi,
Please get in touch through contact at http://www.nsp-code.com for a fast support.Thanks
Forum: Plugins
In reply to: [Post Types Order] 500 Internal server errorThere’s something else, if your site contain just 10 items. Can you check with the server error log?
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Cannot read property 'init'Hello,
Thanks for your feedback.I can’t replicate the last issues. Did you tried to clear the browser cache, maybe still load some old data?
Also what server config run your website (e.g. apache, php etc)It will be great if you can send a wp-content back-up (you can exclude the uploads) and a database dump as i can debug on exact reported issues.
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Cannot read property 'init'Hello,
Please confirm the latest version fixed the encountered issues.Thanks
Forum: Plugins
In reply to: [Post Types Order] Functionality suggestionA Single Post (object) can stick to a certain position, on every page or selectively, through a custom code which i can help to integrate. It will just append the object to query list.
So such function is not available through interface, but through a custom code which i can provide.Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Cannot read property 'init'Hello,
Thanks for reporting the issues.
Is there a development instance you can share with me so i can check into this? If so please send a message through contact at http://www.nsp-code.comThanks
Forum: Plugins
In reply to: [Post Types Order] 500 Internal server errorIf the sort list include a large number of posts, it can be a memory limitation. Check with the server error logs, it should reveal more details.
Forum: Plugins
In reply to: [Post Types Order] Add a custom fieldHi,
This is not yet implemented, however available for advanced version http://www.nsp-code.com/advanced-post-types-order-api/filter-post-types-items-additional-informations/Thanks
Forum: Plugins
In reply to: [Post Types Order] PaginationTry to de-activate temporary the lazy load and see if they show in correct order.