Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 3,835 total)
  • Author
    Posts
  • in reply to: First item in Group field not being saved #49915
    PeterPeter
    Moderator

    Hello,

    Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    Thank you.

    in reply to: Adding custom field to builder #49913
    PeterPeter
    Moderator

    Hello Jon,

    Currently, we don't support customization code like the custom field type. However, can you please let me know the issue that you have (screenshots or a screen record)? I will check it and see if there's something we can improve on our side.

    in reply to: First item in Group field not being saved #49912
    PeterPeter
    Moderator

    Hello,

    I don't see any issue when using your code to create a new field group and save the clone subfields to the database. Can you please share a screen record of the issue on your site? Does it happen with new posts or existing posts?

    in reply to: Installation via Composer fails #49905
    PeterPeter
    Moderator

    Hello Lukas,

    Our development team confirms that we don't have any restriction rules for the link https://packages.metabox.io/
    I also notice that this URL isn't correct https://packages.metabox.io/<KEY>/packages.json as you can see in my demo code above. The correct URL is https://packages.metabox.io/<KEY>/ without packages.json.

    Can you please share your composer file and a screen record of how you setup the Github action?

    in reply to: Hiding User Meta Fields #49904
    PeterPeter
    Moderator

    Hello Scot,

    Thanks for reaching out.

    Yes, the extension MB Include/Exclude doesn't work with custom field settings, it works with meta box settings only. To hide a custom field, you can use the extension MB Conditional Logic
    https://docs.metabox.io/extensions/meta-box-conditional-logic/

    in reply to: Installation via Composer fails #49903
    PeterPeter
    Moderator

    Hello Lukas,

    We didn't change anything on our side. It could be related to the Cloudflare protection that we are using. Let me ask the development team to check the issue and I will get back to you as soon as possible.

    Thank you.

    in reply to: Installation via Composer fails #49897
    PeterPeter
    Moderator

    Hello Lukas,

    Thanks for reaching out.

    I've tested to install Meta Box plugins via Composer but didn't see any issues

    
    {
    	"repositories": [
    		{
    			"type": "composer",
    			"url": "https://packages.metabox.io/YOUR_LICENSE_KEY"
    		}
    	],
    	"require": {
    		"wpmetabox/mb-custom-post-type": "^2.3",
    		"meta-box/meta-box-group": "dev-master",
    		"meta-box/mb-settings-page": "dev-master"
    	},
    	"extra": {
    		"installer-paths": {
    			"vendor/meta-box/{$name}": [
    				"vendor:wpmetabox",
    				"vendor:meta-box"
    			]
    		}
    	},
    	"autoload": {
    		"files": [
    			"vendor/wpmetabox/mb-custom-post-type/mb-custom-post-type.php",
    			"vendor/meta-box/mb-settings-page/mb-settings-page.php",
    			"vendor/meta-box/meta-box-group/meta-box-group.php"
    		]
    	}
    }
    

    Save the code to a file composer.json and replace YOUR_LICENSE_KEY with your license key and run composer install. Following the documentation https://docs.metabox.io/composer/

    PeterPeter
    Moderator

    Hello,

    I got the issue. You need to add geo.api_key to the field group settings and set the address field ID to start with address_. Please check this screenshot https://imgur.com/a/MIk8SMy
    and follow the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#geolocation-api

    in reply to: Character and Word Counter does not work #49893
    PeterPeter
    Moderator

    Hello,

    I can see and reproduce the issue on my site. It happens when you use the WYSIWYG field on a settings page. I've escalated the issue to the development team to fix it as soon as possible.

    Thank you.

    PeterPeter
    Moderator

    Hello,

    I'm not able to reproduce the same issue on my site. Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    PeterPeter
    Moderator

    Hello Jayron,

    Thanks for reaching out.

    If you have a different field ID from the address component ID postal_code. You can use the custom binding, following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#custom-binding

    and screenshots https://imgur.com/a/tRVPozs

    in reply to: 'Post' Field type outputs href when blank #49887
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    It could be how the Bricks output the post field value when working with Meta Box. On the Meta Box side, the post field will do nothing if you leave it blank.
    If you use Elementor builder, it won't output anything if the field value is empty. I suggest you contact Bricks support to get further assistance.

    in reply to: Unable to Display Custom Fields #49886
    PeterPeter
    Moderator

    Hello,

    I'm afraid that there isn't a way to fix this issue with the term meta and the Elementor loop template currently. I suggest you create a slider with code using MB Views and add it to the Elementor template to show the term carousel. Refer to the tutorial https://docs.metabox.io/tutorials/configure-homepage/

    I've escalated this issue to the development team to fix it as soon as possible. Thanks for your patience.

    in reply to: Unable to Display Custom Fields #49880
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    I also see the term meta field doesn't display when you create the loop and use the loop in another page/template. It works when you create the archive template for the Service Category and output the term meta field on the archive page.

    PeterPeter
    Moderator

    Hello Christophe,

    Thanks for reaching out.

    The compatibility between Meta Box and Etch is maintained on the Etch side. I don't see the field fieldset_text is supported in their documentation https://docs.etchwp.com/integrations/custom-fields

    Please try to use another field to output its value with Etch, or contact their support to get further assistance.

Viewing 15 posts - 61 through 75 (of 3,835 total)