How to search name referenceBlock and referenceContainer in magento 2 themeMagento2: what is the difference between referenceContainer and referenceBlockHow can i rewrite TierPrice Block in Magento2Replace referenceContainer or referenceBlockmagento 2 captcha not rendering if I override layout xmlWhat is referenceContainer or referenceBlock for Payment method in Magento2main.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2 | When to use referenceContainer and when referenceBlock?Magento 2.2.5: Add, Update and Delete existing products Custom Options

How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?

What happens if you roll doubles 3 times then land on "Go to jail?"

Two monoidal structures and copowering

What does the word "Atten" mean?

How does Loki do this?

Is a stroke of luck acceptable after a series of unfavorable events?

Opposite of a diet

Tiptoe or tiphoof? Adjusting words to better fit fantasy races

How did Doctor Strange see the winning outcome in Avengers: Infinity War?

Risk of infection at the gym?

Do the temporary hit points from the Battlerager barbarian's Reckless Abandon stack if I make multiple attacks on my turn?

You cannot touch me, but I can touch you, who am I?

Unreliable Magic - Is it worth it?

Go Pregnant or Go Home

Is the destination of a commercial flight important for the pilot?

Sequence of Tenses: Translating the subjunctive

How do scammers retract money, while you can’t?

How to be diplomatic in refusing to write code that breaches the privacy of our users

How does the UK government determine the size of a mandate?

What is the intuitive meaning of having a linear relationship between the logs of two variables?

Why are there no referendums in the US?

Is this apparent Class Action settlement a spam message?

Is there a good way to store credentials outside of a password manager?

How to pronounce the slash sign



How to search name referenceBlock and referenceContainer in magento 2 theme


Magento2: what is the difference between referenceContainer and referenceBlockHow can i rewrite TierPrice Block in Magento2Replace referenceContainer or referenceBlockmagento 2 captcha not rendering if I override layout xmlWhat is referenceContainer or referenceBlock for Payment method in Magento2main.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2 | When to use referenceContainer and when referenceBlock?Magento 2.2.5: Add, Update and Delete existing products Custom Options













2















I want custom my theme but when use name=" name class html " it do not working. Please help me
enter image description here



My Code: default.xml



<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="report.bugs" remove="true"/>
<referenceContainer name="header.container">
<referenceBlock name="reviews.actions" remove="true"/>
<referenceBlock name="product.attribute" remove="true"/>
<referenceBlock name="product.info.detailed" remove="true"/>
<referenceBlock name="page.title.wrapper.product" remove="true"/>
<referenceBlock name="top.search" display="true"/>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/mystoretheme-logo.png</argument>
</arguments>
</referenceBlock>
</referenceContainer>
</body>











share|improve this question
























  • you should redeploy static contents to make your changes work

    – magefms
    yesterday











  • i can't search name :(

    – TN98
    yesterday












  • static:upgrade and deploy but it not working :(

    – TN98
    yesterday











  • post your codes so others can check as well

    – magefms
    yesterday






  • 1





    oh no, i want search it in vendor, because i want custom them

    – TN98
    yesterday















2















I want custom my theme but when use name=" name class html " it do not working. Please help me
enter image description here



My Code: default.xml



<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="report.bugs" remove="true"/>
<referenceContainer name="header.container">
<referenceBlock name="reviews.actions" remove="true"/>
<referenceBlock name="product.attribute" remove="true"/>
<referenceBlock name="product.info.detailed" remove="true"/>
<referenceBlock name="page.title.wrapper.product" remove="true"/>
<referenceBlock name="top.search" display="true"/>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/mystoretheme-logo.png</argument>
</arguments>
</referenceBlock>
</referenceContainer>
</body>











share|improve this question
























  • you should redeploy static contents to make your changes work

    – magefms
    yesterday











  • i can't search name :(

    – TN98
    yesterday












  • static:upgrade and deploy but it not working :(

    – TN98
    yesterday











  • post your codes so others can check as well

    – magefms
    yesterday






  • 1





    oh no, i want search it in vendor, because i want custom them

    – TN98
    yesterday













2












2








2


1






I want custom my theme but when use name=" name class html " it do not working. Please help me
enter image description here



My Code: default.xml



<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="report.bugs" remove="true"/>
<referenceContainer name="header.container">
<referenceBlock name="reviews.actions" remove="true"/>
<referenceBlock name="product.attribute" remove="true"/>
<referenceBlock name="product.info.detailed" remove="true"/>
<referenceBlock name="page.title.wrapper.product" remove="true"/>
<referenceBlock name="top.search" display="true"/>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/mystoretheme-logo.png</argument>
</arguments>
</referenceBlock>
</referenceContainer>
</body>











share|improve this question
















I want custom my theme but when use name=" name class html " it do not working. Please help me
enter image description here



My Code: default.xml



<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="report.bugs" remove="true"/>
<referenceContainer name="header.container">
<referenceBlock name="reviews.actions" remove="true"/>
<referenceBlock name="product.attribute" remove="true"/>
<referenceBlock name="product.info.detailed" remove="true"/>
<referenceBlock name="page.title.wrapper.product" remove="true"/>
<referenceBlock name="top.search" display="true"/>
<referenceBlock name="logo">
<arguments>
<argument name="logo_file" xsi:type="string">images/mystoretheme-logo.png</argument>
</arguments>
</referenceBlock>
</referenceContainer>
</body>








magento2






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday







TN98

















asked yesterday









TN98TN98

487




487












  • you should redeploy static contents to make your changes work

    – magefms
    yesterday











  • i can't search name :(

    – TN98
    yesterday












  • static:upgrade and deploy but it not working :(

    – TN98
    yesterday











  • post your codes so others can check as well

    – magefms
    yesterday






  • 1





    oh no, i want search it in vendor, because i want custom them

    – TN98
    yesterday

















  • you should redeploy static contents to make your changes work

    – magefms
    yesterday











  • i can't search name :(

    – TN98
    yesterday












  • static:upgrade and deploy but it not working :(

    – TN98
    yesterday











  • post your codes so others can check as well

    – magefms
    yesterday






  • 1





    oh no, i want search it in vendor, because i want custom them

    – TN98
    yesterday
















you should redeploy static contents to make your changes work

– magefms
yesterday





you should redeploy static contents to make your changes work

– magefms
yesterday













i can't search name :(

– TN98
yesterday






i can't search name :(

– TN98
yesterday














static:upgrade and deploy but it not working :(

– TN98
yesterday





static:upgrade and deploy but it not working :(

– TN98
yesterday













post your codes so others can check as well

– magefms
yesterday





post your codes so others can check as well

– magefms
yesterday




1




1





oh no, i want search it in vendor, because i want custom them

– TN98
yesterday





oh no, i want search it in vendor, because i want custom them

– TN98
yesterday










1 Answer
1






active

oldest

votes


















0














Basically, you can go to:




app → design → frontend → Vendor → Theme → Magento_Theme → layout → default.xml




But if you want to check it through the vendor, it is located at path:




vendor > magento > module-theme > view > frontend > layout > default.xml







share|improve this answer






















    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267416%2fhow-to-search-name-referenceblock-and-referencecontainer-in-magento-2-theme%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









    0














    Basically, you can go to:




    app → design → frontend → Vendor → Theme → Magento_Theme → layout → default.xml




    But if you want to check it through the vendor, it is located at path:




    vendor > magento > module-theme > view > frontend > layout > default.xml







    share|improve this answer



























      0














      Basically, you can go to:




      app → design → frontend → Vendor → Theme → Magento_Theme → layout → default.xml




      But if you want to check it through the vendor, it is located at path:




      vendor > magento > module-theme > view > frontend > layout > default.xml







      share|improve this answer

























        0












        0








        0







        Basically, you can go to:




        app → design → frontend → Vendor → Theme → Magento_Theme → layout → default.xml




        But if you want to check it through the vendor, it is located at path:




        vendor > magento > module-theme > view > frontend > layout > default.xml







        share|improve this answer













        Basically, you can go to:




        app → design → frontend → Vendor → Theme → Magento_Theme → layout → default.xml




        But if you want to check it through the vendor, it is located at path:




        vendor > magento > module-theme > view > frontend > layout > default.xml








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        magefmsmagefms

        2,0722426




        2,0722426



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f267416%2fhow-to-search-name-referenceblock-and-referencecontainer-in-magento-2-theme%23new-answer', 'question_page');

            );

            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







            Popular posts from this blog

            Sum ergo cogito? 1 nng

            419 nièngy_Soadمي 19bal1.5o_g

            Queiggey Chernihivv 9NnOo i Zw X QqKk LpB