I found I had to manually turn each comment off using the back end dashboard for each and every listing
How do I turn then all off so when a listing is added, the comments are always off
Hi,
These settings not work for you? https://prnt.sc/2xBJD6LumM9A
Which theme are you using?
Thank you
Ok checked this out.
!. I dont have both those feilds you showed me. I have “Allow visitors to review your listing.” but dont have “Allow visitors to make review Rating” Is this a Pro option?
https://pasteboard.co/G5rGYkHjbFgV.png
Also with “Allow visitors to review your listing.” turned OFF ( no tick) I still see Leave a ReplyWant to join the discussion?
Feel free to contribute!
in the Single Listing page ( /?post_type=rtcl_listing&p=734)
https://pasteboard.co/bPhG0GF47ApT.png
I have to manually take the tick out of the WP-Admin/ CL/All Listings and click on a single listing to edit the Discussions / Allow Comments
https://pasteboard.co/6l4uzjKgTVcJ.png
Thanks
Maybe there is something in the WP comments area that adds this also????
Hi,
Yes, rating is pro feature. May be comment section comes from theme. Did you add theme support for Classified listing? https://www.radiustheme.com/docs/developer-docs/add-theme-support/
Thank you
Yes unfortunately when I add that code to my Functions it really screws up my theme style…
Hi,
In this case template load from plugin and your comment related issue will be solve.
Yes, after add the code, you have to adjust plugin template files with theme. Which theme are you using?
Thank you
Enfold is the theme
Not sure how to template load from plugin ???
Hi,
After adding theme support code then will be load plugin templates as usual.
Template directory of plugin https://prnt.sc/cSLxg40D4cQh
Thank you
So which file is it that I put the code
add_action(‘after_setup_theme’, function() { add_theme_support( ‘rtcl’ ); });
in….
and does it go in the space at line 4144
Also will this get over written on a plugin update??
Hi,
You will add the code in child theme functions.php file.
You can also add in main theme functions.php file but after update main theme then it will be lose. To modify theme and plugin, better way is using child theme.
Thank you
As I said above
“unfortunately when I add that code to my Functions it really screws up my theme style…”
Hi,
Yes, you have to adjust and fix layout issue.
1. Add theme support
2. If your installed theme not included bootstrap then enable bootstrap from general settings.
3. If there have layout issue with theme then adjust it by customize using child theme.
If you don’t get idea how will do all things. You can check our free theme.
Thank you