Removal of component in an XML listing from custom theme
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
3
down vote
favorite
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
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.
add a comment |Â
up vote
3
down vote
favorite
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
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.
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
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
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
magento2.2 custom-theme
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.
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.
add a comment |Â
add a comment |Â
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
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.
add a comment |Â
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
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.
add a comment |Â
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
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.
add a comment |Â
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
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
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.
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.
add a comment |Â
add a comment |Â
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.
Anthony is a new contributor. Be nice, and check out our Code of Conduct.
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
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
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
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
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