Category Archives: Wordpress

Structured Data Schema (JSON-LD) in WordPress

What is Schema markup and what is JSON-LD When we talk about Schema, schema markup, structured data or structured data markup, we are referring to the same concept: a system of standardised “tags” that allow you to describe your website precisely. These tags tell search engines what type of business you are, what services you [...]

Plugins to customize your WooCommerce online store

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 [...]

Complete code (shortcodes) for forms with Material Design for Contact Form 7

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 [...]

Changing the “Related Products” Text in WooCommerce

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', [...]

WordPress comment plugin that lets you edit everything: wpDiscuz

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 [...]

CSS: Font-size responsive

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 [...]

What is a grid?

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. Examples of Stunning Business Websites

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 [...]