Remove reviews and favorites Vantage theme
Hello,
I would like to remove the reviews option and add to favorite buttons. I know its not 'an option' but I made a child theme and tried.
So far it kind a works but for example the sidebar and footer dont show up. How do I get it working?
(A lot of people ask for this, why isnt there a tutorial somewhere?)
Quote:
https://forums.appthemes.com/vantage...28/#post281282
/* DO NOT DISPLAY Ratings Stars and reviews */
.stars {display:none;}
article.listing .review-meta {display:none;}
article.listing .review-meta p {display:none;}
article.listing .review-meta .stars-cont {display:none;}
.single-listing article.listing .stars-cont {display:none;}
.single-listing article.listing .reviews {display:none;}
a.listing-fave-link,
a.listing-unfave-link {display: none;}
.listing-faves .fave-button .fave-icon {display: none;}
.fave-icon.listing-fave {display: none;}
div.content-listing.listing-faves .fave-button {display: none;}
div.single-listing.listing-faves .fave-button {display: none;}
/* Listing tabs edits */
#listing-tabs #reviews {display: none;}
#listing-tabs .tabs a#add-your-review-button {display:none;}
#listing-tabs .tabs a#add-your-review-button div {display:none;}
/* tab, reviews edits */
#reviews {display: none;}
#add-review-form {display: none;}
#add-review-form .submit div,
#reply-review-form .submit div {display:none;}
#add-review-form .submit div input,
#reply-review-form .submit div input {display:none;}
This was provided by another member in this thread:
http://forums.appthemes.com/vantage-...d-theme-37112/
Any advice is greatly appreciated.