WordPress Developer Ukraine, Kyiv
Center a div vertically and horizontally with CSS Flexbox

Center a div vertically and horizontally with CSS Flexbox

Centering content inside a container is one of the most frequently performed tasks in CSS, and for most of the web’s history it was also one of the most frustrating. Horizontally centering a block element with margin: auto worked reliably once developers learned that the element needed an explicit width, but vertical centering required a…
Disable WooCommerce redirect to cart after adding a product

Disable WooCommerce redirect to cart after adding a product

WooCommerce ships with a setting that redirects shoppers to the cart page immediately after they click the Add to Cart button on any product. The idea behind this default is to push customers toward checkout as quickly as possible, reducing the number of steps between product discovery and purchase. In practice, however, many store owners…
Google Language Translator plugin change upper case letter to lower case letter

Google Language Translator plugin change upper case letter to lower case ...

Why Google Language Translator plugin change letters case after translate? If you don’t want to bother about site translate, WordPress proposes many options how by automatic, including use Google Language Translator plugin (by Translate AI Multilingual Solutions). This solution is enough simple and doesn’t require any additional skills, however you can faced strange behavior of…
Remove type attribute from script and style tags added by WordPress

Remove type attribute from script and style tags added by WordPress

Warning: The type attribute is unnecessary for JavaScript resources. By default if you check (w3 validator) any site, that based on WordPress you can see multiple warnings relating to scripts and styles tags attributes. The thing is the service recommended remove type=’text/javascript’ from the scripts tags and type=’text/css’ from the styles tags.