ScottsWeb Dev
ScottsWeb Dev
  • Видео 64
  • Просмотров 1 204
How To Hide Section On Wordpress Site
View on website:
scottsweb.dev/how-to-hide-sections-on-wordpress-site/
#webdevelopment #webdeveloper #wordpress #wordpresstutorial #howto #learning
Learn how to hide an element from being displayed on WordPress. Please note this doesn't actually remove the section from the HTML of the webpage, but it does not appear at all on the front end (it is hidden and looks as if it's not there).
Step 1:
Find the id or classname to hide. Right click on the element you want to hide and choose "inspect". Then, hover over elements until the whole element you want to hide (and nothing else) is highlighted.
Note the ID or class names of the element you want to hide.
Open up your additional CSS by going to Appe...
Просмотров: 13

Видео

How To Backup WordPress Website With Plugin (Updraft Plus)
Просмотров 72 часа назад
View on website: scottsweb.dev/backup-wordpress-with-updraft-plus/ In this video, we back up WordPress using a plugin called Updraft Plus. Updraft makes it super easy to back up your WordPress site. It also allows you to download and restore easily.
Backup WordPress Website Without Plugin
Просмотров 82 часа назад
View on website: scottsweb.dev/how-to-backup-wordpress-without-plugin/ #webdevelopment #webdev #howto #tutorial #wordpress #wordpresstutorial #learning #backup Learn how to backup your wordpress website without a plugin. This method will work for all websites, not just WordPress. There are two aspects you want to backup to complete a backup of your whole site - your site's files and your sites ...
How To Make Horizontal Forms In Contact Form 7
Просмотров 37 часов назад
View on website: scottsweb.dev/horizontal-forms-contact-form-7/ #webdevelopment #webdev #wordpress #contactform7 #tutorial #wordpresstutorial #howto #learning Learn the CSS to make your forms horizontal while using Contact Form 7. In this video I show you several ways to style your forms.
Best Way To Display ACF Images - Generate Image HTML In WordPress
Просмотров 167 часов назад
View on website: scottsweb.dev/display-acf-images/ #webdevelopment #webdev #wordpress #learning #acf #wordpressdeveloper #wordpresstutorial #tutorial #howto Are you typing out the HTML for your acf images? Writing out the alt, width, height, and src attributes (among others)? Well, you don't have to. Ever wonder how to generate acf image html automatically? When using Advanced Custom Fields (AC...
Validate Email Address With PHP
Просмотров 714 часов назад
View On Website: scottsweb.dev/validate-email-address-with-php/ #data #datavalidation #website #learning #howto #webdevelopment #webdev Validate Email Address With PHP You always need to validate data to make sure it looks like what you expect it to look like. Email addresses are a crucial piece of data to validate. Luckily, we don't need to reinvent the wheel when it comes to email address val...
How To Validate Website On Google Search Console
Просмотров 514 часов назад
View on website: scottsweb.dev/validate-website-on-google-search-console/ #webdevelopment #webdev #google #googlesearchconsole #website #howto #learning #seo #searchengineoptimization Here are three different ways to validate your website on Google Search Console. Google Search Console provides a lot of information that web developers will need, particularly on the SEO side. And who doesn't wan...
Validate Phone Number With PHP
Просмотров 1416 часов назад
View on website: scottsweb.dev/validate-phone-numbers-with-php/ Phone numbers can be entered in many different formats, even with input type="tel" fields. Here, I show you a PHP function that strips out standard formatting characters from the phone number and then makes sure the phone number is a valid length. This function will work for US numbers as well as international numbers. We use str_r...
Password Validation With PHP
Просмотров 316 часов назад
View on website: scottsweb.dev/password-validation-with-php/ #php #security #programming #learning #webdevelopment #webdev Your users' passwords are the lowest barrier of entry into your user account system. A week password opens up the ability for bad actors to infiltrate your users accounts. So you have to help them protect themselves by enforcing minimum password requirements. Here we create...
Create User Signup Form - Web Development with PHP & MySQL
Просмотров 1121 час назад
View On Website: scottsweb.dev/create-signup-form-mysql-php/ #webdevelopment #learning #programming #programminglanguage #php #mysql #signup #scratch #fromscratch #learnwebdevelopment #website #websites In this tutorial, I'll be showing you how to create a registration form from scratch using PHP & MySQL. We will set up a simple header, content, footer system for a signup.php page. We'll make t...
WordPress: Connect To Two Databases
Просмотров 4День назад
#wordpress #wordpresstutorial #webdev #webdevelopment #learning View on website: scottsweb.dev/connect-to-two-databases-in-wordpress/ Sometimes you need to connect to two databases in WordPress. Maybe it's a remote database, a slave database, or two instances of WordPress so that you can manipulate data between them. The first (current, local) database is already available to you in variable $w...
Using Visual Studio Code With Windows Subsystem For Linux - WSL Extension
Просмотров 27День назад
View on website: scottsweb.dev/using-vs-code-with-wsl/ Visual Studio Code has an awesome extension for Windows Subsystem For Linux called WSL. If you're running WSL, you'll need to place all of your development files and folders inside of apache on Linux. The write time is too slow across operating systems. Using the WSL extension for VS Code, you can access your files from WSL inside of Visual...
WordPress 6.5.5 - New WordPress Update - Security Fix
Просмотров 102День назад
View on website: scottsweb.dev/wordpress-6-5-5-an-update-security-release/ WordPress has released version 6.5.5 to address three security vulnerabilities. They are: A cross-site scripting (XSS) vulnerability affecting the HTML API A cross-site scripting (XSS) vulnerability affecting the Template Part block A path traversal issue affecting sites hosted on Windows View the release notes here: wor...
Fix WordPress Plugin Causing Critical Error
Просмотров 6День назад
Fix WordPress Plugin Causing Critical Error
Examining WordPress Files & Directory Structure
Просмотров 9День назад
Examining WordPress Files & Directory Structure
How To Enable File Extensions On Windows 10/11
Просмотров 2014 дней назад
How To Enable File Extensions On Windows 10/11
How To Flush DNS Cache On Windows
Просмотров 1514 дней назад
How To Flush DNS Cache On Windows
Learn PHP Basics In 18 Minutes: PHP For Beginners
Просмотров 6614 дней назад
Learn PHP Basics In 18 Minutes: PHP For Beginners
How To Manually Migrate WordPress To New Hosting
Просмотров 3514 дней назад
How To Manually Migrate WordPress To New Hosting
Use Intersection Observer To Lazy Load Dynamic Elements (maps or videos) When They Come Into View
Просмотров 2714 дней назад
Use Intersection Observer To Lazy Load Dynamic Elements (maps or videos) When They Come Into View
WordPress Menu Items - Add Target, Class, Descriptions
Просмотров 214 дней назад
WordPress Menu Items - Add Target, Class, Descriptions
Defer Javascript Files On WordPress For Better Pagespeed Score
Просмотров 614 дней назад
Defer Javascript Files On WordPress For Better Pagespeed Score
Quickly & Easily Generate Rich Snippets / Schemas With This Tool
Просмотров 514 дней назад
Quickly & Easily Generate Rich Snippets / Schemas With This Tool
How To Have A Fixed Header That Doesn't Move When You Scroll
Просмотров 714 дней назад
How To Have A Fixed Header That Doesn't Move When You Scroll
How To Add Back To Top Button
Просмотров 914 дней назад
How To Add Back To Top Button
Insert Post Programatically In WordPress
Просмотров 821 день назад
Insert Post Programatically In WordPress
Create Rest API EndPoint In WordPress
Просмотров 1121 день назад
Create Rest API EndPoint In WordPress
How To Add Image/SVG to Contact Form 7 Submit Button
Просмотров 1521 день назад
How To Add Image/SVG to Contact Form 7 Submit Button
Add Class/Classes to Contact Form 7 Input Fields
Просмотров 1021 день назад
Add Class/Classes to Contact Form 7 Input Fields
WordPress - How To Enable SVG Support To Upload SVG Images
Просмотров 1421 день назад
WordPress - How To Enable SVG Support To Upload SVG Images

Комментарии

  • @timmy4463
    @timmy4463 День назад

    Awesome 😎

  • @strikerd8821
    @strikerd8821 4 дня назад

    thx man :)

    • @ScottsWebDev
      @ScottsWebDev 3 дня назад

      Absolutely! Any ideas for other tutorials, let me know :) Thanks for watching!

  • @Avery-fx1pr
    @Avery-fx1pr 13 дней назад

    😮😮😮😮😮❤❤❤❤❤❤

  • @sohampankhade6782
    @sohampankhade6782 19 дней назад

    Nice ! Thanks !!!

  • @JCO2002
    @JCO2002 29 дней назад

    Why not just run Windows in a VM on Linux when you need it? That's what I do - Win10 in Mint. Doing it the other way around, Linux inside Windows, you still have the spyware.

    • @ScottsWebDev
      @ScottsWebDev 29 дней назад

      Thanks for the comment! I still wanted windows as my main OS. I just prefer it (I know that's frowned upon in the developer community), but I always have. Didn't even know you could run windows in a VM! That's cool, I'll have to try it.

    • @JCO2002
      @JCO2002 29 дней назад

      @@ScottsWebDev You're welcome! I'm using Win10_22H2_EnglishInternational_x64.iso with VMWare on Linux Mint 21.3, kernel 6.5. Desktop is i7 11700k CPU with 32GB of RAM. You have to search a bit when you're setting up Win10 in the VM, but you can run it without an account, activation key, any of that stuff. Once it's setup, it's permanent. If you want to see the Win10 backdoor in action, set the data cap so low it claims it can't connect, and then watch it do so anyway, downloading who knows what, in the Linux system monitor. I have it blocked in the VM itself so it can't call home.

  • @scrotaye
    @scrotaye Месяц назад

    😮😮😮😮😮😮😮😮😮

  • @QuikRay
    @QuikRay Месяц назад

    You do not want to install windows linux. Do not install the windows Linux subsystem. Very BAD idea. Do not dual boot them. Use two separate hard drives and two separate boot partitions...one for windows and a separate for a Linux distro like Linux Mint. Don't ask why. Just do it this way or learn the hard way.