How to re-enable introductory onboarding wizard after reinstalling WooCommerce - wordpress

I uninstalled my WooCommerce plugin and chose to delete all data. When installed it back I cannot see the Introductory Onboarding Wizard. I need it to create my shop and all the pages again. I suspect this is because some traces were left from the first installation. How can I re-enable it again?

In the WooCommerce -> System Status admin page, under the Tools tab, there's the Create default WooCommerce pages tool that
will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced.

WooCommerce now has a Help tab just to the right of the Screen Options tab in the Wordpress (v4.8) admin panel. Click on the tab and you will discover the Setup Wizard as a selectable item ... among many other helpful goodies ... including a setup video
WooCommerce Setup Wizard

You can restart setup wizard going to www.yoursite.com/wp-admin/?page=wc-setup. It worked for me!

/wp-admin/?page=wc-setup worked perfectly for me too.
Just login into wordpress and edit this in URL bar. Voila, it works!
Regrads

Related

WordPress doesnt work, preview view show me nothing

Unistall XAMPP
Unistall MySQL
ipconfig/flushdns, etc
This may be a plugin or theme conflict. Please attempt to disable all plugins. If the problem goes away, enable them one by one to identify the source of your troubles.
If you can install plugins, install “Health Check”. On the troubleshooting tab in Health Check, you can click the button to disable all plugins and change the theme for JUST you, while you’re still logged in, without affecting normal visitors to your site. You can then use its admin bar menu to turn on/off plugins and themes one at a time. See the wordpress handbook for troubleshooting or this article by Rank Math for more information.
I hope this helped, if not let me know and we can look into it together.

WooCommerce Default Pages NOT showing up on brand new site

I recently installed WooCommerce on a brand new Wordpress website. I went through all the steps as directed exactly in this tutorial I found on YouTube How To Create An eCommerce Website With Wordpress 2021 -ONLINE STORE- (Easy For Beginners)
I then needed to edit the cart, shop, account, etc. pages. The only problem I have is that those pages did not generate when I installed WooCommerce. They do not exist. I have tried multiple ways to solve my problem. One of which is a tool that WooCommerce has in their plugin. If I go to WooCommerce-->Status-->Tools and scroll down I have an option that says, "Create default WooCommerce pages
Note: This tool will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced."
This option DOES NOT install missing WooCommerce pages.
WooCommerce-->Settings-->Advanced No Default Pages:
Appearance-->Menus-->View All No Default Pages:
How can I fix this so that I can create the needed default pages and continue creating my online store?
Thank you!
There are multiple ways of solving this issue. But following the guideline on woocommerce website, please try manual instructions below.
First make sure there no default pages, Cart, Checkout and My Account page exists, Not as publish or draft or event in trash.
Then go ahead and create new pages for each as mentioned below.
Create a cart page and paste the shortcode [woocommerce_cart]
Create checkout page and paste the shortcode [woocommerce_checkout]
Create My Account page and paste shortcode [woocommerce_my_account]
This should do the trick, Also make sure that in permalinks options available under Settings -> Permalinks and make sure Post Name is selected and click save changes.
If this does not work for you, do post a comment with exact screenshot of the issue.
Article link on official website - https://docs.woocommerce.com/document/woocommerce-pages/

Add plugins option missing in wordpress

I have a WordPress site. In the plugins tab, the "Add New" plugin option is missing.
Even hovering over the plugin tab doesn't produce in drop-menu options.
I was suggested the issue could be the result of me not being provided with administrative rights, but I'm the only user and I do have administrative rights.
Any suggestions on how to fix this issue?
If you can't see your add new plugin button, the issue could be
Your theme prevents you from seeing it
You don't have the permissions to add new plugins.
You have a corrupted WordPress installation
A plugin is hiding the button (likely unintentionally)
If you are certain that your user has administrator rights (which you can check in under users in the left navigation bar) try to select a different theme and see if the button becomes available to you again.
Otherwise you might be looking at a complete reinstall of WordPress on your site.

How do I remove/unpublish my plugin from https://wordpress.org/plugins?

I would like to remove my plugin from the plugin directory of wordpress because I dont want any new installs made with it. I can't find any solution from Google.
As of April 2020 you have the ability to close your own plugins without needing to contact them via email. Go to the ADVANCED VIEW link on sidebar of your plugin page and scroll down to the CLOSE THIS PLUGIN section. Read the warning. If that is acceptable to you, then click the button that says "I Understand..."
To remove a plugin from the WordPress repository, first delete the code via SVN. Then email plugins#wordpress.org using the email you registered with at wordpress.org (for the account that is the author of the plugin). They will delete it within a few days and email you back to confirm. They basically hide the plugin pages. The plugin slug remains blocked and your project can be resurrected if you can convince them to re-open it.

How to find wordpress version of a site without logging into the admin panel?

I want to know version of wordpress installation without getting into the wp-admin. Just outside of the admin panel. I just want to know what version of my friend's blog currently running.
Is that possible?
Yes of course, possible.
In the login form, open the page HTML source by right click > View Source or through the developer tool of your favorite browser. Then pay attention to reource version:
Taken from here.

Resources