Parent theme necessary?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.
<parent>Vendor/theme</parent>
I want to develop whole things from the scratch, that's why I don't want to include parent theme.
magento2
add a comment |
I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.
<parent>Vendor/theme</parent>
I want to develop whole things from the scratch, that's why I don't want to include parent theme.
magento2
1
no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme
– Prathap Gunasekaran
Mar 15 at 12:15
add a comment |
I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.
<parent>Vendor/theme</parent>
I want to develop whole things from the scratch, that's why I don't want to include parent theme.
magento2
I am creating custom theme in magento 2. Is it necessary to assign parent theme to my new custom theme.
<parent>Vendor/theme</parent>
I want to develop whole things from the scratch, that's why I don't want to include parent theme.
magento2
magento2
asked Mar 15 at 12:12
Muhammad Bilal khanMuhammad Bilal khan
253
253
1
no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme
– Prathap Gunasekaran
Mar 15 at 12:15
add a comment |
1
no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme
– Prathap Gunasekaran
Mar 15 at 12:15
1
1
no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme
– Prathap Gunasekaran
Mar 15 at 12:15
no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme
– Prathap Gunasekaran
Mar 15 at 12:15
add a comment |
2 Answers
2
active
oldest
votes
No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch
1
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
add a comment |
Parent theme is not necessary to defined it
It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
1
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
1
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
1
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
|
show 7 more comments
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fmagento.stackexchange.com%2fquestions%2f266097%2fparent-theme-necessary%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
No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch
1
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
add a comment |
No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch
1
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
add a comment |
No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch
No it is not necessary, if you do not set a parent theme you can create all your CSS from scratch. See this post for an example - Theming for Magento 2 - Starting from scratch
answered Mar 15 at 12:38
Ben CrookBen Crook
9,2472477
9,2472477
1
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
add a comment |
1
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
1
1
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
Thanks Ben Crook, that helped alot
– Muhammad Bilal khan
Mar 18 at 4:41
add a comment |
Parent theme is not necessary to defined it
It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
1
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
1
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
1
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
|
show 7 more comments
Parent theme is not necessary to defined it
It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
1
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
1
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
1
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
|
show 7 more comments
Parent theme is not necessary to defined it
It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available
Parent theme is not necessary to defined it
It is not necessary to define parent theme check here
also if you do not set a parent theme you can create all your own CSS of theme becuase it is scratch
also if you want to create your parent theme in template,layout,css,extension then here available
edited Mar 15 at 13:05
answered Mar 15 at 12:15
Rakesh DongaRakesh Donga
2,466316
2,466316
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
1
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
1
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
1
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
|
show 7 more comments
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
1
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
1
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
1
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
What if I want to create all the thing (property, layout, template files, and styles) in my new theme. Do I need to use parent theme now?
– Muhammad Bilal khan
Mar 15 at 12:17
1
1
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
No you don't need but that doesn't make sense, you can customise anything by inheriting parent theme instead of creating all the page layouts from the scratch @MuhammadBilalkhan
– Prathap Gunasekaran
Mar 15 at 12:19
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
i know customiza all thing in custom theme but sometime is needed is parent theme check default reference : devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/… @MuhammadBilalkhan
– Rakesh Donga
Mar 15 at 12:20
1
1
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
@RakeshDonga has given the same, do accept this answer because that doesn't make sense provide repeating answer for single question.Hope you understand
– Prathap Gunasekaran
Mar 15 at 12:25
1
1
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
@PrathapGunasekaran thanks i have updated it
– Rakesh Donga
Mar 15 at 12:49
|
show 7 more comments
Thanks for contributing an answer to Magento Stack Exchange!
- 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%2fmagento.stackexchange.com%2fquestions%2f266097%2fparent-theme-necessary%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
1
no need if you develop everything on your own, if not you suppose get basic thins like parent styles and layout from parent theme. That's why we include parent theme
– Prathap Gunasekaran
Mar 15 at 12:15