"Under Construction" Custom Page
-
I need this image:
https://ashleylaurendesignstudio.wordpress.com/wp-admin/upload.php?item=814
to stretch across as a web page so when people go to my site they see this image, and this image only while I work on the site behind-the-scenes.
The blog I need help with is: (visible only to logged in users)
-
We Volunteers cannot view uploads. The bottom line here is that there is no under construction page provided by wordpress.COM. To change blog visibility to Private go to > Settings > Reading scroll to Blog Visibility and choose option 3. See the guide here http://en.support.wordpress.com/settings/privacy-settings
-
Note that it can take weeks for search engines to index content in a new blog and/or to re-index content under a new URL. https://en.support.wordpress.com/search-engines/ I never share the new blog URL when I register one and I never make the site private as when you do that result is displayed in Google search results.
-
@ashleylaurendesignstudio, I’m seeing your image on the main page when I visit your site. Have you gotten this resolved or is there something else you wish on this?
-
@thesacredpath It’s on my main page, but it’s getting cut off. How I have it now is just inserted into the theme as a header image.
-
@timethief Thank you! I took the site off private. I haven’t promoted the site at all, but it was previously in Squarespace and I switched it over to WP for more customization, so I still have readers coming back to view. Therefore, I want it to look nice so they know what’s going on. Thanks for all your help!
-
We can do that. First off, remove the featured image from the front page. Next replace the CSS you have with the following. I’ve included a comment line at the beginning and end so that when you are ready to make your site live, you can easily remove this CSS.
/*start home page under construction*/ .home .feature-header { background-color: transparent; background-image: none !important; height: 1200px !important; } body.home { background: url("https://ashleylaurendesignstudio.files.wordpress.com/2016/03/alds_site_construction.png") no-repeat scroll center top / contain; } .home .entry-footer { display: none; } .home .entry-wrapper:before { border-top: none; } .home .entry-title { visibility: hidden; } /*end home page under construction*/ -
-
- The topic ‘"Under Construction" Custom Page’ is closed to new replies.