• Resolved oiver55

    (@oiver55)


    Even with the review form option enabled, I am not seeing any difference on the front end of my website. I checked the list that has all the listings items and also the single page for each listing item that has the list item’s details. I do not see any way to leave a review. Is there something else I must do? The documentation doesn’t really say what else needs to be done. With this option enables I expected to see a form where any visitor could leave a review for a listing on my website. I’m currently testing my website on a local environment.

    • This topic was modified 3 months, 1 week ago by oiver55.
Viewing 9 replies - 1 through 9 (of 9 total)
  • What website theme are you using? If this theme is from the plugin developers, then there should be no problems if it is a third-party theme. you must enable compatibility.

    Thread Starter oiver55

    (@oiver55)

    Oh I am using the Kadence theme. I am pretty sure that must be the problem, therefore I should do add_action(‘after_setup_theme’, function() { add_theme_support( ‘rtcl’ ); }); for it to work right?

    Thread Starter oiver55

    (@oiver55)

    Ok so I added add_action(‘after_setup_theme’, function() { add_theme_support( ‘rtcl’ ); });
    To my child theme to function.php file. However, I’m not seeing any difference. Is there something more I should do?

    • This reply was modified 3 months ago by oiver55.
    Houdini

    (@romariokg)

    If you want to get a good website with all the functions, I recommend using themes from the plugin developers.

    Wait for the developer’s response if your actions did not help.

    Thread Starter oiver55

    (@oiver55)

    I understand, thanks for your help

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    After adding theme setup code, Hopefully it will work. Do you have cache plugin? Could you check by removing cache?

    If possible you can share site link.

    Thank you

    Thread Starter oiver55

    (@oiver55)

    After adding that theme support code, I still got the same problem. So I decided to just buy the Classima theme.

    Houdini

    (@romariokg)

    Good decision! Good luck with your project!

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.