How to Replace an Image in WordPress Media Library via Upload a file or from Remote URL
Resources: Easy Replace Image
Resources: Easy Replace Image
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 »
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? …
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 Download PDF on form submission using Contact Form 7 Read More »
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 …
How to Remove Query Strings from Static Resources in WordPress with or without Plugin Read More »
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. …
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 …
How to quickly increase the All-in-One WP Migration plugin upload limit Read More »
I use Avada Theme to design my website and Fusion Builder for page design. I place all my custom css for style Paid Membership Pro Member Checkout form in 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: #fff; background: …