• Resolved ony

    (@ony88)


    Sorry, I am not too savvy:(

    How do I make my review title (caption) from user smaller?

    Is there a custom CSS to achieve this?

    Thanks for the amazing plugin by the way.

    Also, when will you have the option for image ready?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    1. Site Reviews does not officially support importing 3rd-party reviews (as mentioned above). The link provided above is for people who would like to try and do it on their own and it outlines the recommended steps to take.

    If you installed the Updraft plugin (as it suggests in step 1), then you should be able to roll back your database to the point before you attempted to import the reviews.

    I cannot really help you with this issue as there are too many other unknown factors in play that could be causing this. This is demonstrated by how it worked on one website, but you had issues on the other one.

    Again, importing reviews is not officially supported, and the link provided is only if you would like to attempt it on your own.

    2. Site Reviews already sorts reviews by date (latest to oldest). If this is not happening with your imported reviews, please verify that the format of the two date columns in the CSV file you used is correct and that it is not mixing up the day with the month on import (as explained in step 3).

    You can also try sorting the CSV values by date before importing them, though if the format of the two date columns are correct, then this should not be a problem.

    Thread Starter ony

    (@ony88)

    Thanks for the update!

    I noticed my review is only showing 5 but I have 12 on the backend. The summary shows 12 but actual review only displays 5.

    Now, I read your article but I am currently using this code “[site_reviews schema=”true”]” so which code should I use to display a correct review with schema code?

    Thanks

    Plugin Author Gemini Labs

    (@geminilabs)

    Please read the WordPress admin > Site Reviews > Documentation > Shortcodes page which explains how to do this and more.

    Thread Starter ony

    (@ony88)

    I tried to read this, but I am honestly lost?

    I definitely will love to use the schema, it is currently showing on google so I do not want to mess it up……Currently, below are the shortcodes I have on a single page and I am using this for just one post page!
    [site_reviews_summary]
    [site_reviews_form]
    [site_reviews schema=”true”]

    I just need your help on how to make more reviews show, I currently have 6 reviews but only 5 is showing? I just need help on what to change.

    Thanks

    Plugin Author Gemini Labs

    (@geminilabs)

    So the Shortcode documentation page shows you all of the available options for each of the 3 shortcodes, along with a description of what the option does, and an example of how to use it.

    In your case, you will want to use the count option together with the pagination option.

    The “count” option:

    The “pagination” option:

    To use both options (for example, showing 10 reviews at a time with pagination), it would look like this:

    [site_reviews count=10 pagination=ajax]

    And since you want the schema enabled, you can add that option with the others like this:

    [site_reviews count=10 pagination=ajax schema=true]

    Thread Starter ony

    (@ony88)

    Thanks, it is ok now.
    Any update on how avatar can be changed?

    Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews uses the official WordPress Gravatar service and functions for avatars.

    If you would like your registered website users to change the avatar on their profile without using Gravatar, you can use an avatar plugin such as WP User Avatars.

    If you would like to change the avatars yourself for existing reviews, you will need to use the Custom Fields metabox to change the avatar URL.

    To enable the Custom Fields metabox for reviews, please see: https://pastebin.com/z4F6WBfR

    Please create a new topic in the support forum for any additional questions that are unrelated to the original topic of this thread.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘How to make title font smaller’ is closed to new replies.