jeffsta9
Forum Replies Created
-
Forum: Plugins
In reply to: [Favorites] homepagePersonally, I use a custom shortcode in the excerpt of posts. The shortcode should accept an id param. Then I add the post ID as the id param of the shortcode. I can then add whatever I want in the shortcode. One could use a meta value as the actual excerpt (or include an excerpt param in the shortcode), and also add other shortcodes within the output of the custom shortcode, like Favorites (just remember to use the do_shortcode() function).
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Endless queriesI am also experiencing overload issues. I have had to revert to a previous version twice now. I have just enabled debugging and will share what I see.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Multi Set Not SavingForum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Multi Set Not SavingI found another small, related bug. As mentioned, the multi set ratings are saving. However, after testing, I went into YASR > Manage Ratings and selected MultiSet to remove my test ratings but there were none there, even though they still show on the site.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Multi Set Not SavingWell, I’m using the Latest Posts widget that is built into WP by default. I would assume that widget uses the loop but I’ll look into it. I just purchased the Pro and love the features 🙂
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Multi Set Not SavingAdding the attribute postid to the shortcode resolved my issue (e.g., [yasr_multiset setid=1 postid=1]). Thanks, again! Great work 🙂 I’ll be purchasing the pro option so that I can use the yasr_pro_average_multiset shortcode.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Multi Set Not SavingYay! Thank you 🙂 Yes, it does, indeed, save now. It also displays correctly within the post. However, one issue remains: I used the shortcode in the Excerpt to display the stars within the Latest Posts block. Well, the stars do not highlight here. I assume because they are not recognizing the related post ID (just an assumption, of course). You should be able to see this in the site URL I provided.
I’d like to use the ratings (or, ideally, the [yasr_pro_average_multiset] shortcode) in the Latest Posts block via the Excerpt but if there is some reason this can’t work, just let us know.
Thanks, again, for your quick resolve to the initial issue!