WordPress. can't see post editor tools - wordpress

Trying to write first post in WordPress site.
But post editor tab extremely empty:
How can I editor tools tab like this:
including language switching.
P.s. multi language plugin installed.

Install WordPress classic editor to resolve this issue

the best solution for your question is that install a plugin called Classic Editor for download that you can search in plugin installation page with its name or click Download button In This Page

Related

integration wpbakery page builder in theme development

this is the first time i am trying to make wordpress theme and i have made it all but i am stuck on page builder. I want my user to edit my theme with wp bakery page builder. I have seen many videos and read many blogs but no one satisfied me because my question is very simple.
I want to integrate wpbakery page builder in my theme so when someone download my theme, the wpbakery page builder should download automatically. to get this what should i do ? i saw some themes have this option when i download their themes there was wpbakery page builder already in the theme. how are they achieving this ?
I am sorry i am asking silly question but i did not find this answer in any platform. please share some links too so i can learn this.
TGM plugin is generally used in many themes to define suggested and required plugins for themes.
You can find the GitHub Repo here: https://github.com/TGMPA/TGM-Plugin-Activation and check the example.php file to understand the implementation based on external and internal plugin zip files.
You can also read the installation process here http://tgmpluginactivation.com/installation/
Or you can check the source code of other themes that use TGM plugin, and you can learn the code writing from those themes.

How to Add Instagram in WordPress - MY site is built with Elementor

I'm working on project with Efway theme from Themelexus (https://themeforest.net/item/efway-food-store-woocommerce-wordpress-theme/27965754). On theme demo, I can not find feature for Instagram. I would like to add Instagram to my website but I don't know how to to.
You can download this plugin from WordPress, install it and connect to your Instagram account
plugin page in WordPress
it's easy to install and configure, you will get a short-code when finish.
open a new page using elementor and add the short-code to a new short-code widget from the elementor sidebar and click update.
Firstly, this is a paid theme, you can contact to Themelexus provider to get instant support. I found the guide in their documentation: https://wpdocs.gitbook.io/medilazar/faqs/faqs/frequently-asked-questions
Efway theme and Medilazar theme are built with Elementor Page Builder. They are developed by Themelexus author. You can follow the same steps to do.

WordPress Page editor displaying incorrectly

I am editing a page with WP Bakery Page Builder but somehow the settings changed. I am unable to edit the page with WP Bakery Page Builder again. A WordPress page editor is active that I am seeing first time. Anyone who has seen this before and has idea how I can revert back to WP Bakery Page Builder?
Incorrect page editor
This is how it should look like:
correct page editor
Please help. Thanks
The reason is, you have upgraded to WordPress 5.0 and many plugin that custom editor will may not work correctly with the new editor version called Gutenberg.
Easy way
...is install, activate Classic Editor (https://wordpress.org/plugins/classic-editor/) plugin and everything become "normal".
If you still seeing Block Editor, click Switch to Classic editor like the screenshot below.
Or click to Classic editor when you are on Posts list page.
Harder way
Downgrade your WordPress site to 4.9.5 will make anything be fine without losing any data.

Editing Wordpress Plugin after uploaded

After developing a plugin for Wordpress, I have to submit it to appear in the plugins page in Wordpress, can I edit in the plugin after uploading?
Or do I have to upload when I absolutely done with that version?
Thanks.
If you are referring to submitting your plugin to WordPress.org, then you would want that version to be completed prior to upload. Any subsequent changes would be a new version of the Plugin and should be updated accordingly. So your first release would be version 1, and a minor change might be v1.0.1 if you want to follow Semantic Versioning.
If you are referring to changing it from within a WordPress site's admin page, then it is possible to edit the plugin file. However this is kind of a security risk.
The editing after uploading the plugin fully depends upon the file permission which you have given. Check the WordPress Plugin Editor Screen for editing online after upload. And also this link to for more details.

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