How to embed a lottie animation in wordpress and Elementor with code snippet
This method works without any plugin, by adding the snippet in an HTML block in Gutenberg or Elementor you can embed the lottie. If you have a lottie link (basically where lottie.com hosts the json file) (ex. https://lottie.host/6f4ee854-3625-4849-8985-e423a0752949/hZWZsrb0zk.json) You can simply add it in the snippet bellow, set the size (if you want) and that’s
How to embed a lottie animation in wordpress and Elementor with code snippet Read More »
Allow .json file upload in WordPress (error: Sorry, you are not allowed to upload this file type.)
By using the snippet bellow, you set your wordpress website to allow .json files to be uploaded in the media section.
How to add Bootstrapp in WordPress CSS and Js
You can easily use Bootstrap in your wordpress website, by adding the snippet bellow. With that code, we link the Bootstrap CSS and Javascript files to your wordpress website, so
How to add Bootstrapp in WordPress CSS and Js Read More »
Display payment method on admin orders list (in a new column)
Efficient order management requires WooCommerce store administrators to have rapid access to critical order details. To display the payment method used for each order, a custom column is added to the admin order list using the “Display Payment Method in WooCommerce Admin Order List” snippet. This improvement can greatly streamline the process by providing easy
Display payment method on admin orders list (in a new column) Read More »