nsp-code
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Force languageThe french translations are still not approved by a moderator, as soon someone will check into it, you will see the correct text https://translate.ww.wp.xz.cn/projects/wp-plugins/taxonomy-terms-order/stable/fr/default
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Old login redirects to New login?Hi,
This shouldn’t happen.
Can you try to disable other plugins and switch to default WordPress theme? Also clear your site cache and your browser cache.
Let me know if the above works on your environment.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Can’t downloadThe plugin is on-line again.
It appear your theme use a custom JavaScript (isotope) to fit the elements inside the rows. Even so the elements actually are sent in correct order (see the html code) they are being switched for a specific reason. I suggest to check the theme options / javascript code if there’s a way to disable it.
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] pictures not show up if Wp-Content change pathWhat i meant is there should be a setting within timthumb to make it work. But i’ll give it a try myself whenever i get some time.
Thanks for your feedback, this will be fixed in the next plugin version.
Forum: Plugins
In reply to: [Post Types Order] Simple Staff List…can you sort?Hi,
As long as the Simple Staff list plugin use custom post types, the Post Types Order can sort the list.Thanks
Thanks for your feedback, this appear to be caused by a bug in our code, it will be fixed in the very next release, probably few days from now.
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Not working with iThemes security pluginHi,
I’am not sure what’s wrong, it must be something related to a recent change on your side.
From the notice you sent, it appear this has changed “better-wp-security/better-wp-security.php” ? can you check your wp-content/plugins folder for that path?Can you try to reset the plugin settings (see the Reset All Settings on top-right area on plugin page).
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] Setting paths to child theme and main themeHi,
As discusses through e-mail, those should be fixed now. The updates will be available for next plugin version 1.4Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] pictures not show up if Wp-Content change pathHi
Never tested with timthumb, but i suspect there’s a setting within that script which should instruct to retrieve the images locally ratter through full domain.
I’ll give it a try.Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] pictures not show up if Wp-Content change pathCan you send an image url as example before and after changes?
Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] pictures not show up if Wp-Content change pathHi,
Do you use a custom folder for your uploads or default wp-content/uploads?Thanks
Forum: Plugins
In reply to: [WP Hide & Security Enhancer] How to hide wp-register.phpThis will be available for the very next release.
Forum: Plugins
In reply to: [Category Order and Taxonomy Terms Order] Using with lower user levelHi,
User level capability is actually deprecated, so the plugin does not rely anymore on it. Instead it use capabilities, specific to each roles e.g.
‘read’ => ‘Subscriber’
‘edit_posts’ => ‘Contributor’
‘publish_posts’ => ‘Author’
‘publish_pages’ => ‘Editor’
‘install_plugins’ => ‘Administrator’To allow a lower capability user role to see the sort, you should go to Settings > Taxonomy Terms Order > Minimum Level to use this plugin , set that per your requirement. If use a custom role, chose the capability which is being included.
Thanks