Length, Width, Height and Ubercart
sites/all/thmes/contrib/fusion/fusion_core/template.php
See the line below:
$dimensions = !empty($node->height) && !empty($node->width) && !empty($node->length); /* MR */
This might help. Work in progress.
sites/all/thmes/contrib/fusion/fusion_core/template.php
See the line below:
$dimensions = !empty($node->height) && !empty($node->width) && !empty($node->length); /* MR */
This might help. Work in progress.
Update the .htaccess file as described below.
Within the Views Arguments section add the 'Taxonomy: Term ID' as the argument. The output from the header may then be configured per taxonomy term ID using the example php code below. The example php code is placed within the Views Header field. <? $a = arg(0); $b = arg(1); $c = arg(2); print "<p>arg-0: [" . $a . "]</p>"; print "<p>arg-1: [" . $b . "]</p>"; print "<p>arg-2: [" . $c .
This describes a quick process of updating Drupal core.
1. Make back-ups.
Then run the composer command
See: https://www.drupal.org/project/drupal/releases/10.1.6
To start a new Drupal project with version 10.1.6:
composer create-project drupal/recommended-project:10.1.6 "install-dir"
To update your site and all dependencies to the latest version of Drupal:
<?php drupal_add_js( '$(document).ready(function(){ // Hide all paragraphs $("p").hide(); // Fade them into visibility $("p").fadeIn("slow"); });', 'inline' ); ?>
You may like to check out:
Custom Pagers is no developed and doesn't support Drupal 9.
When a content author adds a node they are typically required to select a parent item.
However, the default display of parent menu options shows items that are irrelevant and confusing.
Therefore, it is more user friendly to show only the menu items of relevance. This can be achieved by only displaying a specific menu and its items through use of the module Menu Settings per Content Type.
The module pathauto allows the automatic creation of seo friendly URLs.
This module allows you to specify a redirect from one path to another path or an external URL, using any HTTP redirect status.
Some related and recommended modules for redirects: