Maya
Forum Replies Created
-
Hi,
I’m unable to replicate the issue on my end. I tested creating custom taxonomies and custom post types using ACF, but did not encounter the same problem.
Please try to get in touch for further investigating into this.
ThanksForum: Plugins
In reply to: [Post Types Order] Not found from WordPressHi,
Try searching for Post Types Order.
If nothing appears, there may be an issue with your instance. Disable other plugins, as a conflicting piece of code could be breaking the search functionality. If the issue persists, please contact your hosting provider’s support for further assistance.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Images not loading after the migrationHi,
Before the export, can you ensure you disable the WP Hide, to avoid any conflict with the export code? You can re-activated, after imported on the new server.
Also when the import process is completed, ensure everything is loading correctly before reactivating the WP Hide.
You will have to clear the server caches.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] All Users sent to WP Hide & Security DashboardHi,
The plugin does not create any redirects for logged-in users on its own. Most likely, another plugin or custom code is responsible for the redirect, but it has the default login or dashboard URLs hard-coded.When you customize the login or admin URL using WP Hide, that other code fails because it no longer recognizes the modified URLs. Instead of relying on hard-coded paths, it should use
wp_login_url()andget_admin_url(), which always return the correct URLs.Please check the other plugin or custom code for hard-coded slugs such as
wp-login.phporwp-adminand update them accordingly.To remove the security widget from the dashboard, check with this article: Remove Dashboard Scan widget
ThanksForum: Plugins
In reply to: [Post Types Order] Reset buttonHi,
Thanks for your feedback. We will change that in the next plugin version and make it Red, for easier identification.
ThanksHi,
If you are using our Advanced Taxonomy Terms Order plugin, yes, the feature is available within the code.
ThanksForum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] editor permissions to use pluginHi,
Check with the Settings > Taxonomy Terms Order > “Minimum Level to use this plugin”. Set the option to your appropriate role required to access the sorting area.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Order Problem with language parameterHi,
Please note that multilingual plugins such as WPML and Polylang are not fully supported. When these plugins are active, the main WordPress query reports is_tax() as true. Since the Post Types Order plugin allows reordering of archives (all posts), enabling drag & drop while a taxonomy query is active could result in mixed or conflicting orders between taxonomy terms. For this reason, the drag & drop icons are intentionally hidden in such cases.This functionality is, however, available in the Advanced Post Types Order plugin, which you may want to consider instead.
ThanksForum: Plugins
In reply to: [Post Types Order] Updated to latest and it stopped workingHi,
Sorry for the issue. Can you share more details on what exactly is not working ? How can i replicate the issue on that side ?
ThanksForum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Woocommerce Category OrderingHi,
I tried to replicate the issue on this side, but appears to work fine.
Can you send more description on how to replicate and what exactly is not working anymore ?
You can also contact us through our plugin website.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Suggested fixes to Post Processing and CSP/ROHi,
Thanks for your feedback. We will check into these and update, so they will be included in the next plugin release.
ThanksHi,
Sorry this feature is not available in this free plugin, see the advanced version.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] Please fix account details (2FA activation) bugHi,
Thanks for your feedback, this will be updated in the next plugin release.
ThanksForum: Plugins
In reply to: [WP Hide & Security Enhancer] How to configure on Cloudways NginxHi,
Sorry but the free WP Hide cannot generate the required Nginx rewrites. This works for Apache, IIS, LiteSpeed etc server types. For Nginx please check with the WP Hide PRO.
But if your Nginx runs as reverse proxy for Apache, you can still use the free WP Hide. Just make sure the server process the .htaccess file.
ThanksHi,
Remember that each WordPress post type uses the menu_order field to store its order index. However, this field can hold only one value at a time. This means that if you customize the sorting for one context, WordPress will overwrite the existing menu_order value, causing you to lose the previous ordering for that post.
Because of this limitation, Post Types Order allows sorting only at the Archive level (i.e., all posts or all custom post type items together).Sorting within specific categories or taxonomy terms is available in the Advanced Post Types Order plugin. This plugin uses a separate database table to store ordering indexes, so when you define a custom order for a post type inside a category or taxonomy term, it does not overwrite or conflict with ordering set for other areas. For more details, see the following article https://www.nsp-code.com/premium-plugins/advanced-post-types-order/
Thanks