Home › Forums › bbPress Voting Pro Support › Have Issues with bbPress Voting Pro? Get your support here.
- This topic has 6 replies, 4 voices, and was last updated 2 months, 2 weeks ago by
Nathan Kinkead.
-
AuthorPosts
-
-
September 3, 2020 at 10:23 pm #25179
Nathan Kinkead
Keymaster -
July 11, 2021 at 9:30 pm #25766
Jakob
Participant::Hi Nathan
Nice plugin, thanks.
Issue 1. If I leave the field “download label” empty and dislike is disabled it still shows “Not Helpful” https://d.pr/i/L2QgUf
Issue 2. Enable accept answer field is not showing, color is white, my background is white. A field in the settings to change color would be great (for all fields actually) https://d.pr/i/yStM58Thank you much.
Warm regards and stay safe
Jakob (pro user admin(at)2wg.org)-
July 11, 2021 at 9:40 pm #25769
Nathan Kinkead
Keymaster::Hi Jakob,
1) Thanks for reporting that issue. I just released an update to the core plugin that fixes that bug.
2) Are you sure the button is actually there? Can you highlight it to reveal it? The CSS in my plugin is definitely making it green, so you must have some CSS on your site that is taking precedence. You can customize the look of that button by applying your own CSS like
#bbpress-forums div.bbp-reply-content a.bbp-voting-accept-answer-button {background-color: red;}
Thanks for purchasing the pro plugin. Please let me know if you have any other questions or issues. Thanks.
-
-
June 27, 2022 at 4:47 am #26515
domien van eynde
Participant::Hi there,
I have an issue with not being able to vote on the reply to the original topic posts.
Example here: https://photographycourse.net/groups/photographycourse-net/forum/discussion/introduction-9/
Using the buddyboss theme.
Thank you
-
July 10, 2022 at 3:13 pm #26547
Nathan Kinkead
Keymaster::Hi Domien,
It looks like the BuddyBoss theme removed the hooks that my plugin uses. The only way to get it to work with that theme is to modify the theme (or preferably child theme) file.
wp-content\themes\buddyboss-theme(-child)\bbpress\content-single-topic-lead.php
Find this…
<div class="item-description"> <?php bbp_topic_content(); ?> </div>
… and replace it with this…
<div class="item-description"> <?php do_action( 'bbp_theme_before_topic_content' ); ?> <?php bbp_topic_content(); ?> <?php do_action( 'bbp_theme_after_topic_content' ); ?> </div>
-
This reply was modified 11 months ago by
Nathan Kinkead.
-
This reply was modified 11 months ago by
-
-
March 18, 2023 at 10:25 am #27194
Janet Dawson
Participant::bbVoting conflicts with BuddyBoss theme formatting when the discussion reply contains quote formatting.
Demo of issue here: https://www.loom.com/share/b740021fcfb74d94a7dad3fdb53e95ea
-
March 18, 2023 at 4:18 pm #27195
Nathan Kinkead
Keymaster::Hi Janet,
Could you either tell me how I can reproduce this issue (how to get that quote to show on BuddyBoss) or provide me with a login for to that site with nathan@wpforthewin.com so I can take a look?
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.