• Hi there,

    I’ve just downloaded the WP widget. It’s great. I had a 4 quick questions.

    1. Can I download all the reviews in a CSV file (or equivalent?)

    2. In the [submit-review] form, do we have to put in a “review title”?

    3. With pagination with multiple pages of reviews, is there a way to remove the total number of reviews listed?

    4. In [submit-form] can I change the wording of the titles – so eg “product name” to say “service type”?

    Many thanks
    Sean

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Sean,

    1. There’s currently no option to export all the reviews to a CSV. We have an option to import from a CSV, but not export. We can note this as a feature suggestion.

    2. Yes, it is a required field, so it needs to be submitted.

    3. You should be able to just hide it with custom CSS. For example:

    .ewd-rup-reviews-nav .displaying-num {
    display: none;
    }
    

    4. You could do this by either creating a new translation using a plugin like Poedit or by making the change directly in the plugin code (keeping in mind that any changes made to the code would be overwritten if you update the plugin). This would be found in the “SubmitReview.php” file in the “Shortcodes” folder. Alternatively, if you’re using the premium version, you could use the “Labelling” area of the “Options” tab to change the wording of these labels.

Viewing 1 replies (of 1 total)

The topic ‘4 quick questions’ is closed to new replies.