bgcollado
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Hide welcome messageIt works, thank you!
Forum: Plugins
In reply to: [New User Approve] Hide welcome messageHi,
I have the first problem now… “Is there a way to hide the welcome message in remember password page?” because the code that you gave me hide message in all pages not only in remember password page.
Thank you,Forum: Plugins
In reply to: [New User Approve] Hide welcome messageHi,
Looks like the plugin works fine. The problem is what the previous code hide the message in all pages.
ThanksForum: Plugins
In reply to: [New User Approve] Hide welcome messageHi,
Now, the plugin doesn’t works anywhere.
Thanks,Forum: Plugins
In reply to: [New User Approve] Hide welcome messageHi again,
I updated to wordpress 5.7.1 and the code has stopped working.
Can you help me, please?
Thank you,Forum: Plugins
In reply to: [New User Approve] Hide welcome messageHi,
It works perfect.
Thank you for fast reply!Hi,
I couldn’t to detect exactly when it be producing.
The error is showing in debug.log file.
The 502 errors started when I installed your plugin, for this reason I think that it can be the cause.
Tell me how can I help you.
Thanks,Hi,
Any way to solve this, please?
Social networks always shows login page into their preview when content is restricted.
Thanks,Sorry… this code don’t crash. But looks like social networks are sharing the page of login instead of post.
My site: https://economiadelasalud.com/function um_custom_profile_dynamic_meta_desc() {
global $post;
$image_id = get_post_thumbnail_id( $post->ID );
$image_url = wp_get_attachment_image_src( $image_id, ‘thumbnail’, true ); ?><meta property=”og:image” content=”<?php echo esc_url( $image_url ); ?>”/>
<?php
}
add_action( ‘wp_head’, ‘um_custom_profile_dynamic_meta_desc’, 9999999 );Hi @champsupertramp
Thanks, but this code break my site.
Even with the function um_profile_dynamic_meta_desc() empty.
Another idea?
Thank you,Hi @sohanhossain,
1. I haven’t added the seller email (E) there, only the people who should be notified of a new order.
2. The problem is that when an user make an order of this concret product the seller (E) is receiving 4 new order emails .Mail 1. Copy for him and A.
Mail 2. Copy for him and B.
Mail 3. Copy for him and C.
Mail 4. Copy for him and D.Hi,
You can see an image that may clarify who are A, B, C, and D here:
http://ezeqapps.com/wp-content/uploads/2020/02/IMG-WOOCOMMERCE.png
Please, tell me if you understand me now.
Thanks,Hi,
My client was selling so far normally with woocommerce. New orders were received by 4 people (A, B, C, D).
Now, using Dokan, we have created a vendor with a single product. When a user purchases this product, the vendor receives 4 equal emails.
Mail 1. Copy for him and A.
Mail 2. Copy for him and B.
Mail 3. Copy for him and C.
Mail 4. Copy for him and D.We want the seller to receive a single notification.
I can send you captures privately.
Thank you,Ok! thank you.