Drupal 8 Open Social new sub-theme not showing in appearance
I am working with Drupal's Open social framework where in I copy socialblue theme so that i can do my modifications in the new theme. I followed the below steps, cleared cache, yet I am not able to see my new theme in admin/appearance section.
Steps I followed:
1) I duplicated the theme socialblue (html/profiles/contrib/social/themes/socialblue) to
newtheme (html/profiles/contrib/social/themes/newtheme)
2) I did a search (socialblue) and replace (newtheme) inside of “newtheme” directory
3) I changed the names of the following files from “socialblue” to “newtheme"
- newtheme.info.yml
- newtheme.libraries.yml
- newtheme.theme
- config/install/newtheme.settings.yml
4) I created a /html/sites/default/services.yml file from default.services.yml and made the following changes
- twig.config -> debug: true
- twig.config -> auto_reload: true
- twig.config -> cache: false
5) html/profiles/contrib/social/themes/newtheme$ yarn install
6) html/profiles/contrib/social/themes/newtheme$ sudo npm install -g gulp-cli
7) html/profiles/contrib/social/themes/newtheme$ gulp
I do not get any error. I made sure that my newtheme.info file has name newtheme. I also copied this new theme in html/themes/custom/newtheme still no luck. Am I missing something?
drupal drupal-8
add a comment |
I am working with Drupal's Open social framework where in I copy socialblue theme so that i can do my modifications in the new theme. I followed the below steps, cleared cache, yet I am not able to see my new theme in admin/appearance section.
Steps I followed:
1) I duplicated the theme socialblue (html/profiles/contrib/social/themes/socialblue) to
newtheme (html/profiles/contrib/social/themes/newtheme)
2) I did a search (socialblue) and replace (newtheme) inside of “newtheme” directory
3) I changed the names of the following files from “socialblue” to “newtheme"
- newtheme.info.yml
- newtheme.libraries.yml
- newtheme.theme
- config/install/newtheme.settings.yml
4) I created a /html/sites/default/services.yml file from default.services.yml and made the following changes
- twig.config -> debug: true
- twig.config -> auto_reload: true
- twig.config -> cache: false
5) html/profiles/contrib/social/themes/newtheme$ yarn install
6) html/profiles/contrib/social/themes/newtheme$ sudo npm install -g gulp-cli
7) html/profiles/contrib/social/themes/newtheme$ gulp
I do not get any error. I made sure that my newtheme.info file has name newtheme. I also copied this new theme in html/themes/custom/newtheme still no luck. Am I missing something?
drupal drupal-8
add a comment |
I am working with Drupal's Open social framework where in I copy socialblue theme so that i can do my modifications in the new theme. I followed the below steps, cleared cache, yet I am not able to see my new theme in admin/appearance section.
Steps I followed:
1) I duplicated the theme socialblue (html/profiles/contrib/social/themes/socialblue) to
newtheme (html/profiles/contrib/social/themes/newtheme)
2) I did a search (socialblue) and replace (newtheme) inside of “newtheme” directory
3) I changed the names of the following files from “socialblue” to “newtheme"
- newtheme.info.yml
- newtheme.libraries.yml
- newtheme.theme
- config/install/newtheme.settings.yml
4) I created a /html/sites/default/services.yml file from default.services.yml and made the following changes
- twig.config -> debug: true
- twig.config -> auto_reload: true
- twig.config -> cache: false
5) html/profiles/contrib/social/themes/newtheme$ yarn install
6) html/profiles/contrib/social/themes/newtheme$ sudo npm install -g gulp-cli
7) html/profiles/contrib/social/themes/newtheme$ gulp
I do not get any error. I made sure that my newtheme.info file has name newtheme. I also copied this new theme in html/themes/custom/newtheme still no luck. Am I missing something?
drupal drupal-8
I am working with Drupal's Open social framework where in I copy socialblue theme so that i can do my modifications in the new theme. I followed the below steps, cleared cache, yet I am not able to see my new theme in admin/appearance section.
Steps I followed:
1) I duplicated the theme socialblue (html/profiles/contrib/social/themes/socialblue) to
newtheme (html/profiles/contrib/social/themes/newtheme)
2) I did a search (socialblue) and replace (newtheme) inside of “newtheme” directory
3) I changed the names of the following files from “socialblue” to “newtheme"
- newtheme.info.yml
- newtheme.libraries.yml
- newtheme.theme
- config/install/newtheme.settings.yml
4) I created a /html/sites/default/services.yml file from default.services.yml and made the following changes
- twig.config -> debug: true
- twig.config -> auto_reload: true
- twig.config -> cache: false
5) html/profiles/contrib/social/themes/newtheme$ yarn install
6) html/profiles/contrib/social/themes/newtheme$ sudo npm install -g gulp-cli
7) html/profiles/contrib/social/themes/newtheme$ gulp
I do not get any error. I made sure that my newtheme.info file has name newtheme. I also copied this new theme in html/themes/custom/newtheme still no luck. Am I missing something?
drupal drupal-8
drupal drupal-8
asked Jan 1 at 13:31


Nupur SharmaNupur Sharma
23
23
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You are following wrong process to build sub theme. You'll have to assign base theme in your sub theme.
For detail, please follow this link i.e. https://www.drupal.org/docs/8/theming-drupal-8/creating-a-drupal-8-sub-theme-or-sub-theme-of-sub-theme
For more technical posts, have a look at http://etutorialz.com
add a comment |
I solved it. Turns out it was because my base theme was mentioned as 'socialblue'. I changed it to 'socialbase' and it worked out. I don't know if a parent theme can have more than one child themes in drupal 8.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53995852%2fdrupal-8-open-social-new-sub-theme-not-showing-in-appearance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are following wrong process to build sub theme. You'll have to assign base theme in your sub theme.
For detail, please follow this link i.e. https://www.drupal.org/docs/8/theming-drupal-8/creating-a-drupal-8-sub-theme-or-sub-theme-of-sub-theme
For more technical posts, have a look at http://etutorialz.com
add a comment |
You are following wrong process to build sub theme. You'll have to assign base theme in your sub theme.
For detail, please follow this link i.e. https://www.drupal.org/docs/8/theming-drupal-8/creating-a-drupal-8-sub-theme-or-sub-theme-of-sub-theme
For more technical posts, have a look at http://etutorialz.com
add a comment |
You are following wrong process to build sub theme. You'll have to assign base theme in your sub theme.
For detail, please follow this link i.e. https://www.drupal.org/docs/8/theming-drupal-8/creating-a-drupal-8-sub-theme-or-sub-theme-of-sub-theme
For more technical posts, have a look at http://etutorialz.com
You are following wrong process to build sub theme. You'll have to assign base theme in your sub theme.
For detail, please follow this link i.e. https://www.drupal.org/docs/8/theming-drupal-8/creating-a-drupal-8-sub-theme-or-sub-theme-of-sub-theme
For more technical posts, have a look at http://etutorialz.com
answered Jan 2 at 4:54


Himanshu BatraHimanshu Batra
12819
12819
add a comment |
add a comment |
I solved it. Turns out it was because my base theme was mentioned as 'socialblue'. I changed it to 'socialbase' and it worked out. I don't know if a parent theme can have more than one child themes in drupal 8.
add a comment |
I solved it. Turns out it was because my base theme was mentioned as 'socialblue'. I changed it to 'socialbase' and it worked out. I don't know if a parent theme can have more than one child themes in drupal 8.
add a comment |
I solved it. Turns out it was because my base theme was mentioned as 'socialblue'. I changed it to 'socialbase' and it worked out. I don't know if a parent theme can have more than one child themes in drupal 8.
I solved it. Turns out it was because my base theme was mentioned as 'socialblue'. I changed it to 'socialbase' and it worked out. I don't know if a parent theme can have more than one child themes in drupal 8.
answered Jan 2 at 6:11


Nupur SharmaNupur Sharma
23
23
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53995852%2fdrupal-8-open-social-new-sub-theme-not-showing-in-appearance%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown