Removal of component in an XML listing from custom theme

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
3
down vote

favorite
1












I wish to remove a part from an XML page without editing the core file.



 <?xml version="1.0" encoding="UTF-8"?>
<listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
<listingToolbar name="listing_bottom" template="Aheadworks_AdvancedReviews/ui/grid/toolbar">
<paging name="listing_paging" class="AheadworksAdvancedReviewsUiComponentReviewFrontendListingPaging" component="Aheadworks_AdvancedReviews/js/product/view/review/grid/paging/paging"/>
<component name="awArWriteReviewControlListingBottom" component="Aheadworks_AdvancedReviews/js/product/view/review/write-review-control" displayArea="right-column"/>
</listingToolbar>
</listing>


The part i wish to remove is awArWriteReviewControlListingBottom. How would I do this please in Magento 2.2?










share|improve this question









New contributor




Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    up vote
    3
    down vote

    favorite
    1












    I wish to remove a part from an XML page without editing the core file.



     <?xml version="1.0" encoding="UTF-8"?>
    <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
    <listingToolbar name="listing_bottom" template="Aheadworks_AdvancedReviews/ui/grid/toolbar">
    <paging name="listing_paging" class="AheadworksAdvancedReviewsUiComponentReviewFrontendListingPaging" component="Aheadworks_AdvancedReviews/js/product/view/review/grid/paging/paging"/>
    <component name="awArWriteReviewControlListingBottom" component="Aheadworks_AdvancedReviews/js/product/view/review/write-review-control" displayArea="right-column"/>
    </listingToolbar>
    </listing>


    The part i wish to remove is awArWriteReviewControlListingBottom. How would I do this please in Magento 2.2?










    share|improve this question









    New contributor




    Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      3
      down vote

      favorite
      1









      up vote
      3
      down vote

      favorite
      1






      1





      I wish to remove a part from an XML page without editing the core file.



       <?xml version="1.0" encoding="UTF-8"?>
      <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
      <listingToolbar name="listing_bottom" template="Aheadworks_AdvancedReviews/ui/grid/toolbar">
      <paging name="listing_paging" class="AheadworksAdvancedReviewsUiComponentReviewFrontendListingPaging" component="Aheadworks_AdvancedReviews/js/product/view/review/grid/paging/paging"/>
      <component name="awArWriteReviewControlListingBottom" component="Aheadworks_AdvancedReviews/js/product/view/review/write-review-control" displayArea="right-column"/>
      </listingToolbar>
      </listing>


      The part i wish to remove is awArWriteReviewControlListingBottom. How would I do this please in Magento 2.2?










      share|improve this question









      New contributor




      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I wish to remove a part from an XML page without editing the core file.



       <?xml version="1.0" encoding="UTF-8"?>
      <listing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
      <listingToolbar name="listing_bottom" template="Aheadworks_AdvancedReviews/ui/grid/toolbar">
      <paging name="listing_paging" class="AheadworksAdvancedReviewsUiComponentReviewFrontendListingPaging" component="Aheadworks_AdvancedReviews/js/product/view/review/grid/paging/paging"/>
      <component name="awArWriteReviewControlListingBottom" component="Aheadworks_AdvancedReviews/js/product/view/review/write-review-control" displayArea="right-column"/>
      </listingToolbar>
      </listing>


      The part i wish to remove is awArWriteReviewControlListingBottom. How would I do this please in Magento 2.2?







      magento2.2 custom-theme






      share|improve this question









      New contributor




      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 14 mins ago









      Amit Bera♦

      53.9k1366157




      53.9k1366157






      New contributor




      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 hours ago









      Anthony

      583




      583




      New contributor




      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          Ok, it seems you can use the displayArea rather than trying to remove the component.



          Setting;



          displayArea="nothing"


          seems to have removed it






          share|improve this answer








          New contributor




          Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.

















            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',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Anthony is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f242186%2fremoval-of-component-in-an-xml-listing-from-custom-theme%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            2
            down vote













            Ok, it seems you can use the displayArea rather than trying to remove the component.



            Setting;



            displayArea="nothing"


            seems to have removed it






            share|improve this answer








            New contributor




            Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





















              up vote
              2
              down vote













              Ok, it seems you can use the displayArea rather than trying to remove the component.



              Setting;



              displayArea="nothing"


              seems to have removed it






              share|improve this answer








              New contributor




              Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.



















                up vote
                2
                down vote










                up vote
                2
                down vote









                Ok, it seems you can use the displayArea rather than trying to remove the component.



                Setting;



                displayArea="nothing"


                seems to have removed it






                share|improve this answer








                New contributor




                Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                Ok, it seems you can use the displayArea rather than trying to remove the component.



                Setting;



                displayArea="nothing"


                seems to have removed it







                share|improve this answer








                New contributor




                Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered 3 hours ago









                Anthony

                583




                583




                New contributor




                Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                Anthony is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                    Anthony is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Anthony is a new contributor. Be nice, and check out our Code of Conduct.












                    Anthony is a new contributor. Be nice, and check out our Code of Conduct.











                    Anthony is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f242186%2fremoval-of-component-in-an-xml-listing-from-custom-theme%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery