ismaelgarcia → created an issue.
The folder name is d8_blog_theme and when I write that in base_theme the web /admin/aparence says "Requires: (Falta) d8_blog_theme This theme requires the listed modules to operate correctly.". So, if I change that with "classy" it works correcly. Classy is the base_theme of d8_blog_theme.
Could it be a solution to make a copy of the d8_blog_classy theme to the themes/custom/ folder, change the name (folder, name in .info...), keep classy as the base theme and treat it as a custom theme? Will I have incompatibilities when there are drupal updates? Is it advisable to do this?
Thank you very much
Thank. I read this, but I didn't find how know theme name machine.
Hi,
Thanks for the reply. I have installed this theme with the .info file containing:
name: 'Classic Blog'
type: theme
base theme: classy
description: 'Classic Blog is a premium Drupal theme for Blogger.'
core_version_requirement: ^8 || ^9 || ^10
libraries:
- classic_blog/bootstrap-lib
- classic_blog/global-css
# Regions
regions:
header: Header
secondary_menu: 'Secondary menu'
breadcrumb: Breadcrumb
highlighted: Highlighted
home_high1: Home Highlight 1
home_high2: Home Highlight 2
home_high3: Home Highlight 3
content_top: Content Top
help: Help
content: Content
sidebar_first: First Sidebar
sidebar_second: Second Sidebar
footer_first: 'Footer first'
footer_second: 'Footer second'
footer_third: 'Footer third'
footer_fourth: 'Footer fourth'
footer_fifth: 'Footer fifth'
# Features
features:
- 'logo'
- 'name'
- 'slogan'
- 'node_user_picture'
- 'comment_user_picture'
- 'comment_user_verification'
- 'favicon'
- 'main_menu'
- 'secondary_menu'
# Information added by Drupal.org packaging script on 2023-09-30
version: '2.0.0'
project: 'd8_blog_theme'
datestamp: 1696082110
And I have created a subtheme with the .info file containing:
name: elraco
type: theme
base theme: 'Classic Blog'
description: 'Classic Blog is a premium Drupal theme for Blogger.'
core_version_requirement: ^8 || ^9 || ^10
libraries:
- elraco/global-styling
# Regions
regions:
header: Header
secondary_menu: 'Secondary menu'
breadcrumb: Breadcrumb
highlighted: Highlighted
home_high1: Home Highlight 1
home_high2: Home Highlight 2
home_high3: Home Highlight 3
content_top: Content Top
help: Help
content: Content
sidebar_first: First Sidebar
sidebar_second: Second Sidebar
footer_first: 'Footer first'
footer_second: 'Footer second'
footer_third: 'Footer third'
footer_fourth: 'Footer fourth'
footer_fifth: 'Footer fifth'
# Features
features:
- 'logo'
- 'name'
- 'slogan'
- 'node_user_picture'
- 'comment_user_picture'
- 'comment_user_verification'
- 'favicon'
- 'main_menu'
- 'secondary_menu'
The subtheme theme_base is the same that the theme name.
Clearing caches, but when I want to install the subtheme it tells me that it requires Classic Blog, as if it were not installed.
What could be the problem?
I think there is a bug. I solved assign weight -1 and -2 to name and email fields.
The install performed was with composer.
Yes. There is and .htaccess file in the install.
In apache the is and httpd.conf file with the server configuration, and in that:
<Directory />
AllowOverride All
AccessFileName .htaccess
</Directory>
The OS is OSX (Apple) Ventura 13.4.1
I could install module and it was the solution for me: https://www.codimth.com/blog/web/drupal/create-custom-image-token-drupal...
Thanks for reply.
When I tried install the module https://www.drupal.org/project/metatag/releases/2.0.0-rc2 → , the system said me "Cannot extract 'temporary://update-cache-d4405a4a/2.0.0-rc2', not a valid archive" and didn't install.
Because now the field have two rows online when you begin to write and it's not confortable.
Thanks
Sorry. My English is not very good.
I want to have a body field with number of rows fixed to 9.
Thank
Sorry. My English is not very good.
I want to have a body field with number of rows fixed to 9.
Thank