テーマをアップロードしようとしたときに、このエラーが発生しました。
どのように私はこれを解決することができますか?アップロードしたファイルからのテーマのインストール:resume.Zipパッケージの解凍中…
テーマをインストール中…
パッケージをインストールできませんでした。テーマにstyle.cssスタイルシートがありません。
なぜこの問題が発生したのかわかりますか?
テーマのインストールに失敗しました。
エラーの重要な部分は次のとおりです。
テーマにstyle.cssスタイルシートがありません。
メインスタイルシート のWordPressドキュメント:
WordPressがテーマテンプレートファイルのセットを有効なテーマとして認識するためには、style.cssファイルをサブディレクトリではなく、テーマのルートディレクトリに配置する必要があります。
テーマを解凍し、style.css
を探すことをお勧めします。ファイルがそこにある場合は開きます。これらに似たコメント行がいくつかあるはずです:
/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
すべてのメインスタイルシートには、Theme Name
、Author
、Description
、Version
、License
、License URI
、およびText Domain
のフィールドが必要です。上記のフィールドのいずれかが欠落している場合、テーマプロバイダーに連絡することを強くお勧めします。
テーマの所有者または作成者である場合は、アーカイブされたテーマをWordPressインストールにアップロードする前に、言及された行を含め、テーマのルートディレクトリにstyle.css
ファイルを含めるようにしてください。
また、こちらのメインスタイルシートの詳細を必ずお読みください。 https://developer.wordpress.org/themes/basics/main-stylesheet-style-css/
テーマパッケージには重要なテーマファイル( style.css )がありません。これは必須です。 WordPressテーマの構造は必須ファイルと推奨ファイルで構成されています。
developer.wordpress.org/themes/release/required-theme-files および codex.wordpress.org/Theme_Development を参照してください。
これは単にテーマの開発者に連絡してこの問題を解決するように依頼することを意味します。
style.css fileは、ワードプレステーマのインストール中に必要なファイルです。あなたのstyle.cssファイルであなたはあなたのテーマ関連情報を定義しなければならないからです。
詳しくはお問い合わせください ここ
Style.cssファイルが存在し、問題に直面しているにもかかわらず、フォルダのアクセス権の問題である必要があります。 wp-content/themesフォルダのアクセス権を確認してください。あるサーバから別のサーバにWebサイトを移行した場合、このフォルダアクセス権の問題が発生します。ホスティングプロバイダまたはサーバ管理者に確認してください。それ以外の場合は、許可を777に変更します。