New Landing How can we help? Atelier Product review form

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #314447
    markmuz
    Member
    Post count: 94

    Hi folks,

    Please see attached screenshot of the product review layout and form,

    1. How do I remove the star options from this?
    2. Is there any way for me to switch the layout of this so that the Add a review is on the left hand side and the Reviews are on the right?
    3. Can you tel me how I can edit the wording or remove the labels for the fields? both above and inside the text entry field please? I just need some options for this because my client isn’t 100% what they want so I need to have the ability to do both please?

    4. Also is there any way of formatting the form like this http://www.androidhive.info/2015/09/android-material-design-floating-labels-for-edittext/ so that they have a help text, which then becomes the label as you start typing?

    Thanks for your help

    Cheers

    Mark

    Attachments:
    You must be logged in to view attached files.
    #314496
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us the url to the screenshot you attached?

    Regarding 4) this isn’t only css it also requires js scripts from google material and it’s not a straightforward process.

    -Rui

    #314516
    markmuz
    Member
    Post count: 94

    Hi Rui,

    it’s this page…

    http://www.prettygoodproject.org/product/nimble/

    Cheers

    #314672
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    1 and 2) Add the code below to your custom css option.

    
    .comment-form-rating {
        display: none;
    }
    
    #product-reviews-wrap #comments {
        float: right!important;
    }
    
    #product-reviews-wrap #review_form_wrapper{
        float: left!important;
    }

    3) This is done by Woocommerce, guess a possible way is to use this plugin to search and replace a specific text.
    https://wordpress.org/plugins/real-time-find-and-replace/

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register