Hi,
Is it possible to stop comments showing below the page content when they are already featured in a widget (e.g., https://play-places.com/places/summerville/ashley-river-park/)?
Thanks!
Hi,
Is it possible to stop comments showing below the page content when they are already featured in a widget (e.g., https://play-places.com/places/summerville/ashley-river-park/)?
Thanks!
In the case of this website you can use the CSS code mentioned below:
#comments {
display:none;
}
.geodir-single-reviews-container #comments {
display: block !important;
}
Please watch this video: https://www.screencast.com/t/PSkinqdxJly