Miguel A. Mendes
Forum Replies Created
-
Paying for support when I paid for a lifetime license with support included, and now you’ve changed the rules so we have to pay for support… That’s not right…
Another error.
Fatal error: Uncaught Error: Call to a member function get_cart() on null
in /home/customer/www/academy.numerologianavida.com/public_html/wp-content/plugins/booster-plus-for-woocommerce/includes/class-wcj-checkout-custom-fields.php on line 755
Call stack:
WCJ_Checkout_Custom_Fields::is_visible()
wp-content/plugins/booster-plus-for-woocommerce/includes/class-wcj-checkout-custom-fields.php:822
WCJ_Checkout_Custom_Fields::add_custom_checkout_fields()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/plugin.php:205
apply_filters()
wp-content/plugins/woocommerce/includes/class-wc-checkout.php:300
WC_Checkout::get_checkout_fields()
wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-stripe-upe-payment-gateway.php:385
WC_Stripe_UPE_Payment_Gateway::javascript_params()
wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-blocks-support.php:250
WC_Stripe_Blocks_Support::get_gateway_javascript_params()
wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-blocks-support.php:175
WC_Stripe_Blocks_Support::get_payment_method_data()
wp-content/plugins/woocommerce/src/Blocks/Payments/PaymentMethodRegistry.php:62
Automattic\W\B\P\PaymentMethodRegistry::get_all_registered_script_data()
wp-content/plugins/woocommerce/src/Blocks/Payments/Api.php:92
Automattic\W\B\P\Api::add_payment_method_script_data()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-content/plugins/woocommerce/src/Blocks/BlockTypes/MiniCart.php:215
Automattic\W\B\B\MiniCart::enqueue_data()
wp-content/plugins/woocommerce/src/Blocks/BlockTypes/AbstractBlock.php:109
Automattic\W\B\B\AbstractBlock::enqueue_editor_assets()
wp-includes/class-wp-hook.php:324
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:348
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-admin/edit-form-blocks.php:272
require()
wp-admin/post.php:187Don′t have news from you… Can you help?
I have opened a new support topic in your forum, thank you.
https://wpdiscuz.com/community/troubleshooting/wpdiscuz-comment-area-appears-twice/
- This reply was modified 2 years, 2 months ago by Miguel A. Mendes.
Hi,
When you are logged out only appears one time, but if you are logged in appears twice.
Please watch the video.
Hello,
Thank you for your quick response.
I use the CSS in the link you send, ir removed the wordpress comment form, but the wpdiscuz still appears twice.
Can you help?
- This reply was modified 2 years, 2 months ago by Miguel A. Mendes.
I have made a donation for the plugin. ??
Hi Kevin,
It worked! ??
Thank your help!
Miguel
Forum: Plugins
In reply to: [Force Login] Facebook Comment Moderation Tool not WorkingHi Kevin,
I put this in the bypass code and it worked.
// Allow the Facebook Crawler to access the site
if ( strpos($_SERVER[“HTTP_USER_AGENT”], “facebookexternalhit/”) !== false || strpos($_SERVER[“HTTP_USER_AGENT”], “Facebot”) !== false ) {
$bypass = true;Thank you for your help! ??
Forum: Plugins
In reply to: [Force Login] Bypass the Plugin with WooCommerce ?add-to-cart=xxxxxxHi Kevin,
I resolve this issue with this bypass.
Thank you for your help.
/**
* Bypass Force Login to allow for exceptions.
*
* @param bool $bypass Whether to disable Force Login. Default false.
* @return bool
*/
function my_forcelogin_bypass( $bypass ) {
// Get visited URL without query string
$url_path = preg_replace(‘/\?.*/’, ”, $_SERVER[‘REQUEST_URI’]);// Allow URL
if ( ‘/?add-to-cart=’ === $url_path ) {
$bypass = true;
}return $bypass;
}
add_filter( ‘v_forcelogin_bypass’, ‘my_forcelogin_bypass’ );Hi Priyanka,
Thanks for your reply.
This happens with guest users, so there no is no way the email from the abandoned cart validates that the client buy it later?
Regards,
MiguelHi,
The comments still don’t appear in the Facebook Comment Moderation Tool.
Can you help me?
Thank you!
Best regards,
MiguelForum: Plugins
In reply to: [Force Login] Bypass the Plugin with WooCommerce ?add-to-cart=xxxxxxHi Kevin,
I have found that support thread and put that code in my functions.php but gives me an error and my website went down.
/**
* Bypass Force Login to allow for exceptions.
*
* @param bool $bypass Whether to disable Force Login. Default false.
* @return bool
*/
function my_forcelogin_bypass( $bypass ) {
if ( class_exists( ‘WooCommerce’ ) ) {
if ( is_woocommerce() || is_wc_endpoint_url() ) {
$bypass = true;
}
}
return $bypass;
}
add_filter( ‘v_forcelogin_bypass’, ‘my_forcelogin_bypass’ );I’m not a code guy, what i have to change on that code to to get add add-to-cart=xxxxxxx bypass?
Thank you!
Forum: Plugins
In reply to: [Force Login] Custom loginHi Kevin,
Sorry for the late response.
I’m not a code guru so i used WPS Hide login and the function below and worked.
// Custom Login URL
function my_login_page( $login_url, $redirect ) {
return site_url( ‘/my-login/?redirect_to=’ . $redirect );
}
add_filter( ‘login_url’, ‘my_login_page’, 10, 2 );Thank you for your help! ??
MiguelForum: Plugins
In reply to: [Admin Custom Login] serious DOM bugHi,
Have updated the plugin but the problem remains…
You can check it here – https://teste.seizeyourbiz.com/wp-login.php.
Thanks.
Forum: Plugins
In reply to: [Admin Custom Login] Shield “Im human” not workingHi,
Thank you for reply.
I have disabled and uninstalled the Flatty Plugin, but the problem remains.
You can check it in this link – https://teste.seizeyourbiz.com/wp-login.php.
Best regards,
Miguel