New Landing How can we help? Atelier Sequence of fields in composing a review

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #267097
    leggero
    Member
    Post count: 107

    Hi

    I have a problem with the input fields for the reviews:

    If you are not logged in, the first field is “description”, but only the last field is “Title” which should be the first field (s. screenshot).

    https://www.amphiro.com/produkt/amphiro-b1-connect/

    Any ideas why?

    Thanks and best regards

    Caspar

    Attachments:
    You must be logged in to view attached files.
    #267662
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    If you open your Theme Options, navigate to Custom JS.

    Inside that option paste:

    if ( jQuery("p.comment-form-title").length > 0 ) {
        jQuery("p.comment-form-title").insertBefore( "p.comment-form-comment" );
    }

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.