Meta Tags in Drupal 8: Special elements beyond nodes/taxonomies/views
In Drupal 8 the module Meta Tag covers the standard cases. The best solution for special elements such as path-based meta tags is the module Context Metadata.
In Drupal 8 the module Meta Tag covers the standard cases. The best solution for special elements such as path-based meta tags is the module Context Metadata.
jQuery AJAX Load is an helper module for easy loading any content using build in jQuery load function.
Drupal GMap module (in our case Version: 7.x-2.9) might cause the following mixed-content warning with HTTPS.
Apparently the computed field doesn't work properly with Drupal 8 yet (Drupal core 8.3.2). With the following instructions you may bring it to work.
In some situations, for example a block listing nodes related to the node being viewed, you might wish to exclude the current node from a list view.
This awesome & practical Drupal 8 SEO book shows you how to optimize your Drupal 8 website for generating traffic, leads, & revenue.
Possible modules/solutions of create a membership website with role-based commerce products (sales of roles) and recurring payments.
A simple CSS/HTML based solution to offset an html anchor to adjust for a fixed header.
The Google Maps API allow for the embedding of Google Maps onto web pages of outside developers, using a simple JavaScript interface or a Flash int
Using the Drupal Rooms "Availablity Search Block" Ajax overrides form action="/node-url" with action="/views/ajax". Workaround with hook_form_alter().