Your Place for WP Dev & Design Resources.

We are on a mission to offer you useful resources for WP dev & design.

  • WordPress™ Gutenberg Blocks for building pages

    There are so many options to choose from when it comes to building pages and sections with WordPress™ using the default Gutenberg editor. Here are a couple of them, in no particular order or hierarchy. Stackable – Page Builder Gutenberg Blocks Greenshift – animation and page builder blocks Nexter Blocks – WordPress Gutenberg Blocks &

    Read More

  • WooCommerce Cannot Add Products to Cart

    We faced this issue on a website we just started to manage and it was a challenging task. We solved the problem by going to phpMyAdmin, selecting the database and checking the wp_woocommerce_sessions table to see if it contains 0 for the id and if the id was using auto_increment and was a primary key.

    Read More

  • Uncaught Error: Elementor\TemplateLibrary\Source_Local::on_save_post()

    This error recently popped up on a website we maintain. There is no relevant information about this on google or on other forums so if you try to search for Uncaught Error: Elementor\TemplateLibrary\Source_Local::on_save_post(): Argument #2 ($post) must be of type WP_Post, null given, you will not find what you’re looking for, the solution to fix

    Read More

  • WordPress™ allow svg uploads

    You can use the following piece of code to allow SVG uploads on WordPress™ especially if you do development on local host using a solution like Studio: Copy and paste the code above in your theme functions.php file. The other options for you would be to install a dedicated plugin like:

    Read More

  • Elementor Header Footer Plugin the_content missing FIX

    One way to fix the_content missing from the Header Footer Plugin for Elementor is going to Settings -> Permalinks and hit ‘Save Changes’ without changing anything. If you used Elementor Header Footer Builder plugin to build your global header and global footer — https://wordpress.org/plugins/header-footer-elementor/ — but you cannot modify the header nor the footer because

    Read More