Add keyboard navigation to Sooperthemes Premium Portfolio
The Sooperthemes Premium Portfolio is based on the Cube Portfolio?jQuery plugin, which does not support keyboard?navigation.
The portfolio has very nice interaction on mouse over. Typically, triggering a mouseover state on focus allows you to tie in keyboard navigation. This is not working at present though. Perhaps a change in?Chrome?
Error in notifications widget
Error: Call to undefined method Drupal\user\Entity\User::getOwner() in /web/modules/contrib/notificationswidget/src/Services/NotificationsWidgetService.php on line 96
https://www.drupal.org/project/notificationswidget/issues/3136812
Update to 1.5
Computed field examples and snippets
Drupal 8 Computed Field?snippets
$value = $entity->get('title')->value . ' | ' . $entity->get('body')->value . ' | ' . $entity->field_location->entity->field_address->locality . ', ' . $entity->field_location->entity->field_address->administrative_area . ' | ' . $entity->field_location->entity->get('title')->value . ' | ' .($entity->field_is_online->value ? 'Online' : '') . ' | ' . $entity->field_status->entity->name->value;$value = print_r ($entity->get('body')->value, 'true');
Drush out of memory
If you are getting PHP out of memory errors using drush try?this.
https://support.acquia.com/hc/en-us/articles/360005311613-Increasing-the-memory-limit-for-Drush
php -r 'print ini_get("memory_limit") . "\n";'
or
php -i | grep memory
Check memory from the folder in which you are running your PHP commands. It may be overridden by a php.ini you didn’t know?about.?
What is the purpose of the news?
Drupal 8 metatag
For images, use a token like
[node:field_og_image:entity:url]
?
Pages
