King Ding
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] How To Show Text After Star Rating Summary?Excellent,
<?= $review->rating; ?>/5seems to do the trick! However, it’ll only work in review.php? I’d like to include it instars.phpso that it is inside.glsr-review-rating, otherwise it comes after.glsr-review-ratingand is therefore within.glsr-review-box .glsr-review. Consequently, it’s not in ideal circumstances to inline the stars and the text.Thanks for the development link, I’ll check it out 🙂
Forum: Plugins
In reply to: [Site Reviews] Feedback#1 – Very exciting! I look forward to 5.0. I’m very impressed with the code and functionality that this plugin has to offer so I don’t doubt version 5 is going to be epic!
#2 – I did see your roadmap, but it’s not very clear on what is currently being prioritised or any vague idea on when we might expect the updates.
#3 – That’s totally cool, you are right, I don’t have any examples. However, it would be great if this was consistent throughout your plugin. For example, your
screen-reader-textin the reviewsshortcode-site-reviewssays “n.n rating”. Why the decimal place if it’s not possible for users to half rate anyways? The only necessity for a decimal place would be in theshortcode-site-reviews-summary. I mention this because, as I’ve requested in a different support thread, I’d like to display the ratings numbers without the decimal places (since they’ll always be n.0 anyways). See image: https://imgur.com/QTFE8P9 – this is an example from theshortcode-site-reviews. The decimal will always be .0. I suspect the decimal exists though because you’re using the same number %s across all the shortcodes. But your advise or response to this would be appreciated!Forum: Plugins
In reply to: [Site Reviews] How To Show Text After Star Rating Summary?How is it possible to change the content of the
screen-reader-text? I know that I’m able to do this with translations, but I would actually like to change the number to remove the decimal within review summaries.I have set the
screen-reader-textto show “n.n rating” (%s rating), but how do I change the value of %s to exclude the decimal?If it’s possible for you to point me in the right direction that would be great, thanks!
Forum: Plugins
In reply to: [Site Reviews] How To Show Text After Star Rating Summary?*Ignore this 😀 I made a silly mistake and replaced reviews.php with review.php
- This reply was modified 5 years, 7 months ago by King Ding.
Forum: Plugins
In reply to: [Site Reviews] How To Show Text After Star Rating Summary?Thanks for the swift reply! I spotted that extract from your CSS file, but if I remove or amend this info, nothing happens. Perhaps I will need to create a custom rating/stars.php as you suggest. Thanks!
After some testing, I notice that in my database under the ‘bp_activity’ table, the lesson_comment is recorded when I comment in Lesson1. However when I comment in any other lesson besides this one, these comments are not recorded into the database under the ‘bp_activity’ table (only the ‘comments’ table).
By adding
add_action('comment_post', 'bp_learndash_record_activity', 10, 2);to:bp-learndash-functions.phpI can now see blank entries recorded in the database and in the group feed. No information is recorded, but at least the act of commenting is being recorded.I’ve experimented by changing some information between lines 370-409 in
bp-learndash-functions.phpof the plugin, but had no success. Perhaps I’m looking in the wrong place? Any suggestions on why information might not be getting logged in the database would be very much appreciated!Thanks!
- This reply was modified 5 years, 9 months ago by King Ding.
I would like to add that when other course activity settings are checked such as “User completes a lesson”, this information is sent to the group activity feed… It’s just the comments that don’t seem to show up for some reason?
Also when posting a comment within a topic, the group feed shows a “USER posted an update in the group XXXXX”.
Lastly I noticed that when writing a genuine update in the main group activity, after clicking submit- nothing happens. I don’t understand how this could be happening since all plugins are disabled (except necessary), and I’ve tried with a mixture of themes.
It’s as if the features of this plugin are all mixed up?
Forum: Plugins
In reply to: [Plugin Organizer] Copy desktop settings to mobileAny feedback or tips you have, Jeff?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Compatibility with Woocommerce BookingsWould it be beneficial if I could give you access to the plugin Ben? I could set up a staging site for you to do your thing on.
Regards,
– DForum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Compatibility with Woocommerce BookingsWhat do you mean by “just hook in their emails” Hannah? Sounds like something I could do if you might be able to elaborate a little more 🙂
Thanks for sorting this out Alimir! 🙂
Forum: Plugins
In reply to: [WooCommerce] Date Issue at CheckoutNot quite the answer I was hoping for since it wasn’t too difficult after all.
For anyone else looking for the answer, you can drop this into your child themes
functions.php:add_action('wp_head', 'custom_gami_link', 10); function custom_gami_link(){ ?> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery('.gamipress-buddypress-point').wrap('<a href="## YOUR URL HERE ##"></a>'); }); </script> <?php }You can replace “.gamipress-buddypress-point” with any div of your choosing.
If anyone has any recommendations on how to improve my approach, then please feel free to share your ways 🙂
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Limit Posts in DigestYou are right, that ain’t easy! I have no idea what you’re talking about 🙂 I guess for now I will just make sure that there are not too many posts in the first place!
Thanks for your assistance 🙂
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Emojis in email are massive?I’ve discovered that the issue is present when copying & pasting the ‘post’ from one source to another. If I re-type the post without copying/pasting any information, it seems that the emojis come through just fine 🙂
I guess I’ll just have to be careful!
Thanks for your assistance Boone! 🙂