Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter wealthy

    (@wealthy)

    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

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    These settings not work for you? https://prnt.sc/2xBJD6LumM9A
    Which theme are you using?

    Thank you

    Thread Starter wealthy

    (@wealthy)

    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????

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    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

    Thread Starter wealthy

    (@wealthy)

    Yes unfortunately when I add that code to my Functions it really screws up my theme style…

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    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

    Thread Starter wealthy

    (@wealthy)

    Enfold is the theme
    Not sure how to template load from plugin????

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    After adding theme support code then will be load plugin templates as usual.
    Template directory of plugin https://prnt.sc/cSLxg40D4cQh

    Thank you

    Thread Starter wealthy

    (@wealthy)

    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??

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    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

    Thread Starter wealthy

    (@wealthy)

    As I said above

    “unfortunately when I add that code to my Functions it really screws up my theme style…”

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    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

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove Comments section’ is closed to new replies.