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.
To access your account you will need to visit the Google Analytics page and enter your username and password.
The Google Analytics Reporting pages may be visited by clicking on the link below.
Google Analytics - https://www.google.com/analytics/reporting/login
To access your account you will need to visit the Google Business Profile pages (formerly known as Google Places and the Google Local Business Center) and enter your username and password.
The Google Business Profile page may be visited by clicking on the link below.
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:
ls -ald php*
<?php global $user; if ($user->uid == 1){ return TRUE; } else { return FALSE; } ?>