When we add space that is line break in text area it was not showing in the front end display. For display the line break …
Posts
Remove lastpass autofill icon from text fields
To remove lastpass autofill icon we need to add following to input field in which we need to remove the icon. data-lpignore=”true”
Debugging wordpress websites with wordpress owned functions
In this tutorial we are going to learn about the debugging errors in wordpress by using the inbuilt functions in wordpress core. For using wordpress …
Add class to images based on the portrait or landscape in wordpress
Adding classes based on height and width are important to avoid image crop or stretching issue. In this blog post we will discuss about how …
Difference between add filter and add action wordpress
In this article we will discuss about the difference between do_action();, add_action(); and add_filter(); in wordpress.
Https to http redirect with .htaccess
If you are unable to renew SSL for your website after expiry then this tutorial is most usefull for you because search engines will take time to change https:// to https:// so it is better to keep a redirect in .htaccess
Extract .wpress files created by the awesome All-in-one-Wp-Migration plugin
In this tutorial we are going to extract an .wpress which is not working properly during migration or installation of the backup. Step : 1 …
How To Run Javascript Based On Screen Resolution Using Jquery
Running a particular javascript based on screen resolution is mostly used in front end for making website responsive. For that we need to include jquery …
How to fix 403 forbidden error
In this tutorial we are going to learn about fixing 403 Forbidden error. Fix 1 : Check your file permission in your hosting. In my …
Remove company name from woocommerce checkout field.
Here is the code for removing company name field from woocommerce check out page for removing it from checkout of woocommerce please place the following …