nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Taxonomies not showing on websiteHi Lockon
If i understand this correctly the cities are terms of your taxonomy “stad”. Do you use the get_terms() to retrieve the terms or which is the way you get the list of terms for displaying on the front site? There should’t be any limitation on the number of terms to retrieve unless there are filters/query param to do so.Thanks
Forum: Plugins
In reply to: [Post Types Order] portfolio-press and ordered categoriesI’am not sure i understand your last message. However if you own the Advanced Post Types Order feel free to contact us directly at [email protected] for a fast support.
Forum: Plugins
In reply to: [Post Types Order] Illegal offset type in isset or emptyThere must be something wrong on your server as i see lot’s of warnings in the WordPress core files including your theme.
We can check that for your part of our plugin help assistance, please contact us at [email protected]Forum: Plugins
In reply to: [Post Types Order] portfolio-press and ordered categoriesYes, i confirm the above, using the functions i mentioned you will be able to show previous/next for posts within the exact taxonomy term you specify. Then the default WordPress previous_post_link/next_post_link will still return same data as before.
Forum: Plugins
In reply to: [Post Types Order] Nimble PortfolioYour Portfolio custom post type use a hierarchical structure, while the free Post Types Order plugin support the non-hierarchical. You should just update your custom post type accordingly and the menu will appear.
Forum: Plugins
In reply to: [Post Types Order] portfolio-press and ordered categoriesI understand what you mean, the problem is that the default WordPress functions previous_post_link() and next_post_link() does not support such thing. However we extended this functionality and created 2 new functions previous_post_type_link() and next_post_type_link(). As those require a diferent menu_order structure, it’s available only for Advanced Post Types Order plugin.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Headers already sentHi Steve,
Sorry for the delay, supposed to be out last week, it was postponed for the next Friday (next week).Thanks
Forum: Plugins
In reply to: [Post Types Order] CPT filter by Cat does not sort, only Archive sortsHi,
It depends on the custom query you have on the theme, if it query the custom post objects which belong to a certain term (category), then within the admin you just need to filter for that term and build the order you need. If the code query for all terms, you will need to use archive re-order instead.
If you still have questions or you mean something else let me know. Also it may be faster just to contact-us and ask assistance.Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Not working with my themeYou must be need of a way to re-order the custom post types, the Category Order and Taxonomy Terms Order will allow for change the terms order.
I’am happy this solved for you.Forum: Plugins
In reply to: [Post Types Order] Advanced post type order doesn't sort on front endHi Riccardo,
We had this issue before with Advanced Access Manager, it restrict certain WordPress core filter execution for certain users types or non-loged-in, definitely not a good thing as it will create problems with allot of other code.
You should change the settings within that plugin accordingly and remove such restrictions. I can’t say exactly where/which is that, but you should give it a try, it should be explicit. If you can’t find it, please get in touch with us and someone will check that for you.Thanks
Forum: Plugins
In reply to: [Post Types Order] Post Type Order Stops Random Header Image ShowingThis is an expected behavior, as using the Autosort ON will auto update all queries to use the menu_order, so any random will be overwrite.
I suggest to turn OFF the Autosort feature, then go to theme and edit the exact custom query where you need the custom order, by include the ‘orderby’ => ‘menu_order’ parameter.Forum: Plugins
In reply to: [Post Types Order] AAAGGHHH!!! Changed my settings upon update!Hi Nathan,
You should download the latest plugin files (we just uploaded a new version), then use the apto_reorder_capability filter to overwrite the default capability to what you need, examples of usage you can find at http://www.nsp-code.com/advanced-post-types-order-api/filter-re-order-interface-capability/Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Not working with my themeIs the autosort turned ON?
Forum: Plugins
In reply to: [Post Types Order] Reorder won't saveHi Sheila,
For the version you had, there was a issue with the update message. There will be a message show within the plugins area, near the plugin row.
We produce like 2-3 updates every month, you should update from time to time to take advantage of the new features.Thanks
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] WPMU doesn't activate globallyHi Dave,
This will be included in the next advanced version, for now please manually activate the plugin within each site.Thanks