I don't want my wordpress page to be seen publicly yet - wordpress

I'm new to trying Wordpress development. I'm using wordpress.com directly to develop my first site. I'd rather not have to use FTP or anything more than just their website to continue this development.
I'd like the page to not be online until I'm ready for it to go public. How do I "turn off" the page - in other words, can I disable it so that only I can see it? Thanks!

You can use coming soon plugin to your site that prevents user to view pages of your site.
But when you login to your admin, you can see all those pages. So that you can continue your development.
There are numerous plugins which adds coming soon or landing page to non logged in user and shows page content to administrator.
You can try this plugin: Ultimate Coming Soon Page

If you want to set page not publicly you can set particular Page as a Draft from the sidebar there is a button Save Draft

i suggest you develop on your local PC. it will give you full control and once done you can move this site to your online site.
this may help you.
Installing WordPress Locally

Related

Unwanted login popup when I access my website

So I got a login popup when I try to access my website. I may have done a mistake configuring my WP, but I don't know what could have been wrong here. Additionally, I'm using Divi as visual page builder.
I would like to remove it since everyone gets it when they try to access the website.
I'm using the latest version of WordPress, which is 5.7.2
Does any of you know how to remove this popup ?
Our customer had the same problem and it turned out that the popup was inserted via hosting provider because there was a maintenance on the page before which wasn't switched off. Maybe you could to ask your hoster if there is anything active.

Remove unwanted Url variable when WooCommerce is active in Wordpress

I've been facing some issues lately with our new business website. Basically, when the homepage is loaded www.motionitalia.it it looks like to redirect to another page https://www.motionitalia.it/?v=e0c86157e86f. I've asked a friend and he suggested that it might be related to the cache.
I tested the website using Site Health's tool called diagnostic mode and I deactivated all the plugins. It turned out that the ?v=e0c86157e86f appears when I activate Woocommerce.
I would like to remove it from the URL because it slows down the website and it doesn't even look professional. Has anyone of you ever experienced it? If so, could you suggest to me a way to fix it?
This is due to WooCommerce geolocation with page caching support enabled
To disable ?v=e0c86157e86f like from WordPress Urls when WooCommerce plugin is active, Go to WooCommerce Settings > General (tab), then for "Default customer location" select "Geolocate" instead of "Geolocate (with page caching support)", then save.
As you will see, the Urls are now clean without ?v=e0c86157e86f like.

Why is my WP website redirecting the register page, to the login page

I have somewhat recently become the admin for a friend's website. When I came on he had about 80 different plugins and I have recently gotten rid of a lot of the useless one. The website was working perfectly fine afterwards. Then I found out (a bit before the WordPress 5.5 update) that the register page wasn't working properly. I went ahead and cleared a lot more things and have been troubleshooting it nearly everyday. The website is now at the point where you can go to the login page, but attempting to go to the register page will redirect the user back to the login page. If I visit as an admin I can access the page, but the form displays the text that I am already registered (correctly, but not useful).
The plugins that are currently enabled related to logins are: Ultimate Member, Gamipress, Jetpack, Loginizer, and various Gamipress and Ultimate member integration plugins. If you want to see the site for yourself you can find it here:
https://www.plagueleague.com/
I cannot comment for more information, so I use the answers... In admin, then "Settings", then "General", does the box "Membership: Anyone can register" is checked? If the answer is no, I think that redirects to the login page.

How to set a login page to see the website in wordpress?

i'm a beginner and I'm trying to set a login page on my website build in wordpress. Searching on google I don't find a solution for my issue. There are a lot of plugins that customize the login page in wp-admin to acces at the backend. What I'm trying to do is different. I'd like to put a login page at my website www.example.com (home page) and after the user has insered the credentials, he can see everything on the website. I don't know how to start. Every suggests are appreciate. Thank you in advance
If you're ok with using WP users table and auth systems you could put template content inside a conditional to check if users are logged in.
It isn't elegant but it would get you what you want.

Landing page for SilverStripe Website

I have a SilverStripe blog website set up on my domain and hosting. However, for now when people visit my URL I want them to come to a landing coming soon page as I want to do some marketing and create a small database of users prior to launch.
How can I do this without having to remove the SilverStripe Project from the hosting?
I thought it may be as simple as adding a new index.php page. However, even with this it comes straight into my blog website rather than the landing page I made.
One way to do this is by using this SilverStripe Maintenance Mode Module.
This module allows an administrator to put site in offline mode with 503 status to display a 'Coming Soon', 'Under Construction' or 'Down for Maintenance' Page to regular visitors, whilst allowing a logged in admin user to browse and make changes to the site.
You can customise the maintenance page to say whatever you like.

Resources