Viewing 2 replies - 1 through 2 (of 2 total)
  • holowan,
    If you know CSS, you can just hide the comments.
    Something like this:

    .hreview { display: none !important; }

    You would probably also want to hide the horizontal rules (hr)

    #wpcr_respond_1 hr { display: none !important; }

    Hope that helps!

    Thread Starter holowan

    (@holowan)

    Hey aviciipdx,

    Thanks for the response. Yep, very comfy with CSS and I’d originally done this but it isn’t quite what I’m after. Rather, I want just the form by itself to display for logged in users, and just the comments to appear for non-logged in vistors. I was really hoping I could separate/isolate the comments and the form with shortcode. Tha’d be awesome.

    Anyway, thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Customer Reviews] Display just the form’ is closed to new replies.