How to Replace an Image in WordPress Media Library via Upload a file or from Remote URL
Resources: Easy Replace Image
How to Autofill Email Fields with a Clickable Email Address
An email mailto link is the clickable text that automatically opens a new email in the reader’s default email clients, such as Outlook or Gmail, and pre-fills the “To” email address. You can also customize your mailto link using HTML to pre-fill a subject line, CC, BCC email address, or email message body to prompt …
How to Autofill Email Fields with a Clickable Email Address Read More »
How to change the Rank Math Breadcrumb HTML Output
This filter allows you to make any changes to the Breadcrumb HTML on the front-end. How to make the Rank Math Breadcrumb last item linked By default, the last item of the Rank Math breadcrumbs will not be linked. If you want to include a link to the last item, then this filter can be …
How to change the Rank Math Breadcrumb HTML Output Read More »
How to add a button to mobile Header between logo and menu icon – Squarespace
Go to Design > Custom CSS > Paste the following code
How to Download or Migrate Your Entire WordPress Media Library
There are a few reasons you might need to export your WordPress media library. Whatever the reason, there are a few ways that you can export your media library without having to download every image individually to a folder on your computer.
How to fix widget loading issue after updates in WordPress 5.8
After Update to the latest version of WordPress 5.8, I see a compatibility issue in the Widget Editor. There are several errors, like“The “recent-posts” block was affected by errors and may not function properly. Check the developer tools for more details.” I found that WordPress 5.8 comes with a completely new layout for the widgets. …
How to fix widget loading issue after updates in WordPress 5.8 Read More »
How to remove image title attribute on hover WordPress
Some page builders and themes automatically add title to each image. In this video, we will see how to remove the image title that appears when you hover over an image. Initially, all existing images have a title attribute but when the page is load, it will delete automatically by the jQuery removeAttr() method. Not …
How to remove image title attribute on hover WordPress Read More »
How to test the speed score of a website which is locked behind a login page?
We can check any public website speed score very easily using Google PageSpeed Insights, GTmetrix, Pingdom tools, etc However, these tools cannot give you an exact score of a webpage guarded behind a login page. because they don’t have the username and password to access the website.They can give you a score for the login …
How to test the speed score of a website which is locked behind a login page? Read More »
Remove Load More button from WordPress Media Library [WordPress 5.8]
Do it manually without a plugin If you can customize your child theme files, you can enable infinity media loading without a plugin. Goto your Child theme functions.php file and add the following code
[Solved] CSS Styling in WordPress Child theme’s “style.css” file not working
I’m using a Themeforest Premium theme and installed and activated a child theme in order to make various CSS style changes to my website. However, the changes I’ve made to the child theme stylesheet are not working on the website, it’s taking styles from parent theme style.css file. functions.php file has the folowing code, The …
[Solved] CSS Styling in WordPress Child theme’s “style.css” file not working Read More »