How to center align the submit button on the Divi Contact Form Module using Flex
| |

How to center align the submit button on the Divi Contact Form Module using Flex

Divi does use the flex property for contact module Submit button (as you can see in the image below) you can center align the button very easily. We need to remove the float and horizontally center the button. Flex uses the justify-content property to align the flex items at the center of the container. or…

|

Divi 4: How to Collapse/Show submenu items in the mobile menu

1. Set up Your Menu Add Menu Items & Sub Menu Items The first thing you need to do is create your menu. Add the sub-items of your choice. Add CSS Class Option Once you’ve added the menu items, you can enable the CSS classes option by clicking on ‘Screen Options’ and enabling ‘CSS Classes’….

| |

Divi Default Breakpoints and Media Queries

Divi breakpoints The breakpoint means that the layout of your website changes at a certain screen size. Divi has three default breakpoints for mobile, tablets and desktop versions of your website. CSS media queries for Divi Breakpoints For screen sizes not larger than 479px. You want to use this for mobile devices. For screen sizes…

How to remove the word ‘Archive’ from Category, Tag and Custom post type title
|

How to remove the word ‘Archive’ from Category, Tag and Custom post type title

If you would like to remove the “label” of the “Category:”, “Tag:”, “Author:”, “Archives:”, “Date:”, “Post Format:” and “Other taxonomy name:” in the archive title, follow the steps. If you look at the source code of get_the_archive_title(), you will see that there is a filter supplied, called get_the_archive_title, through which you can filter the output from the function. Access function.php file via FTP or WordPress…

How to create and add a subdomain on Godaddy managed WordPress hosting (Step by Step)
|

How to create and add a subdomain on Godaddy managed WordPress hosting (Step by Step)

Step 1: Login to your Godaddy AccountStep 2: Go to Account > My Products Step 3: Managed WordPress section > Manage All Step 4: Create a New Site. Click on Create Site button. Step 5: Create a Site window Select a region and click on Continue button Step 6: After completing your site setup. Click…

How to Change Your Media Item permalink/URL (Step by Step)
|

How to Change Your Media Item permalink/URL (Step by Step)

Problem: Unable to change unattached image permalink from the media library I have an image whose permalink is the same as a WordPress page Stencils Videos. The problem is image was uploaded before creating the page. So image took the URL domain.com/stencils-videos first and the page got a permalink of domain.com/stencils-videos-2, obviously, you don’t want…

No longer receiving Gmail notifications
|

No longer receiving Gmail notifications

Problem – Power Saving Mode ON I’m no longer receiving Gmail notifications on my S9.  At first, I had no issues receiving notifications, but after activating Power Saving Mode (medium) I’m no longer receiving Gmail notifications. I have changed GMail notification settings and within the S9 settings to ignore Power Saving options when it comes…

Markdown Cheat Sheet – A quick reference to the Markdown syntax

Markdown Cheat Sheet – A quick reference to the Markdown syntax

Markdown is a way to style text on the web. You control the display of the document; formaing words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like #…

MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]

MySQL is not running on AMPPS (3.8) in Windows 10 [Solution]

Problem: MySQL is Not Running on AMPPS startup Last night I have installed the latest version of AMPPS(3.8) in my windows 10(64 bit) local machine. When I started the AMPPS app, I have noticed that the Apache and PHP have started automatically but MySQL is not starting. I get a notification to install Microsoft Visual…

How to change your active WordPress theme from the database

How to change your active WordPress theme from the database

WordPress makes it super easy for users to change and manage themes on their site from the WordPress Dashboard. Sometimes new changes such as plugins or updates are simply not compatible with your current theme. In those cases, you might need to change your active theme, but it could be difficult when you get a white…