How to Set Up Gmail SMTP

1. Enter these data. Gmail SMTP server address: smtp.gmail.com Gmail SMTP username: full Gmail address (e.g. username@gmail.com) Gmail SMTP password: Gmail password Gmail SMTP port (TLS): 587 Gmail SMTP port (SSL): 465 Gmail SMTP TLS/SSL required: yes 2. Turn on Less secure app access. Open google account settings. Click Security on the left pane. Turn on Less secure app access. Note: Turning […]

How to Install Multiple Xampp with Different PHP Versions

Are you trying to install another Xampp Server with a different version for whatever reason you have and you encountered an error regarding ports? Some would say that you should edit a file, but it did not work for me. Below are the steps that fixed the error for me. Open your new Xampp control […]

How to Insert Codes to Any Plugin or Theme

If you’re a web developer and you’re trying to modify the output of any plugin or theme without editing the plugin or theme itself, you can only if the plugin or theme developer allows you to. In order to know if you can manipulate the output, you have to find out where a particular section […]

How to Add Color Presets to Your Beaver Builder Editor

To add predefined colors in your beaver builder’s color picker, you have to add the ff. codes to any file that get’s executed by WordPress all the time. You can create your own custom plugin. The most common file to add it is in your theme or child theme’s functions.php. Here is the code snippet: […]

How to Customize WooCommerce Front End Dashboard

Have you already set up a front end dashboard as discussed here? If not yet, just create a new page and add this shortcode: Now that you have a front end dashboard, you might not like the way it’s presented or you just want to add/remove certain details. Here’s what you must do: Create a […]

How to Set Up WooCommerce Front End Dashboard

For woocommerce websites, allowing customers/users to access dashboard in the front end has been a necesity. Customers can access them via default dashboard, which has a different layout than their website, the owners just want to make their customers feel that they are not redirected somewhere. To set up one, simple create a page and […]

How to Create Custom WP Metabox

Default and custom types already have default fields that we can fill in, but what it we need custom data for these post types? In this kind of need, we can opt to create custom metaboxes which will contain custom fields for the desired post types. To make the implementation of a custom metabox easier, […]

How to Add & Customize ACF Form in Front End

Advance Custom Fields plugin is one of the best plugins when if you want add custom fields to your post, page, custom post types, and even custom options page . Entending your dashboard forms can be very easy, however, if you want custom forms for your front end, this plugin does not provide default styling […]