nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Database Errors on single product pageHi
Actually appear like MySql error, the database it’s fine.
Did you tried to de-activate the Post Types Order plugin? possible the problem may be somewhere else.We can take a look, just contact us at http://www.nsp-code.com/
Forum: Plugins
In reply to: [Post Types Order] shows repeat set of posts after re-orderingCan you get in touch with us through contact at http://www.nsp-code.com/ along with a login and we will check into it for you.
Thanks for your solution.
Can you please describe the function arguments so we can give it a try?Forum: Plugins
In reply to: [Post Types Order] Just Order Published ArticlesHello,
At this moment, within sort interface you can’t display only published posts. For the next version we will add a filter to be used through code and allow query parameters filtering.
Or you can switch to Advanced Post Types Order which include post status selection through sort interface.Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Don't work for PortfoliosHi,
The plugin support the get_terms() function, you should check if the theme files rely on that.Thanks
Forum: Plugins
In reply to: [Post Types Order] how to order a post researchHello,
Sorry, there are too many possible sorts for a search query, practically a list foe every key-phrase. I don’t see that too flexible.Forum: Plugins
In reply to: [Post Types Order] shows repeat set of posts after re-orderingHi,
There shouldn’t be any connection with Post Types Order plugin. Does you query actually include a ‘paged’ argument?Forum: Plugins
In reply to: [Post Types Order] Issue with large amount of postsThere is no limitation on the number of posts, this is actually caused by the server configuration, by either a memory limit, post_max_size etc.
The Advanced Post Types Order plugin contain a different code with different approaches to avoid such server limitations, so it will handle with on same resources allot more data / posts.
Using the advanced version, on a 128Mb allocated memory, it will be more than enough to process the 10,000 posts.Forum: Plugins
In reply to: [Post Terms Order - per Post based] Automatic Order by Parent CategoryHi,
Sorry but such functionality is not implemented, as however don’t know how it will work, since this is per post based and not terms. But you may want to check with Advanced Taxonomy Terms Order which provide a way to sort automatically all terms.Thanks
Forum: Plugins
In reply to: [Post Types Order] Re-order not appearingHello,
Can you check if the plugin is still active? There is no reason for the re-order menu item to vanish, unless you had turned on Hierarchically for that custom port type.Forum: Plugins
In reply to: [Post Types Order] Website is slowIt should be a temporary network issue, the WordPress update API try to retrieve the update information’s for the plugin, but for some reason the connection is slow.
If the issue persist, please get in touch with support.This is what the support guy replied, as being fixed on 3.8.4
If still not working, please create a support ticket on their support system.Update: There was an issue with our plugin which was fixed on Avada 3.8.4 so please make sure you use the latest theme files.
Forum: Plugins
In reply to: [Post Types Order] Incorrect reversed order on individual postsPer WordPress codex next is “a link to the next post which exists in chronological order from the current post.” For your page at http://www.resortstudios.co.uk/membership/members-profiles/, the next post related to Dan Chilcot is Jo Bridges. Also the previous post is Helder Clara. As far as i can see this is working fine.
Thanks