Mayank
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Order are not fetching from REST API in JSONI hope it worked for you as well. @rubendaas
Forum: Plugins
In reply to: [WooCommerce] Order are not fetching from REST API in JSONHi @rubendaas, below trick worked for me.
Go to Woocommerce > Settings > Advance > Features > Disable High-performance order storage.
Also, Enable compatibility mode (synchronizes orders to the posts table).Forum: Plugins
In reply to: [WooCommerce] Order are not fetching from REST API in JSONHi All,
Thanks for checking the issue, but I have figured this out why this error was generating and resolved it ??
Forum: Plugins
In reply to: [WooCommerce] Order are not fetching from REST API in JSONForum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Redirected to Product pageThat Works ! Thanks
Hi @tamirat22 thanks for taking up. But the thread doest have the solution since user doesnt want to disconnect the jetpack, I do not want to keep for now.
@bruceallen @gaurav984 @lavenderhaze @bizanimesh
Please help- This reply was modified 1 year, 7 months ago by Mayank.
Facing Similar Issue. Kindly Suggest.
- This reply was modified 1 year, 10 months ago by Mayank.
I am facing the same issue. On the profile page, Custom Field data is not available.
Let’s suppose, I have created a Registration Form with the below fields
1) Username
2) First & Last Name
3) Phone
4) Email
5) Age
6) Membership Id
7) DOBnow, these data are getting stored in the wp_users table in DB as meta in last.
Is there any option or way where I can only export the data of above mentioned 7 fields?Forum: Plugins
In reply to: [Contact form 7 TO API + Basic Auth] Can’t pass data to API@karthickr I am still facing same issue. can you help me out ?
Forum: Fixing WordPress
In reply to: Removing White Space Having Inserted Toggle the Title PluginCan you please provide a screenshot.
Forum: Fixing WordPress
In reply to: Why is this Random Numbers coming up after every linkThanks.
Forum: Fixing WordPress
In reply to: Why is this Random Numbers coming up after every linkPlease see the screnshot https://imgur.com/KI6nsdA
Forum: Fixing WordPress
In reply to: Hyperlinks appear off the line in published post…The following
a
tog is inspan
tag thats why its creating problem
Remove thatspan
tag.Your Code :
<span style="color: #0000ff;"><a style="color: #0000ff;" href="https://www.dpbolvw.net/click-7836392-12189729-1429542009000" target="_blank">grill </a></span>
<em><span style="color: #0000ff;"><a style="color: #0000ff;" href="https://www.surlatable.com/category/cat1000432/" target="_blank">pan</a></span>, </em>
Change to :
<a style="color: #0000ff;" href="https://www.dpbolvw.net/click-7836392-12189729-1429542009000" target="_blank">grill </a>
<em><a style="color: #0000ff;" href="https://www.surlatable.com/category/cat1000432/" target="_blank">pan</a></em>