How to Rename WordPress Media Files for Better SEO and Website Organization
| |

How to Rename WordPress Media Files for Better SEO and Website Organization

In the world of SEO and website management, attention to detail can make all the difference. One often overlooked aspect is the naming of your WordPress media files. Did you know that renaming your media files can significantly improve your website’s SEO and overall organization? In this comprehensive guide, we’ll walk you through both manual…

How to Replace an Image in WordPress Media Library via Upload a file or from Remote URL
| |

How to Replace an Image in WordPress Media Library via Upload a file or from Remote URL

Managing images on your WordPress website is an important part of keeping your content up-to-date and looking professional. In this video post, we will be discussing how to replace an image in the WordPress media library by uploading a new file or by using a remote URL.

How to change the Rank Math Breadcrumb HTML Output
|

How to change the Rank Math Breadcrumb HTML Output

Breadcrumbs are an essential part of any website, providing a simple and intuitive way for visitors to navigate your site and understand its structure. In this blog post, we will be discussing how to change the HTML output of the breadcrumbs generated by the Rank Math plugin for WordPress. This technique can help you customize the appearance of your breadcrumbs and make them fit better with the overall design of your website.

| |

How to add FacetWP Reset Filters button

If you want to add a button to reset your FacetWP filters, you may use the snippet below: Reset FacetWP Facets Reset all facets: FWP.reset(); Or reset one facet: FWP.reset(‘make’); Or reset multiple facets: FWP.reset([‘make’, ‘model’, ‘year’]); Or reset individual values: FWP.reset({ ‘make’: ‘audi’ }); Use onclick for buttons and other HTML elements: <button value=”Reset” onclick=”FWP.reset()” class=”facet-reset”>Reset</button> Don’t know where to write this code?…

How to Download PDF on form submission using Contact Form 7
| |

How to Download PDF on form submission using Contact Form 7

I want the user to be able to download a PDF file after registering on the site with a simple ‘Name’ and ‘Email’ form. I have only one file to download, so it should be very simple and I don’t want to install a branch of plugins to achieve this. So I found this simple…

How to Remove Query Strings from Static Resources in WordPress with or without Plugin
| |

How to Remove Query Strings from Static Resources in WordPress with or without Plugin

If you are looking for a solution to Remove Query Strings from Static Resources like CSS & JavaScript in your Wordpress site to increase your website speed and a better test result on Pingdom, GTmatrix, or Google Page Speed Insights. Then this tutorial is for you. Leveraging Browser Cache of Static Resources like CSS and JavaScript plays…

Changing the font size, line height and code box padding of Syntaxhighlighter Evolved plugin
| |

Changing the font size, line height and code box padding of Syntaxhighlighter Evolved plugin

By Default Syntaxhighlighter Evolved plugin came with no top and bottom padding and very tight line height. If you are someone like me who love some breathing space in between every section in a WordPress post then you can try the below CSS code snippet. Screenshots are attached before and after applying the CSS code….

How to quickly increase the All-in-One WP Migration plugin upload limit
|

How to quickly increase the All-in-One WP Migration plugin upload limit

Update 11/09/2018 For the instructions outlined in this tutorial to work, you must use version 6.77 or earlier of the All-in-one WP Migration Plugin. You can download version 6.77 here, all-in-one-wp-migration.6.77 In the constants file… /wp-content/plugins/all-in-one-wp-migration/constants.php Find this… // ================= // = Max File Size = // ================= define( ‘AI1WM_MAX_FILE_SIZE’, 2 << 28 ); and replace…

Paid Membership Pro – Styling the Checkout Page
| |

Paid Membership Pro – Styling the Checkout Page

I use Avada Theme to design my website and Fusion Builder for page design. I place all my custom CSS for the style Paid Membership Pro Member Checkout form in the Fusion Builder custom CSS section (see the image below). form.pmpro_form > div{ margin: 30px 0; } #pmpro_form .pmpro_checkout h3{ display: block; font-size: 32px; color:…