• Resolved digitaliway

    (@digitaliway)


    for indepth review fields I need a field title and then a description just like the reviewer author and reviewer email – SEE BELOW.

    FIELD TITLE (example: overall satisfaction)
    FIELD DESCRIPTION(description: please rate how satisfied you are over all with the product from sales to service)

    the word SCORE is added to the end of all additional fields and I need that removed, how do I do that?

    I also need to place the stars below the field title not side by sideso everything is top to bottom (how can I do that)?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @digitaliway,

    Could you provide the URL to your website? Maybe we could use some Custom CSS to solve your issue.

    Thread Starter digitaliway

    (@digitaliway)

    below is the link to click on the button to open the form.
    https://iol.digitaliwayhost.net/product/symfony/

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi @digitaliway,

    I noticed that you moved the stars below the field title, awesome!

    Regarding the “score” text,

    You can simply go to the labelling option > Category ‘Score’ > and set that field to ‘ ‘ (HTML entity for space). This will replace the word Score with space.

    Is there anything else I can help with?

    Thread Starter digitaliway

    (@digitaliway)

    thank you for looking at this and I was doing some tweaking. for in-depth reviews there really needs to be FIELD NAME and FIELD DESCRIPTION so that I can reduce the question text and then show a description below each field name. can you add in that functionality or let me know how I can do this?

    also in your code line 344 in SubmitReview.php there is a css error where the css. when I was fixing the layout I needed to target the email field but it was referencing author (see below)
    $ReturnString .= “<input type=’email’ name=’Post_Email’ id=’Post_Email’ value='” . $_REQUEST[‘Post_Email’] . “‘ required/>”;
    //COMMENT CSS CHANGE ewd-urp-author-explanation NEEDED TO BE ewd-urp-email-explanation
    //$ReturnString .= “<div id=’ewd-urp-author-explanation’ class=’ewd-urp-review-explanation’>”;
    $ReturnString .= “<div id=’ewd-urp-email-explanation’ class=’ewd-urp-review-explanation’>”;

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Thank you for letting us know about the class names, we’ll take a look at that. And thank you also for the feature suggestion.

    In regards to your feature request, we just needed to clarify: did you mean you wanted a class name added to the field name and description (i.e. for CSS styling purposes)?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘review form indepth fields and layout change’ is closed to new replies.