How to create the homepage.phtml in Magento 2 The Next CEO of Stack Overflowmagento 2 utilizing the CPU 100%Magento2.1.5 Doesn't create the versionxxxxxxxx folder while static content deployMagento 2: How to Create Paypal Order Programmatically?Magento 2.1 adding custom layout fails?Creating a custom homepage template in Magento2.1.5Magento 2 add new custom container above <main> tagHow to solve the Main Slider image showing issue Magento 2.x?how to create custom theme in magento2Magento 2 : Custom Layout for Static Page Empty Into FrontendHow to restrict a configurable product adding into the cart magento 2.1.15
Is it possible to create a QR code using text?
Creating a script with console commands
How do I secure a TV wall mount?
Why does the freezing point matter when picking cooler ice packs?
logical reads on global temp table, but not on session-level temp table
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
Why was Sir Cadogan fired?
How can I prove that a state of equilibrium is unstable?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Arity of Primitive Recursive Functions
Is it reasonable to ask other researchers to send me their previous grant applications?
Why doesn't Shulchan Aruch include the laws of destroying fruit trees?
Direct Implications Between USA and UK in Event of No-Deal Brexit
Why did early computer designers eschew integers?
Gauss' Posthumous Publications?
Find a path from s to t using as few red nodes as possible
MT "will strike" & LXX "will watch carefully" (Gen 3:15)?
My boss doesn't want me to have a side project
Is it correct to say moon starry nights?
Calculate the Mean mean of two numbers
Is it okay to majorly distort historical facts while writing a fiction story?
How can a day be of 24 hours?
Calculating discount not working
Finitely generated matrix groups whose eigenvalues are all algebraic
How to create the homepage.phtml in Magento 2
The Next CEO of Stack Overflowmagento 2 utilizing the CPU 100%Magento2.1.5 Doesn't create the versionxxxxxxxx folder while static content deployMagento 2: How to Create Paypal Order Programmatically?Magento 2.1 adding custom layout fails?Creating a custom homepage template in Magento2.1.5Magento 2 add new custom container above <main> tagHow to solve the Main Slider image showing issue Magento 2.x?how to create custom theme in magento2Magento 2 : Custom Layout for Static Page Empty Into FrontendHow to restrict a configurable product adding into the cart magento 2.1.15
How to create create the custom theme
in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<update handle="empty"/>
<referenceContainer name="page.wrapper">
<container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
<container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
<container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
<container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
</referenceContainer>
</layout>
appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml
<div id="MainContainerEnclose" class="MainContainerEnclose">
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</div>
Any one help me
custom magento2.1.5
add a comment |
How to create create the custom theme
in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<update handle="empty"/>
<referenceContainer name="page.wrapper">
<container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
<container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
<container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
<container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
</referenceContainer>
</layout>
appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml
<div id="MainContainerEnclose" class="MainContainerEnclose">
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</div>
Any one help me
custom magento2.1.5
add a comment |
How to create create the custom theme
in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<update handle="empty"/>
<referenceContainer name="page.wrapper">
<container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
<container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
<container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
<container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
</referenceContainer>
</layout>
appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml
<div id="MainContainerEnclose" class="MainContainerEnclose">
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</div>
Any one help me
custom magento2.1.5
How to create create the custom theme
in Magento 2. i have create the custom, in my template i have write the some html code. But its not display default code only display here my codes
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<?xml version="1.0"?>
<layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<update handle="empty"/>
<referenceContainer name="page.wrapper">
<container name="header.container" as="header_container" label="Page Header Container" htmlTag="header" htmlClass="page-header" before="main.content"/>
<container name="page.top" as="page_top" label="After Page Header" after="header.container"/>
<container name="test" label="Main Content Container" htmlTag="div" htmlClass="MainContainerEnclose" htmlId="MainContainerEnclose" />
<container name="footer-container" as="footer" before="before.body.end" label="Page Footer Container" htmlTag="footer" htmlClass="page-footer" />
</referenceContainer>
</layout>
appdesignfrontendaccuaccu-themeMagento_Themetemplatehomepage.phtml
<div id="MainContainerEnclose" class="MainContainerEnclose">
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</div>
Any one help me
custom magento2.1.5
custom magento2.1.5
edited Apr 11 '17 at 5:33
Ravi Kumar
asked Apr 10 '17 at 11:41
Ravi KumarRavi Kumar
12211
12211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<title>Magestore Sample Theme</title>
<parent>Magento/luma</parent>
<media>
<preview_image>media/preview.jpg</preview_image>
</media>
</theme>
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
1
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
add a comment |
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%2f169449%2fhow-to-create-the-homepage-phtml-in-magento-2%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<title>Magestore Sample Theme</title>
<parent>Magento/luma</parent>
<media>
<preview_image>media/preview.jpg</preview_image>
</media>
</theme>
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
1
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
add a comment |
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<title>Magestore Sample Theme</title>
<parent>Magento/luma</parent>
<media>
<preview_image>media/preview.jpg</preview_image>
</media>
</theme>
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
1
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
add a comment |
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<title>Magestore Sample Theme</title>
<parent>Magento/luma</parent>
<media>
<preview_image>media/preview.jpg</preview_image>
</media>
</theme>
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
<title>Magestore Sample Theme</title>
<parent>Magento/luma</parent>
<media>
<preview_image>media/preview.jpg</preview_image>
</media>
</theme>
edited 14 hours ago
arno
377
377
answered Apr 11 '17 at 5:17
Ramesh SRamesh S
897424
897424
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
1
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
add a comment |
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
1
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
which file i need to change
– Ravi Kumar
Apr 11 '17 at 5:19
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
appdesignfrontendaccuaccu-themeMagento_Themepage_layoutcustom_home.xml
– Ramesh S
Apr 11 '17 at 5:32
1
1
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
i need custom page and custom page design
– Ravi Kumar
Apr 11 '17 at 5:34
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
Please refer this link magestore.com/magento-2-tutorial/… it will help you
– Ramesh S
Apr 11 '17 at 5:35
add a comment |
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%2f169449%2fhow-to-create-the-homepage-phtml-in-magento-2%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