Difficulty Implementing Multi-column layout using Drupal 8 Form API

I have a requirement to build several forms of which many require 2 or even 3-column (with a search button inline after a textfield). I'm amazed at how difficult such a trivial task has become - I've been scratching my head for days with unbelievable layouts staring me in the face - none really looking like a modern web form should look...

Google page speed - Reduce the impact of third-party code - Urgent

My site having google tag manager which bring Yandex ad google tagmanager js which creating slow in google page speed

Reduce the impact of third-party code - Third-party code blocked the main thread for 660 ms
https://prnt.sc/wbh6z5

Please guide me how can i get rid of this and increase the page speed.

Get value from object in Twig template

Hi. I cannot get separate label and value from Commerce product

I wish get label and value from product.variation_sku like this:

<div>
<div>{{ product.variation_sku.label }} </div>
<div>{{ product.variation_sku.value }} </div>
</div>

but it not work. I tried change product.variation_sku.label with product.variation_sku.title but nothing. Please how can get this value?

composer no longer available

It seems my project has exceeded resources available from my service provider, Bluehost.  I was upgrading my site from 8.9.5 to 8.9.11 but composer consistently runs out of memory.  Even using COMPOSER_MEMORY_LIMIT=-1 fails to work.  The site was created as drupal-composer/drupal-project but now I am hunting around trying to figure out the best way to upgrade it.  I was tempted to un-tar the core   tar file but hesitated because the architecture differs (the web sub-directory).  Bluehost is unable or un-willing to provide me with enough memory to execute this upgrade.  The upgrade went very

CSS in views

A column in the views shows the text in all major and I want to change the initial of each word to uppercase.
I created a css class and in Style Setting, Create a CSS class, I entered the class name.
I try but it doesn't transform my text the way I want.

This is the code

text-transform: capitalize;

if I use this code

text-transform: lowercase;

it works and writes me everything in lowercase

The requested page could not be found for the first module development

Hello, 

I am working on my first module development. I started with the hello world. I created the module folder directly under modules directory. 

I enabled the module. 

When I go to examplesite/hello/world, I get requested page not found error. 

I cleared the cache but the error message still there. 

Module zipped file

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x