Hello -
I have a front-end form that collects social media URLs in a sub-group. I need to display these in a CPT and so created a MetaBox Group Skin.
I can't find any documentation on the MetaBox Group Skin, so I'm assuming I'm doing something wrong - any ideas?
Here's what I've done:
- Edit the CPT template in Elementor
- Add the MetaBox Group widget
- Type: Sub-group
- Object Type: Post
- Group: Social Media
- Select "Create/Edit a Group Skin
Note: When I *don't* select a skin, I can see a list the URLs on the page, but they are not clickable.
Then, I create the skin:
- Add New Template: Type: Meta Box Group Skin / Name: "Social Media" --> Create Template
- Add Social Icons widget
- Add Facebook Icon
- For the link, choose Dynamic Content > Meta Box Field > Under "Social Media Group", choose "Facebook Profile"
- Repeat for remaining social media links
- Save Template with no conditions
(Note: I also tried saving with the condition to show on the CPT, same result)
Then go back to the CPT, select the new skin to display the Meta Box Group with, and hit save.
Result: If I try to show using the skin, nothing shows on the front end.
If I add the skin using the Elementor Shortcode, it displays the skin, but the URLs return "Array"
Note: If I add the the Meta Box group widget in the CPT and do not select a skin, the URL text does show up on the front-end, but they are not clickable. It just says "Array"
Thank you for your help.