The Best and Quickest Tools to Check Website Speed

Pingdom and Google PageSpeed Insights Are One of The Best and Quickest Tools to Check Website Speed. If you are are developer and want to check website speed quickly, these two URLs are heavens. Check out the links below to see any website or website speed and improvement suggestions. http://tools.pingdom.com/ https://developers.google.com/speed/pagespeed/

How To Get Fade Effect on Image Transition in BMo Expo Plugin

BMo Expo is a cool plugin to create gallery items. If you are looking to add a fade effect on BMo Expo slider plugin, you can make a little change to the code to achieve this feature. Plugin source: https://wordpress.org/plugins/bmo-expo/ Code suggested by: laCabriole, https://wordpress.org/support/profile/lacabriole Solution: In : wp-content/plugins/bmo-expo/js/jquery.bmoGallery.scrollGallery.js replace line 332 -339 with: this.$bmo_the_gallery_images.css("opacity","0.0"); this.$bmo_the_gallery_images.animate({left:(-(index * this.$bmo_the_gallery_image_area.width())) + 'px'}, "fast");...

How to Create a WordPress User Through An SQL Query From PhpMYAdmin Area With Admin Right

Are you looking to create a WordPress user using an SQL query from the PhpMyAdmin area? Here is the query that you need to execute with proper parameters. You need to update a few things like ID (Don't use an existing id), Username, password in raw text, email and user name as profile info. You also need to check for a few thing while creating a WordPress user from database (The table prefix). Once you have SET @id = 99; SET @user = 'username'; SET @pass = 'password'; SET @email = '[email protected]'; SET @name = 'marshall'; INSERT INTO wp_users (ID, user_login, user_pass, user_nicename,...

Default HTACCESS File for WordPress

Looking for the default .htaccess file for WordPress? Here it goes. Simply create a .htaccess file and upload it on your root directory. # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress

How To STOPWORDS From Being Removed From Permalinks In WordPress Yoast Plugin

When you create a post/page in WordPress and some of the words get deleted from the permalink, you are probably using an SEO plugin. Such plugins allows you to remove stop words from the URL automatically. In case if you're using Yoast, you may have this issue and it can be fixed by disabling this feature. Check out for the permalinks menu (Not the standard WordPress permalinks) and disable it.

How to Apply CSS Class Only To First Child of An Element or Division

This paragraph is the first child of it's parent. This paragraph is not the first child of it's parent. This paragraph is not the first child of it's parent. This paragraph is not the first child of it's parent. Here is the output of the code: This paragraph is the first child of it's parent. This paragraph is not the first child of it's parent. This paragraph is not the first child of it's parent. This paragraph is not the first child of it's...

Quick Video On How to Use FTP FileZilla on XAMPP Through Local Computer Or Network

A video that explains how you can connect to your local XAMPP server in extremely easy way through FTP. If you are a learner or web developer, you probably access files on XAMPP using file explorer but in case if you want to be able to access files on your xampp using FTP, you can do that in a few minutes after watching this video. Ideal for small office network where a server runs multiple development websites or an educational institute where students are given FTP access for their learning purpose. Check out the video on how to access XAMPP through FTP....

Download Guardian Child Theme

This is the first post related to child themes. If you are looking for Guardian Child Theme for WordPress, you can download it from the link below. guardian-child Actual theme: https://wordpress.org/themes/guardian

Few Good Things of WordPress 4.1

Language selection: Get a language of your choice from the dashboard. Check out the setting screen. Sign out everywhere: Missed signing out from a different computer? Now sign out from all devices. Vine video embeds: Paste the url that's it. The Plugin recommendations: The plugin installer recommend you plugins which you can try. The plugin recommendation in WordPress comes from those list of plugins you and other users have installed.

WordPress Security and How Managed WordPress Update Service Can Help Your Business

WordPress being the most popular CMS today and powering about 1 out of every 5 web sites today is prone to attacks. Things seems to extremely smooth at one moment turn into a nightmare for a website causing dramatic loss in terms of traffic and thus loss in revenue and reputation. Check out this page to see how can Anzum Digital help you protect your website from attacks due to Outdated Version of scrips?