• Resolved stumur

    (@stumur)


    Hi Guys,

    I’m a bit of a n0ob, and am so sorry to be a bother with this. I’ve just built a new live bands booking website, and I need to upload a few hundred band reviews from years gone by, to bulk up our 20 bands’ bandpages a bit with some good 5 star reviews on our site. Is there a fairly straightforward way to upload old text reviews (even if it’s just to aggregate stars without the text reviews for now) for say 20 different bands that will reflect the dates from years gone by, or will they only all display the dates on the day I upload them? (I don’t have a csv document prepared – do I need one?). Also, will they all appear to be from me?!? Also, as an option, if I don’t upload the full text review, but only upload the number of star reviews each band has had over the years, can this just be aggregated next to the band’s bandname at the top of their band page? I’m just trying to make the site look a bit more established with old reviews or hundreds of star ratings before I launch it.

    Thanks A Lot,
    Stu

    • This topic was modified 3 years, 11 months ago by stumur.

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

Viewing 15 replies - 16 through 30 (of 42 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    No, use a dash not a forward slash.

    yyyy-mm-dd

    Thread Starter stumur

    (@stumur)

    Lordy – I can’t believe I missed that – thanks mate, so much appreciated! One last thing – I’m using Avada theme, and it has a subheading option for a bit of text etc – do you know how I can add the 5 stars image thingy, and whatever count of them a particular band has ammassed in that subheading area? IE.. add the image of the 5 stars, and a count next to it? The page, if you wanna quick look at the current heading, is at: https://thelivemusicagency.affordaband.co.uk/anthems-live-band/

    Thread Starter stumur

    (@stumur)

    Kinda like a clickable hyperlink in that subheading area, looking like:

    ★★★★★ – 9 Reviews!

    or similar?

    Plugin Author Gemini Labs

    (@geminilabs)

    1. Use the id option on the reviews shortcode:

    [site_reviews id="reviews"]
    

    2. Use the text option on the summary shortcode to link to the id used above. Also, add a custom class. You may need to add this to a child theme directly in the template code using do_shortcode if the Avada theme does not let you use a shortcode in the sub heading. If you need help with this, you will need to contact the Avada support team.

    [site_reviews_summary class="inline-summary" hide="bars,rating" text=" – <a href='#reviews'>{num} reviews</a>"]
    

    3. Use custom CSS to target the custom class you gave to the summary shortcode above:

    .inline-summary .glsr-summary-text {
        margin-top: 0;
        width: auto;
    }

    Result:

    • This reply was modified 3 years, 11 months ago by Gemini Labs.
    Thread Starter stumur

    (@stumur)

    Thanks mate. Having sat here and read your reply for 30mins, I think it might be time to chat with the Avada support guys – I can’t even figure out point 1! Thanks so much for the reply though mate, I did manage to successfully import the csv file earlier thanks to you, so I’m sure soon enough I’ll figure this out too if I keep staring at it (!).

    Thread Starter stumur

    (@stumur)

    ps.. any idea why I’m only getting 5 reviews on a page, rather than 9? Not sure why the other 4 aren’t showing up..

    • This reply was modified 3 years, 11 months ago by stumur.
    Plugin Author Gemini Labs

    (@geminilabs)

    Use the “display” and “pagination” options on the shortcode.

    Please read the Help > Shortcodes page to learn more.

    Thread Starter stumur

    (@stumur)

    Perfect. Thanks mate. ??

    Thread Starter stumur

    (@stumur)

    Mate, I absolutely love this plugin – it’s so perfect. One thing though – I did what you said above and entered the shortcode: [site_reviews_summary class=”inline-summary” hide=”bars,rating” text=” – {num} reviews“] into the top of the page here:
    https://thelivemusicagency.affordaband.co.uk/anthems-live-band/
    and it worked spectacularly as you can see, but it’s on two separate lines rather than one line. I’ve tried so many things to try to put them on one line but I can’t seem to do it. Also, I can’t seem to make the thing be a hyperlink that takes people down the page to read the actual reviews. And also how do I change the wording to make the text read: ★★★★★ – 5 stars from (x number of) Reviews!

    Thanks so much, Stu

    Plugin Author Gemini Labs

    (@geminilabs)

    1. You may need to add !important to the custom CSS to raise the specificity.

    .inline-summary .glsr-summary-text {
        margin-top: 0 !important;
        width: auto !important;
    }

    2. You need to add an id option to the reviews shortcode further down on your page:

    [site_reviews id="reviews"]

    3. Here is what the documentation shows for the Summary shortcode:

    With that in mind, you can use the text option to modify the summary text and add a link to the #reviews id.

    [site_reviews_summary text=" – {rating} stars from <a href='#reviews'>{num} Reviews!</a>"]

    4. If you want a smooth scroll down effect, you can use https://www.ads-software.com/plugins/page-scroll-to-id/

    • This reply was modified 3 years, 11 months ago by Gemini Labs.
    Thread Starter stumur

    (@stumur)

    Mate, what a raucous dude you are – thank you. Due solely to your suggestions, my site just went from lame to legendary. ?? ??

    • This reply was modified 3 years, 11 months ago by stumur.
    Thread Starter stumur

    (@stumur)

    Hello again mate. I had my site reviews sorted with the layout I liked, thanks to your great assistance. Suddenly they’ve reverted back to the old way the link at the top of my page looked though, and it’s not clickable to the lower part of the page anymore where the reviews start. I’ve tried to see where the error is, but I’m lost. Is it obvious to you what’s up?

    Plugin Author Gemini Labs

    (@geminilabs)

    Thread Starter stumur

    (@stumur)

    Thanks. I don’t recall changing anything, so not sure why it’s displaying and working differently suddenly. I know it won’t be the plugin – it’ll be me – I must have changed something somewhere on the site.. I’m pretty cr*p at this stuff but I’ll start looking. Thanks.

    Plugin Author Gemini Labs

    (@geminilabs)

    Perhaps you reverted to a previous revision of the page?

Viewing 15 replies - 16 through 30 (of 42 total)
  • The topic ‘Uploading Old Reviews’ is closed to new replies.