How to Use the GNU Nano Editor
17:34
How to Use the cPanel File Manager
11:35
Пікірлер
@Anomaliayt
@Anomaliayt 2 ай бұрын
Very helpful :) Thanks !
@analogyaleesha3809
@analogyaleesha3809 2 ай бұрын
it was so helpful, thankyou for making this tutorial
@Penpot
@Penpot 2 ай бұрын
wooooow!!! nice work!
@neilmarshall5087
@neilmarshall5087 2 ай бұрын
will $ source hostname work? And $ source host. Source (according to the video I watched about 2 hours ago) refreshes the file without needing to log out and log in. No idea if it works on all files.... Have not read the man page yet.
@aaravinthan001
@aaravinthan001 3 ай бұрын
Bro libncurses 5 package need bro but it not available in that
@CineLatino_NET
@CineLatino_NET 3 ай бұрын
Que servicio tan horrible, que mala experiencia que tuve con ese servicio, termine eliminando mi cuenta, no lo recomiendo, tengan cuidado
@maverbandera
@maverbandera Жыл бұрын
Thank you so much!
@user-nu4on5ed9r
@user-nu4on5ed9r Жыл бұрын
Thanks for the tutorial, however i have a error when trying to open the web site : "Fatal error: Uncaught mysqli_sql_exception: ..." Is threr any PHP configuration needed maybe ? I installed the latest php version...
@JamesMathew2023
@JamesMathew2023 Жыл бұрын
Cool
@makeitastory7198
@makeitastory7198 Жыл бұрын
Thank you SO MUCH!
@vmade2330
@vmade2330 Жыл бұрын
Really good tutorial!
@ManpreetKaur-dk5bo
@ManpreetKaur-dk5bo Жыл бұрын
Big thanks bro for your video! Instawp looks like a great alternative to Localwp. It has a lot of features that are similar to Localwp, and I am impressed with the ease of use and user experience. Highly recommend!
@NatoraProducoes
@NatoraProducoes Жыл бұрын
This is awesome, thank you so much for sharing it!!!
@Nowcerts
@Nowcerts Жыл бұрын
Nice video! Do you know how to make the header and logo smaller on scroll?
@rakibchowdhury2362
@rakibchowdhury2362 Жыл бұрын
i have 245 gb of file to store at wasabi....but internet speed is slow. I can i upload data faster in wasabi except using wasabi explorer for cloud storage
@tetkelly5231
@tetkelly5231 Жыл бұрын
Thank you! Super helpful!
@sergioortiz01
@sergioortiz01 Жыл бұрын
Thank you!
@alexvalencia903
@alexvalencia903 Жыл бұрын
Being free in wordpress projects allows me to install WP migration plugins to upload from localhost to my paid hosting without any problem?
@miguelangelduartegalindo298
@miguelangelduartegalindo298 Жыл бұрын
Thanks for you help
@faustinechapin9146
@faustinechapin9146 Жыл бұрын
Hi, thank you a lot for this video. Is it better for the site's performances to do it this way or to use the Custom Adobe Fonts (Typekit) extension ? It has a lot of downloads but just a few reviews so... i don't know !
@afomicworld
@afomicworld Жыл бұрын
thanks so much was really effective for me
@otakubabaji
@otakubabaji Жыл бұрын
Thanks buddy
@WubbaLubbaLoFi
@WubbaLubbaLoFi 2 жыл бұрын
Dude hell yes. Thank you so much for this! <3 Worked perfectly.
@wordonwheelsaustralia8160
@wordonwheelsaustralia8160 2 жыл бұрын
Where are the actual webpage located ? Can see htaccess, wp-content, wp-admin, themes, font, languages, plugin, etc, but nowhere is shown where your actual web pages are located. When you go to your wordpress you create a web page, call it, eg, "About Us" or "Home" or "Contact Us" or "Adventures" or whatever the webpage name is. Where and how do you locate the actual web pages ? I've searched so many video tutorials and so many web sites, this is the one thing nobody ever mentions is - Where are the actual web pages located within the wordpress file structure, and how to access them using filezila. I'm trying to find where the web pages are located, but absolutely nobody has any idea, not even the people who host the wordpress pages. Do you know where the actual web page is stored in the wordpress file structure ( using filezila )? Using wordpress we can go to "Pages" - "Add New" - give it a Title, type in some words within the body and add a picture or link, click "Publish". Lets say I call that page Title ""About Us". If I click on Appearance - Customize - Menu - Add Item. Then I search for the web page I just created called "About Us" then select it, then click to "Add", then click publish. Now in that menu on my website, when I click on the menu on the actual website itself, there will be a link called "About Us". I click "About Us" and it takes me to that web page. Now I sign into Filezila and search my website and see htaccess, wp-content, wp-admin, themes, font, languages, plugin, etc, and I want to find that web page I just created called "About Us" so that I can either back it up to my computer or copy it across to another website that I have on another installation, or want to drag and drop a better version that I may have saved or created on my computer desktop to replace the previous "About Us" web page, or I may want to only delete that one page. Where abouts in the file structure of Wordpress using filezilla would I find that file / webpage called "About Us" ?
@coralnodes
@coralnodes 2 жыл бұрын
WordPress does not save pages (e.g., About Us) and posts as individual files. That's why you cannot find them within the file structure. Instead, they are stored in the database, which is usually a MySQL or MariaDB database. To view the contents of a database, you can use a DB client like PhpMyAdmin, MySQL Workbench, DBeaver, etc. Most web hosts offer PhpMyAdmin or at least some kind of database viewer that can be accessed from the hosting control panel. In the database, the content of the posts and pages, such as title, body, etc are stored in he wp_posts table. The databse also includes other tables like wp_options, wp_users, etc. Now, what's the actual storage location of a database? On most Linux servers, the storage location of a MySQL database is /var/lib/mysql/dbname. The files in it are usually in unreadable format (like wp_posts.ibd, which represents the wp_posts table) and are not meant to be edited directly. Doing so can corrupt the database. Also, on shared hosting environments, you don't get direct access to this directory. Else if you have root access, then you can. To backup, import, or export the database, there are multiple ways - the easiest is to use the Import/Export option in PhpMyadmin/or other DB Client. Else, you can also use the mysqldump command in the command line with ssh and root access. In any way, you get a .sql file, which contains all the data, including posts, pages, comments, settings, metadata, etc.
@MdSumon-fq8ro
@MdSumon-fq8ro 2 жыл бұрын
how to upload through php ?
@KDFOXSCI
@KDFOXSCI 2 жыл бұрын
Amazing!
@keanu4773
@keanu4773 2 жыл бұрын
Thank you for the tutorial, spot on.
@jyotikaborah7899
@jyotikaborah7899 2 жыл бұрын
Hi can you please make a video on payment gateways for zyro
@user-jc4fp7sv1v
@user-jc4fp7sv1v 2 жыл бұрын
Good job!
@sakthi22b.e
@sakthi22b.e 2 жыл бұрын
If you pronouce word normally, it would be better. Rather than trying to pronounce in a foreign slang.
@0oTHEJACKo0
@0oTHEJACKo0 2 жыл бұрын
I heard sometimes SFTP can make problems with media upload for a wordpress site. Is that true? Or would you recommend to never use FTP (since it is unsecure). Thanks for the video!
@ElijahScott10x
@ElijahScott10x 2 жыл бұрын
Great video! Thanks
@robweiss323
@robweiss323 2 жыл бұрын
Helped me boatloads! Liked AND Subscribed!
@marekstepanek1214
@marekstepanek1214 2 жыл бұрын
I use astra and it does not work...
@deeplimemusic
@deeplimemusic 3 жыл бұрын
Thanks a lot for this tutorial! The problem I now face is that it also affects my anchor links. They now land at the wrong place. Can this be fixed aswell?
@triohmscorporation79
@triohmscorporation79 3 жыл бұрын
Wow, thank you, it works!
@benwarner7893
@benwarner7893 3 жыл бұрын
Really good tutorial!
@remyas7853
@remyas7853 3 жыл бұрын
thank you
@sondosa.9051
@sondosa.9051 3 жыл бұрын
Kindly can you help me how to make header similar to fiverr.com
@beproductive1864
@beproductive1864 3 жыл бұрын
Awesome man thank you
@juanmajr10
@juanmajr10 3 жыл бұрын
Hi, it's not working somehow, any clue why's that?
@pankaj0475
@pankaj0475 3 жыл бұрын
Thank You its very helpful
@lorenzorighetto5507
@lorenzorighetto5507 3 жыл бұрын
Nice video. Thanks!
@levontrd8756
@levontrd8756 3 жыл бұрын
very useful, already subscribed!!
@tarunkalra3924
@tarunkalra3924 3 жыл бұрын
thanks. The sticky header code is working, but the body/area below the header is not getting fixed even after the coding in any view. :(
@LongMusicBackground
@LongMusicBackground 3 жыл бұрын
I want to create a website like shutterstock.com, where customer can: 1. search artwok photo on website 2. Pay a subscription per month 3. Have login acces 4. Download unlimited files My question is: 1. For website view and display, can I use simple wordpress 2. Can I integrate my files on wasabi and customer search in my website
@coralnodes
@coralnodes 3 жыл бұрын
There are several themes and plugins that enables selling digital media using WordPress (graphpaperpress for example, although I haven't tried it myself). Similarly, there are also membership plugins available out there (eg., memberpress). The challenge is to find the best one that fits your requirements. So, as per my understanding, it is definitely possible to use WP for the website view and display. Regarding integrating files with Wasabi, it is also possible as Wasabi allows programmatic access. But you might want to create a custom plugin on WordPress to meet your requirements. Also, on Wasabi, the monthly download volume should not exceed storage volume. So you might want to integrate a CDN on top of it and access files from there.
@albertomartin144
@albertomartin144 3 жыл бұрын
Thanks so much for this video... I resolved everything that I was looking for my header
@CYBERBLOKE
@CYBERBLOKE 3 жыл бұрын
Useful 👍
@nanivazana
@nanivazana 3 жыл бұрын
Hi, thanks for this tutorial. Could I run 2 Neve starter sites alongside, and on the same wordpress site? For instance, I have an existing landing page build with Neve starter site X and I'd like to leave it on while I build the website with Neve starter site Y (then disable X later on). I tried importing an additional starter site but it failed. Does that mean I'd have to remove the starter site first? How do I do that? Thanks!
@Anita_0187
@Anita_0187 3 жыл бұрын
Hello sir, when I open the wp config.php file, its not opening... No program has been associated on your system with this file type. Getting this error. What to do???
@coralnodes
@coralnodes 3 жыл бұрын
May not be an error. It occurs when you don't have any default programs on your system to open .php files. So, try selecting the 'Use custom program' option and browse to Notepad's location (in windows), after which you can edit the wp-config.php file in Notepad.