Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 3,958 total)
  • Author
    Posts
  • in reply to: Relationship not bi-directional #45645
    Anh TranAnh Tran
    Keymaster

    Hi Andrew,

    Can you please share the setup of the relationship (code or screenshot)?

    in reply to: Exclude HTML tags from character count #45644
    Anh TranAnh Tran
    Keymaster

    Do you use the wysiwyg field or textarea field? We'll take a note on this and will let our devs check this.

    in reply to: โœ…Product Form #45643
    Anh TranAnh Tran
    Keymaster

    It's okay to post your question here ๐Ÿ™‚

    Anh TranAnh Tran
    Keymaster

    Hi,

    Thanks for your suggestion. After a careful thought about this, we found that changing the markup + css for the fields is risky and might break thousands of websites. Note that currently Meta Box is using flexbox already (and when we changed to flexbox - which is a minor change - it also affected a lot of websites and we got some complaints about this).

    Regarding your request about grid + groups + columns to build complex layout/styling, it's very hard to "just implement" the grid without knowing the requirements. It's not just about columns, but also about nested columns/grids/groups, which can be very complicated and hard to debug when something is wrong.

    In this case, we'd like to suggest you to use these filters to change the markup for fields:

    https://docs.metabox.io/filters/rwmb-wrapper-html/
    https://docs.metabox.io/filters/rwmb-begin-html/
    https://docs.metabox.io/filters/rwmb-end-html/

    Or better, write a custom field type that gives you the flexibility of defining your own markup:

    https://docs.metabox.io/creating-new-field-types/

    in reply to: โœ…Composer is Failing on Several Packages #45400
    Anh TranAnh Tran
    Keymaster

    Can you please share us how do you structure your plugin, and also the content of your composer.json (without the license key)?

    in reply to: Rewrite permalink of CPT taxonomy to equal of archive page #43960
    Anh TranAnh Tran
    Keymaster

    Hi,

    It's confusing URL structure. If a user access domain.com/information/security, is that a post or is that a category? We always don't recommend people doing that. Even if it works in some cases, it will be bad for performance, cause WP need to process through all posts and also terms.

    FYI: We don't process or generate the rewrite rules. We simply pass all the parameters to WordPress's register_post_type and register_taxonomy functions. I don't think it works if you use code directly. It's mostly how to deal with the way WP handle rewrite rules than the plugin. I'll check more closely.

    in reply to: โœ…Fatal Error with PHP 8.2 #43923
    Anh TranAnh Tran
    Keymaster

    Oh, I see. Looks like Toolset store JSON differently from us, and when import, we imported them all. Let me take a note on this to prevent same thing happening in the future.

    > I see the entry for "wpcf-post-type" in the wp_options table as a serialized array.

    It's from Toolset. We don't use wp_options to store post type configs.

    > is it safer/easier to just delete the post type using the MB Builder and re-create it without loosing any data.

    Yes, it's the safer and better way to deal with conflicts.

    in reply to: โœ…Fatal Error with PHP 8.2 #43919
    Anh TranAnh Tran
    Keymaster

    Hi Bluemoon75,

    I replied in the other thread, I think it's useful to repost it here as I think it's related to your issue.

    ---

    Regarding your issue, I think the problem was in the 2.6.x version of MB Custom Post Types & Custom Taxonomies plugin. We released version 2.6.0 which had a new feature to allow you to edit post types registered in WP core (like post and page) and post types registered by other plugins. The way it works is replicating those post types in the plugin's post type list, so you can edit them as usual.

    I *guess* in your case, when you upgraded the plugin, it replicated some post types registered by other plugin. Those post types had some rewrite options that were available in MB Custom Post Types & Custom Taxonomies and caused the bug.

    We reverted this feature in 2.6.2, but the replicated post types are still in the DB.

    One way to resolve this is go to Post Types and remove all post types that were not created by you manually. The other way is what you did by updating the settings for them.

    I hope this clarifies things and what happended behind the scene.

    Anh TranAnh Tran
    Keymaster

    Hi AJ,

    > Also, just curious, but it seems that I don't need "MB Custom Post Types & Custom Taxonomies" or "MB Relationships" as separate plugins if I have Meta Box and Meta Box AIO activated. Is that correct?

    Yes, that's right. AIO already includes those plugins.

    Regarding your issue, I think the problem was in the 2.6.x version of MB Custom Post Types & Custom Taxonomies plugin. We released version 2.6.0 which had a new feature to allow you to edit post types registered in WP core (like post and page) and post types registered by other plugins. The way it works is replicating those post types in the plugin's post type list, so you can edit them as usual.

    I *guess* in your case, when you upgraded the plugin, it replicated some post types registered by other plugin. Those post types had some rewrite options that were available in MB Custom Post Types & Custom Taxonomies and caused the bug.

    We reverted this feature in 2.6.2, but the replicated post types are still in the DB.

    One way to resolve this is go to Post Types and remove all post types that were not created by you manually. The other way is what you did by updating the settings for them.

    I hope this clarifies things and what happended behind the scene.

    in reply to: โœ…Image Fields are not visible with Elementor active #42883
    Anh TranAnh Tran
    Keymaster

    We've just released a new version with a fix for this. Please update.

    in reply to: โœ…Image Fields Not Showing #42882
    Anh TranAnh Tran
    Keymaster

    We've just released a new version with a fix for this. Please update.

    in reply to: โ„น๏ธClarification about Meta Box License #42881
    Anh TranAnh Tran
    Keymaster

    Hi,

    You must put the credit on your project page. If you have a product page on your website, you need to put it there. Or if you sell on Envato, you should put on the item's page.

    You don't have to put on the front end of all your users's website (as you're using MB Frontend Submission extension).

    If you sell the product to a 3rd party, if they only use for themselves, then it's ok. But if they release a product that is sold to users, they'll have to follow this rule as well.

    Anh TranAnh Tran
    Keymaster

    Hi Arno,

    I got the details. Let me check that.

    Anh TranAnh Tran
    Keymaster

    Hi Arno,

    I'm trying to replicate the bug on my localhost but I don't see the error. I recorded a screencast, please take a look:

    https://mega.nz/file/rvgFFAbL#DRCDlXxp4MIdjAx37dpL6T0v2W_DPXavAv42GeSGTns

    in reply to: โœ…Renew Link Not Working #42299
    Anh TranAnh Tran
    Keymaster

    Hi Dorian,

    The Core Extensions Bundle is deprecated and no longer available. If your payment details are correct and the subscription is active, only then the automatic renewal can process (this process is handled automatically by FastSpring, the payment gateway for active subscribers only). In this case, please purchase a new plan on the pricing page.

Viewing 15 posts - 46 through 60 (of 3,958 total)