nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] uploads rewrite rule errorHi,
Thanks for your feedback. This should be fixed now, certain settings are incompatible with BuddyPress. There are info notices when a certain settings get in conflict with a specific active plugin.Thanks
Thanks for your suggestion, i’ll implement it for the next version.
Thanks
Forum: Plugins
In reply to: [Post Types Order] Not working on Media grid viewThanks for your feedback.
Unfortunate this is a limitation of current WordPress core, which does not allow any sort to apply. Hopefully they will change that area sometime soon and we’ll be able to add the sort code.Actually it will change the path to admin-ajax.php so it will still run correctly.
Maybe you mean a way to change the admin-ajax.php to something else?This should work fine, most probably there’s a JavaScript error generated by another code, can you check your browser console?
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Divi Theme Not CompatibleHi,
Thanks for your feedback.
Most probably it’s a server environment issue, Divi is one of the theme being used as default for this plugin development.
Can you describe your server type, if use APACHE, EngineX etcThanks
Forum: Plugins
In reply to: [Post Types Order] Post type orders crashes display of portfolioHi,
Do you use a cache plugin? If so can you try to clear the cache data?Thanks
I’am not sure what’s happen, there’s no reason for this to change automatically. so there must be something else, either a manual change or possible another code which interfered with the settings.
Can you set those again as need then let’s see what happen, if occur again we’ll have to check deeper.Sorry, just saw the topic title..
Can you check with wph_settings option within wp_options table and see if the fields also include the period?Hi,
You mean you included . (period) in front of slugs?Thanks
Hi,
Where exactly the sort is not right for you? Within WordPress Media area or maybe on front side at a image gallery shortcode?Thanks
Forum: Plugins
In reply to: [Post Types Order] Showing Old Posts after activating pluginHi,
I suggest so you turn of Autosort then add ‘orderby’ => ‘menu_order’ argument within queries where you need to apply the sort. See this topic for more details https://ww.wp.xz.cn/support/topic/post-type-order-stops-random-header-image-showing/
Also here’s an article which describe on how to apply a sort through a custom query http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/
As alternative yo may consider to update to advanced version, which contain additional features and functionality like conditionals through which you can indicate the exact place within your theme where the sort should apply, for more details please check at http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/Thanks
Forum: Plugins
In reply to: [Post Types Order] Showing Old Posts after activating pluginSee this topic as you duplicated the threat https://ww.wp.xz.cn/support/topic/showing-old-posts-after-activating-plugin/
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Conflict with the plugin WP Fastest CacheHi,
Thanks for your feedback.
I was able to check into this but apparently the WP Fastest Cache plugin does not work with my code, at least not the version i have 0.8.6.1 It simply output an error to disable the WP Hide & Security Enhancer. Even so, if i first configure the cache plugin then activate WP Hide, it appear to work fine. Not sure what settings you use, but tried different combinations.
I think you should address to WP Fastest Cache developers to further check why they require the WP Hide & Security Enhancer plugin to be disabled.Thanks
Forum: Plugins
In reply to: [Post Types Order] Not working on custom post typesThis should work fine, can you make sure you clear your site cache also your browser cache too.