이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Mojo Under Construction

설명

Easily create a “Coming Soon” page for your WordPress site. Perfect for hiding your development of a site on a live server from the world.

This is a fork of an original plugin by Jeremy Massel (https://wordpress.org/plugins/underconstruction/), which unfortunately was passed onto a new developer who felt the need to bombard users with advertising messages! This version is clean and not ad supported!

스크린샷

  • The default page that is displayed (this can be overridden)
  • The editing screen with the default page selected
  • The editing screen with the custom text option selected
  • The editing screen with the custom HTML option selected

설치

  1. Upload the folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. If you want to change the look of the page that is displayed, click Settings->Under Construction and change the settings there.

FAQ

Wait, how is this different form the original?

I’ve been using the excellent plugin from Jeremy for years. However, it looks like it recently (v1.13) got taken on by a nother developer who simply added some ads and bumped the version number with no way to remove the ad. That’s not how I work. SO i’ve forked the plugin, refactored a lot of the code to meeting modern coding standards and follow the WordPress coding standards.

I’m finished with it, and disabled the plugin, but the “under construction” message is still showing up!

If you’ve disabled the plugin, it won’t show anything anymore. To be extra super-sure, try deleting the plugin files. Usually, though, the issue is that you’re seeing a cached version of the page. Try force-refreshing your browser, and then try clearing your cache on the server and force refreshing again. If you have a caching plugin like W3 Total Cache, make sure you clear that too!

I can’t see the under construction page!

As long as you’re logged in, you won’t be able to see it. That’s a feature! This way, while you’re logged in you can work as usual. To preview what it looks like, either a) log out, or b) try viewing it in another browser

What kind of HTML can I put in?

You enter the contents of the entire HTML file. You can include inline styles, or links to external style sheets and external images.

I have an idea for your plugin!

That’s great. I’m always open to user input, and I’d like to add anything I think will be useful to a lot of people. Visit the homepage for this plugin and leave a comment, and I’ll add the functionality as soon as I can.

I found a bug!

Oops. That’s sure awkward. If you find a problem with this plugin that you can reproduce, if you wouldn’t mind leaving a message on the homepage for this plugin with how you made it break, I’d really like to try and fix it! Also, this is incompatible with a couple plugins out there, specifically ones that change the default login url.

This plugin has helped me a lot, how can I support it?

I’ve had a few people ask me this. If you like it, please go to WordPress.org and rate it! Then more people can enjoy it. If you REALLY like it, you can always buy me a coffee. 🙂 There’s a donate link on my site.

You didn’t answer my question here

Sorry, I get a lot of questions. But visit the homepage for this plugin and leave me a comment. They go right to my inbox, and well I might not be able to for a few days, I promise I’ll get back to you.

후기

2016년 10월 5일 답글 3개
This plug-in is based on the ‘underConstruction’ plugin (the one who was forked). This one has the same bugs. A hack for this plugin (and for the forked plugin) is in the wild. Three (!) sites were hacked, only thing in common was this plugin. Upon close programming inspection, it’s filled with security holes. Please add check for proper WordPress access, Input sanitation and denying direct file access.
2016년 9월 3일
Works well, and does not block your login page if you changed the loginn page URL.
2016년 9월 3일
Thanks for the forking the original plugin without using ads. I can confirm this works just fine on WP 4.5.1.
2016년 12월 27일
Install, activate, switch it on and add my IP… it’s just that simple. Want to create a fully customized landing page? Mojo can do that too. Simple yet very flexible and most importantly, it just works! Thank you, mojowill. A+
모든 12 평가 읽기

기여자 & 개발자

“Mojo Under Construction”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Mojo Under Construction”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.2

  • Fixing Whitelist check (thanks to 7o7marketing)

1.1.1

  • Fixing direct file access

1.1.0

  • Fixing potential security issues.

1.0.1

  • Fixing broken Javascript

1.0.0

  • First forked version, takes original plugin at v1.13 and removes the advertising messaging.
  • WordPress Coding Standards.