Maya
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Error establishing a database connectionHi,
That was caused by a temporary malfunction on our CDN Server, which has been fixed in a few hours.
ThanksForum: Plugins
In reply to: [Post Types Order] Create Different Order For TranslationsHi,
This is possible through the Advanced Post Types Order plugin, when using a multilingual code like WPML, Polylang, etc.
This is not possible through the free Post Types Order plugin, since it can handle a single order index at a time.
ThanksHi,
Thanks for your feedback.
I’am not sure how the get_current_screen() is triggering the error for you, in the TO_Terms_Walker class, as this is called after admin_init has triggered. That interface is invoked through add_submenu_page() WordPress method, which triggers the argument after the admin_init action has been executed.
Maybe there is a specific step you took to replicate the error? Is this always occours for you ? Maybe a different code interefers with the get_current_screen() method
ThanksHi,
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.
Thanks