Plugins to Customize Your WooCommerce Online Store Today we bring you some plugins that solve typical problems we encounter when developing our website with WordPress + WooCommerce: Autocomplete WooCommerce Order Autocomplete WooCommerce Orders Plugin to automatically complete WooCommerce orders without the need for manual approval. This way, the customer immediately receives an email confirming the [...]
Category Archives: Wordpress
Pros and Cons of Material Design for Contact Form 7 We want to start by saying that Material Design for Contact Form 7 is not a cure-all solution. It is an extension for Contact Form 7 that creates a friendlier design for forms and, in its paid version, offers interesting options such as a pre-designed [...]
To change the "Related Products" text in WooCommerce to any other text, simply copy the following code into the "functions.php" of your WordPress child theme's theme editor. Route: Appearance / Theme Editor / functions.php After the line < ? php Add: // Change the text "Related products" in WooCommerce add_filter('gettext', 'change_rp_text', 10, 3); add_filter('ngettext', 'change_rp_text', [...]
wpDiscuz – The WordPress Comment Plugin That Can Do It All! wpDiscuz is an amazing and free plugin available in the WordPress plugin repository (https://es.wordpress.org/plugins/wpdiscuz). We will highlight some of its features that will help solve some of the most common issues with WordPress comment forms, explaining how you can quickly fix them using this [...]
How to Create a Fully Responsive CSS Style? Keep this demo example in mind: .style-x { font-size: calc(1em + 1vw) } This CSS application is magical By applying these measurement units for proportionality, you will get sizes that respond to the device width and look good on all screens. Why are em and vw magical [...]
Examples of Interactive Grids for Websites A grid -in the web environment- is a layout with several elements that share a category and/or a common theme. For example, we can create a grid with our most prominent services, portfolio projects, products from our online store, or our latest blog posts. In a grid, elements [...]
Beautiful Websites? What factors determine the beauty of a website? How can we achieve an attractive, innovative, and functional site without going crazy with programming? First of all, let's study the competitors' work to soak up ideas and good practices: We have gathered some of the best commercial websites in the world to show you [...]
Boxes with Colored Borders and Text. A Simple CSS Tutorial I’m going to explain how to make an asymmetric bordered text box like this using CSS: Hello! I’m a very stylish box If you also want the inner text to include a link with a different style, you can check my blog post: How [...]
To create a new style for images, the first steps to follow are the same as I explain in my post http://gooddesign.es/como-crear-un-estilo-nuevo-en-nuestra-plantilla-de-wordpress-para-texto-o-imagenes/. I am going to create a new style for images so that the images defined with this style are inside a black rounded frame and have a predefined size. Specifically, I want to [...]
What is the funnel in marketing? The funnel (or "fannel" for musicians), also known as the conversion funnel, is an Inbound Marketing strategy that consists of tracking and guiding a web user (commercial target) through our website, social networks, and email campaigns, so they ultimately fulfill a specific goal—whether it be a subscription, a registration, [...]