Code

Discussion on Maintenance Mode - Wordpress Plugin

Discussion on Maintenance Mode - Wordpress Plugin

By
Cart 43 sales

AA-Team does not currently provide support for this item.

28 comments found.

Hi, as I need to view the site from my office, and my partner from his office, I tried replacing your code at line 113:

I changed this: $allowIPs = explode(",", trim(get_option($this->prefix . '_developIp', false))); if(in_array($_SERVER["REMOTE_ADDR"], $allowIPs)){ With this as I thought that was the change provided on previous comments here: $allowIPs = explode(",", trim(get_option($this->prefix . '_developIp', false))); if(in_array($_SERVER["SERVER_ADDR"], $allowIPs)){

Then I added my IP, then I can´t see my site behind the maintenance screen.

Please I hope you could tell me which is the real code I have to change so that I can add lot of IP address to let see the front end site and continue working on it while rest of peopl see the maintenance mode. Thanks.

Hello,

Please redownload the plugin, the multiple ip’s update is avaliable.

Just make sure you add the next ip without extra spaces with a ”,” between them

Cheers, A

thanks. I deactivated. I deleted it. and I re downloaded it. a. It still says is version 1.0 same version number. but then b. I realized that adding multiple IPs with ”,” separator without spaces is working fine. THANKS ! Great support ! PS: maybe you can update the version number then.

It’s still version 1.0, just added the extra ip thing, so it’s not a massive update.

I’m planning a 2.0 version with some more updates soon!

Cheers, A

Other new bug: I deactivated the plugin so I could re order custom menus on my WP 3 .1 and then I ACTIVATED again, but for my surprise, after activating it, NOTHING of the information I had saved previously, was there. NOTHING . No title, description, analytics data, text in spanish… everything overwrote my previous settings with the defaults ones. Please I hope after you next upgrade, you could leave the saved data on the WP DB so we can deactivate the plugin if necesary without deleting it and still have that information if we need to activate it again. Thanks.

Hello,

I don’t quite consider that a bug, from programming point of view.

Anyway I’ll make a option where you can keen your settings.

Sorry, this was my assumption based on the normal features of other plugins. I would love to have that feature enabled on this one too as I bought an extended license, because I think you had a great idea, and you already have a very needed plugin ! Thanks for your fast answer.

Hi, More bugs. I installed the plugin, and suddenly I realized that I can´t drag and drop move the order of the CUSTOM MENUS that I have on my MENUS at: http://mydomain.com/wp-admin/nav-menus.php

I hope you could fix this very SOON as I can´t continue working on the improvements of my site -that is the reason I bought the plugin to let users know I am working on changing menus… and other things.

I have tested on my WP 3 .1 in Spanish with a themeforest theme installed. as soon as I activate your plugin the menu ordering of the CUSTOM menus feature stop working. as soon I deactivate it, the drag and drop feature, works again. Maybe because of another plugin problem -but it happens to me ONLY when I activate yours. thanks.

It’s probably conflicting with something, can you send me some administration permissions so I ca take a look?

Thanks , A

Sure, I sent that info from the codecanyon message box.

Hi, I am using it in spanish. “El sitio esá en mantenimiento.” as the title displayed when accesing the site. BUT It shows: “El sitio est en mantenimiento”. As you can see the accented vowel is missing when displaying the message.

Please, I also need to know where to change the word: Processing that is english to spanish.

I’m looking into the special characters problem.

Meanwhile you can modify the “Processing” text from : wp-content/plugins/smart-mmode/frontpage/index.php

Thanks. I hope you could add that WORD to a FIELD so people with OTHER languages could use your plugin from the backend easily, too.

Added on the future updates list, thx for the suggestion

which plugin do you use to limit visitors access only a specific area of the Admin panel?

hello,

i’ve used a capability manager plugin and modified it to restrict the user’s access.

Is it possible to set more than 1 development IP, Because most of the time I work or from several location or with several people on a project.

Not in current version.

But is simple:

In file: plugin.php:113 replace: 
if(trim(get_option($this->prefix  . '_developIp', false)) == $_SERVER["SERVER_ADDR"]){

with:
$allowIPs = explode(",", trim(get_option($this->prefix  . '_developIp', false)));
            if(in_array($_SERVER["SERVER_ADDR"], $allowIPs)){

I will update that soon.

<title></title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="robots" content="index,follow" /> <meta name="owner" content="" /> <meta name="copyright" content="" /> <meta name="publisher" content="" /> <meta name="revisit-After" content="" />

Is empty from CMS :

All best, A

Is it also possible to enter a timestamp (idea fot an update?) to let te script automaticaly increase the percentage?

good idea, I’ll do that on a future update, really soon!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey