It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
high rated
avatar
adaliabooks: Ah, sorry in my Firefox it comes up green not blue... probably because it's the Firebug console rather than the normal one.

If you click on the bit that says Object { ... }
It should expand, and there should be an option on the list called reviews, if you can expand that and take a screenshot or tell me what it says that would be great :)
avatar
HypersomniacLive: Hope I did it right.
Perfect :)

So, for some reason the reviews array doesn't seem to be populating properly, despite all the calls going through...
Not sure why it would do that, particularly as no one else seems to have the same issue.
But I'm just about to update it again with some changes, including one to how the reviews are added to the array to fix the voting issue, which might have an effect, so we'll see how it goes after the next update (which should probably be ready tomorrow, although things are going to get busier for me again from then till the weekend with work so maybe not)
And if that doesn't sort the issue I'll look into it further.
avatar
mrkgnao: adalia is still working on it. It currently works on Chrome, but not yet on Firefox.
avatar
Roxolani: Good, thanks again. :)
That was yesterday's news. Thanks to adaliabooks' industriousness, today it already works on Firefox too. Just remember to re-download the script.
Post edited September 09, 2015 by mrkgnao
avatar
adaliabooks: Perfect :)

So, for some reason the reviews array doesn't seem to be populating properly, despite all the calls going through...
Not sure why it would do that, particularly as no one else seems to have the same issue.
[...]
Woo-Hoo!.


avatar
adaliabooks: [...]
But I'm just about to update it again with some changes, including one to how the reviews are added to the array to fix the voting issue, which might have an effect, so we'll see how it goes after the next update (which should probably be ready tomorrow, although things are going to get busier for me again from then till the weekend with work so maybe not)
And if that doesn't sort the issue I'll look into it further.
Cheers.
high rated
Right, another update is live.

We're up to version 1.2, I've added the option to sort by length, I've added a version number to the display and seem to have fixed the issues with being able to vote (and the read more bit, sorry mrkgnao! but I'll implement a feature to turn it off later).
It seems to be loading properly and consistently for me now but let me know if there are any issues on your sides, particularly with Firefox as that seems to be causing problems.

Enjoy :)
avatar
adaliabooks: Right, another update is live.

We're up to version 1.2, I've added the option to sort by length, I've added a version number to the display and seem to have fixed the issues with being able to vote (and the read more bit, sorry mrkgnao! but I'll implement a feature to turn it off later).
It seems to be loading properly and consistently for me now but let me know if there are any issues on your sides, particularly with Firefox as that seems to be causing problems.

Enjoy :)
Looks and works wonderfully. Good show, adaliabooks! +Lots.

Length was a great idea, Gnostic.
high rated
avatar
adaliabooks: ...(and the read more bit, sorry mrkgnao! but I'll implement a feature to turn it off later).
Better to do it with CSS - the fastest language* [for markup] known to man.

.user-review__text.teaser {
display: none;
}

.user-review__text.ng-hide {
display: block !important;
}

I'll add the above to my "Unhidden" style as a drop down option with my next big all-around styles update. I never considered the reviews' "read more" link to be an inconvenience, I guess. I'll also be releasing some custom CSS for the script, as I suggested earlier. Not that it needs much - it already looks fantastic! I do have some promises to keep to certain other sleepy people before I can do any of that, though.

Anyway, this new version works absolutely wonderfully, Adalia! Well done! :-D \o/

* OK, so it's not a traditional language, but still. :-P
Post edited September 10, 2015 by Eli
high rated
Woo-Hoo-Hoo!

Thanks a bunch, adaliabooks, works like a charm now!

My only "complain" is that I see nth in the script to mess with the font, and that I'd prefer the version label to be at the top and just say "v1.2".

But that's all very very minor. Great job!
high rated
And the combined suite of scripts is now here!

You can find the full details and download link here.