Daniel
Forum Replies Created
-
Same issue. I imagine they are working on it if it is affecting all of us.
Forum: Reviews
In reply to: [WP User Manager - User Profile Builder & Membership] Broken registrationFigured out it was due to the Recaptcha addon. But my keys were correct. So, I disabled the recaptcha addon and it worked again. There is something wrong with the recaptcha.
Just a heads up that I am making sure I do what I can in my position to alert people of this big issue via my review. I will change the review after I have received support.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Conflict with WP Product ReviewAh… I have been confused about the product this whole time it seems. Haha. Well, thanks anyway for taking the time. If you have any suggestions for a plugin that allows for youtube embed comments on regular posts I would obviously appreciate it. Thanks again for the assistance.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Conflict with WP Product ReviewI am not sure if I stumped y’all as to the reason this is happening. Just checking in to see if any progress has been made.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Conflict with WP Product ReviewSure.
Here’s a review page: https://smarterbacker.com/games/road-to-infamy/
Here’s a profile page: https://smarterbacker.com/dmzayas/
One allows media comments. The other does not.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Conflict with WP Product ReviewSure.
I use this plugin: https://www.ads-software.com/plugins/wp-product-review/
This plugin allows commenters to leave reviews for each product review post.
I seem to not be able to use both your plugin and this plugin simultaneously, although I love to.
Because I run a review site, user review comments unfortunately trump media content comments. If you can find a way around this I would love to use both!
I am in contact with Paypal’s customer support. I will publish the fix if they come to a solution before you folks do. I’d like to help anyone else who comes up against this issue.
Forum: Plugins
In reply to: [Ad Blocking Detector] ERROR: option does not existSame problem.
JK!
Found some references and switched the ‘meta_value’ to ‘meta_value_num’
Thanks anyway!
Ah. I found it in the settings. It’s always the easiest answers you don’t imagine. haha
I have one more related question. I’d like to use a custom URL to show the Mashshare buttons. The reason being I promote Kickstarters, and until now I’ve relied on manual loading of each social media button. That doesn’t look very good and I would prefer to input a URL into the theme as such:
<?php do_action("mashshare", url="https://kickstarter.com/customurl"); ?>
Is something like this already possible or perhaps in the works?
Forum: Plugins
In reply to: [WP-PostRatings] Ratings not WorkingFixed! Funny how typing it out makes you realize what you did wrong. Thanks anyway!
Forum: Plugins
In reply to: [WP-PostRatings] Custom Post Type QueryThanks lester!
Forum: Themes and Templates
In reply to: [Bootstrap Ultimate] Fatal Error – Feed RelatedI have the same error on 4.x, glad to see you’ve got it under control. Looking forward to the update!
Forum: Plugins
In reply to: [Ultimate Fields] Quick question about loading checkboxesFigured it out for anyone with the same problem.
<?php $yesks = get_uf('accepts_kickstarter'); if ( 1 == $yesks ) { ?>
1 in this case is the checkbox being selected. When you try to call it without a variable ($yesks in this case) it gives you the array instead of the value, so is mostly useless when you want to know if a button is checked.