Saurabh Jain
Forum Replies Created
-
Hi Jeremy,
Thanks for the response. I used the Postman plugin and now i am able to share the post using email option.
Thanks a lot for support.
Hi Jeremy,
When i enter my domain’s email into sender mail (e.g [email protected]), then i am able to receive the post shared.
Hi Jeremy,
I checked the emails using email-log plugin, it shows post sharing mails are sending out but we are unable to receive the post. This could be issue with my server, i will check it and update here.
Regarding Facebook shortcode embeds: Sorry, my mistake i was not using the shortcode as intended. I was using it
[facebook url="https://www.facebook.com/MY-FB-NAME"]
that was the reason FB post was not coming.Thanks for your support.
Hi thejumi,
Could you please let me know how did you solved the issue because i am also facing the same issue. It says me
This post has been shared!
You have shared this post withbut i do not receive any mail
Yup, the issue was because of W3TC.
Hope this thread will help someone. ??
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idHi Damarod,
The author ID for the page is stored in the array “the_author”. You can use the id from the array. For using the ID you need to do
echo $array->the_author
here you will get the author id for that page.$args['author'] = absint( $array->the_author );
try this it will work for you.You’re welcome Vinay,
Good to hear that everything is working fine. ??
Its working fine on my end. When i clicked on sold by: Photogiri ltd, i am redirected to the shop page of Photogiri ltd.
Could you please update you permalink and clear browser cache. Many times cache is problem.
Hello Vinay,
Could you please tell me what is the issue?
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idHi lorro,
Thanks it worked perfectly as i wanted. Thanks alot.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idOh ok, i need to create custom shortcode for it.
Thanks. Will update here soon.
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idThe code is in my child theme’s function.php. How can i check whether it is running or not?
I am not getting products according to author id, was the way i use to check whether its running or not.
This helped in getting the sharing buttons
https://businessbloomer.com/resolved-woocommerce-jetpack-sharing-showing/#comment-5682
Forum: Plugins
In reply to: [WooCommerce] Is it possible to show products using author idHi Mike,
I tried it but, its too not working. I am getting all the products not according to authors.