Forum Replies Created
-
AuthorPosts
-
December 14, 2021 at 8:42 AM in reply to: ✅"Show when parent post" not displaying all available posts/pages #32583
Anh Tran
KeymasterHi,
We use the default WP search, which searches by title and content, which causes this confusion. I've just updated Meta Box to search for title only, so the result is more accurate.
November 12, 2021 at 8:11 AM in reply to: ✅Slow performing queries called by metabox\c\api::create() #31882Anh Tran
KeymasterHi,
Thanks for your message. This is a known issue and is not a bug. Meta Box needs a way to detect if the table exists and create a table if not. Internally, Meta Box uses the dbDelta function which does the job. This function causes the issue that you see.
To eliminate this issue, a simple way is that you run the code to create a custom table only once. When the table is created, you can remove that code from your theme/plugin. The plugin will work well as the table is existing and match the fields.
Alternatively, you can create the table manually (via SQL) and remove the code to create custom table in your theme/plugin.
Anh Tran
KeymasterHi,
Can you please tell me how can you manage to add 2k relations? I can't imagine if you do that manually. Does it work for you if you create less relations?
Can you try Firefox instead of Chrome? Firefox has a better detection/warning if memory goes out.
Technically, we don't run heavy JS with relationships. It's only a library select2 with a few jQuery code.
Anh Tran
KeymasterWe’ll start working on that this week. If nothing wrong, then we expect we can finish this week.
Anh Tran
KeymasterHi,
Can you please send us the list of plugins you’re using on your sites? Are you using Oxygen?
The Frontend Submission extension detects the shortcode in the edit page content. Oxygen stores content in a custom field, so our plugin cannot detect at the moment. I’m not sure if that’s the case.
Please try with a blank install of WP with no plugins (other than ours) and see if that bug still happens.
Anh Tran
KeymasterHi Mike,
Sorry for the experience.
What Long was trying to tell you is that: there's a single page with the slug
stages(https://staging-bettingusa.kinsta.cloud/states/), which might break how WordPress creates the permalink structure for single state page. I guess you don't have a single page with the slugreviews, do you? That's the difference between them.By the way, I see you setup a
reviewspage like this (https://staging-bettingusa.kinsta.cloud/reviews/reviews/), can you share how did you set it up? It's not a single page, which explains why it works for reviews, but not states.Anh Tran
KeymasterHi, I've issued the refund for you.
Anh Tran
KeymasterHi Jim,
Unfortunately, the upgrade from Developer Bundle to Lifetime Bundle is not available, because our payment system (FastSpring) doesn't allow us to switch from a subscription (developer bundle) to a one-time payment (lifetime bundle).
Anh Tran
KeymasterHi,
The invoice can be generated from the My Account page. That's the official document from us. We don't offer scanned/signed document for each invoice.
Anh Tran
KeymasterI'm afraid there's no way to recognize the new vs existing installs, unless the existing installs don't update to the new version.
I made it a patch update, since I think it's kind of a fix for styling. I'm sorry for the troubles you're in. I'll be more careful in the future and make a note when we release something like that.
Anh Tran
KeymasterHi,
I've been thinking about this for a while and made a poll on the Facebook group. 99% users voted for 100% width option.
Anyway, the change only force 100% width if you not set the "size" attribute for inputs. If you set "size", it respects what you set. For select and textarea, it's always 100% width.
If you notice any issue with the layout, please let me know.
Anh Tran
KeymasterHi arun,
No problem. I've issued the refund for you.
July 6, 2021 at 8:12 AM in reply to: ✅Refund Request (Invoice ID: 528 Purchase Date: June 22, 2021) #29320Anh Tran
KeymasterHi Roman,
Sorry for the delay. I've issued the refund for you. If you need our plugins in the future, you're always welcome here.
Anh Tran
KeymasterHi Morgens,
I see your purchases was on May 30 and May 31, which is more than 14 days ago. Unfortunately, we can't issue refund in this case.
Anh Tran
KeymasterHi Laurent,
I think you and Long are going into 2 directions:
- Long was talking about how to store the date for your lyrics and timecode.
- You was talking about formating the text on the frontend.
What Meta Box is for is handling the data, which is what Long said. Outputting data on the frontend and formatting it belongs to the website owner/developer. We don't have any restriction on doing that.
In your case, you can output the lyrics and timecode as Long proposed and add some CSS in the Customizer or your theme.
It's not a good option to store the format and style in a field and then output it. Because you have to enter that styling data for all posts and then you still need to output it on the frontend.
-
AuthorPosts