Nubess
Forum Replies Created
-
you can find a screen here
http://newsletter.nubess.it/michele/folders.png
monitor at 1280X1024the central column (folders) use 304px and i can do nothing for reduce it…
so the list of element have less space for our information…
if i try to reduce the admin menu the effect is worst
http://newsletter.nubess.it/michele/folders2.pngForum: Plugins
In reply to: [Search & Replace] Update version 3.2.1. does not work.In download folder where is the old version (3.2.0)..
in trunks thre is th new…please update the Zip file
Forum: Plugins
In reply to: [Contact Form 7] Validate setting for all formHi, the faq does not answare my question…
i want re-run Configuration Vaidator to all contact forms without open and save every single form one by one…is possibile?
Forum: Plugins
In reply to: [WP Admin UI] This plugin does not work with WPS Hide loginHi,
I have no problem now…
I have many project with this configuration and all work correctlyForum: Plugins
In reply to: [WP Admin UI] This plugin does not work with WPS Hide loginSorry… I have see now that you can use:
if ( in_array ( (isset($_SERVER[‘HTTPS’]) ? “https” : “http”) . “://” . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’] , array(wp_login_url(), wp_logout_url(), wp_lostpassword_url(), wp_registration_url()) ) ) {
in line 61… this resolve the all wordpress page…
Forum: Plugins
In reply to: [WP Admin UI] This plugin does not work with WPS Hide loginVery greet plug-in… but… i have the same problem of Vitargo…
I have modify manually the plug-in thanging the line 63 of wpadminui.php with
if ( (isset($_SERVER['HTTPS']) ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] == wp_login_url() ) {Can i propose to use this system for add compatibility with plug-in who change the login url?
thanks a lot
Forum: Plugins
In reply to: [User Switching] Problem with strange configurationDon’t warry… I have found a manually solution… but I hope it’s can halp you to improve this plug-in…
thanks for your attencion and thanks for this awesome plug-in
Forum: Plugins
In reply to: [User Switching] Problem with strange configurationThis plug-in no have a configuration panel… it’s only add a field into “Setting -> General”… so you can see the page at:
https://www.lecasesullagodivagli.it/WPS-Login.jpgThanks a lot
I’m so Sorry… i Haven’t follow that tutorial, but another one…
The method that i have found is similar to the second system of official tutorial, but sed to create an empty php file into WordPress address… and not to duplicate the original file…
i have fix the procedure and now is all ok…
thanks a lot
Forum: Plugins
In reply to: [Security Ninja – WordPress Security & Firewall] Test about username “admin”Thanks to you
I have continue to study it…
I have see that Server header must be changed by ISP… is not possible to change it by htaccessOnly one (for my little experience) is to use “Header always unset X-Powered-By” for change the X-Powered-By Header information…
For me it is solved
thanks a lot
- This reply was modified 9 years, 6 months ago by Nubess.
X-Powerd-by is ok…
is the Server Apache that i can’t remove…have you idea why?
is a test site without content…
I use polylang for multilanguage (so i have must used “Header always unset X-Powered-By”) if you want upgrade our documentation…after unset I have used set for change X-Powered-By value
- This reply was modified 9 years, 6 months ago by Nubess.