Banner - Slideshow

Something else that was easyier in drupal gardens was the creation of slideshows.
I downloaded and instaled the modules, created a contenttype to seperate to content I want from the rest, but when I try to create a view as a slideshow, only my first result is shown. Any idea's?

CMS console in drupal 8

Hi there,
I only used drupal gardens before, I'm trying to built my first real drupal site, a part from the fact that my hosting companny is crappy when it comes to drupal (no PHP OPcode caching support, mayor probs with the htacces file in sites/default/files, etc), there's something else that bugs me. In drupal gardens when you activate the appearencetab, at the bottom of your screen opens a console where can put your css and change al kind of stuff. Is this console also availlable for drupal 8 and where do I find it?

Thanks for any responses

Dblog reports error: "sidebar_first_width" is an invalid render array key?

My theme is working as expected but i still get errors showing up in dblog.

The message is:

User error: "sidebar_first_width" is an invalid render array key in Drupal\Core\Render\Element::children() (line 97 of /home/{user}/public_html/core/lib/Drupal/Core/Render/Element.php).

and

Installing several Drupal sites in dedicated server simultanously

Hi guys,

Last week I got a dedicated server and prepared an openvz container to be ready for Drupal 8 (MySQL + Apache2 + PHP). The idea was 50 jailed users could access remotely and install Drupal 8 via Drush simultanously and browse their Drupal websites.

What happened was a bad user experience caused by server overload. Server specifications are: Debian 8 (openvz container), 12 GB RAM and 8 cores.

The funny thing is that similar configuration for Drupal 7 goes like a charm.

Drupal 8 -Taxonomy Implementation via REST - Cache Rebuild (KLUDGED)

I am currently building a module using a custom REST resource plugin for Taxonomy Terms using the name field of the term rather than referencing the tid field. Everything works fine but drupal_flush_all_caches() function return is slow. I've tried working with a few caches as per documentation:

drupal_static_reset();
\Drupal::service('plugin.cache_clearer')->clearCachedDefinitions();
\Drupal::service("cache.data")->deleteAll();
\Drupal::service("cache.render")->deleteAll();

Uses of block variable

How to use block variable like {{ page.level_one }} into region page like (region--header.html.twig) ?
Please help!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x