insert settings fields
Support › MB Beaver Builder Integration › insert settings fieldsResolved
- This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago by
Mark Tenney.
-
AuthorPosts
-
October 31, 2018 at 3:55 PM #11797
brkard
ParticipantHi.
I want to to show fields of settings page extension with beaver themer.
But i cant see settings pages fields.
Is it possible to do this ?
Thanks.
October 31, 2018 at 10:26 PM #11807Anh Tran
KeymasterHi, it's possible. The Meta Box settings fields are under Site > Meta Box Fields.
February 9, 2019 at 7:10 AM #13244Mark Tenney
ParticipantHell Ahn, I'm trying to do the same, but my site options settings are not showing. Specifically, I'm trying to use a site option in a custom post layout using the Post Grid. Here's my markup:
<a href="[url]"> [wpbb post:the_events_calendar_start_date format="j"] [wpbb post:the_events_calendar_start_date format="M"] </div> </div> [wpbb post:title] [wpbb post:the_events_calendar_venue][wpbb post:the_events_calendar_address_city], [wpbb post:the_events_calendar_address_state] </div> </a>Specifically the line for the the inline background color is not working. The color works fine when I connect the field to module colors and such, but doesn't work when I add it as a short code in the post module.
<div class="event-right-item" style="background-color: [rwmb field='pboptions#light-row-color'];">I have it at modern.preacherblogs.com.
February 13, 2019 at 2:17 PM #13298Anh Tran
KeymasterHi Mark,
Can you please re-post the code for posts custom layout on ghostbin.com? Looks like this forum truncates the code.
February 13, 2019 at 9:01 PM #13307Mark Tenney
ParticipantHey Anh! Here's the link:
https://ghostbin.com/paste/fsb9w
Specifically having trouble with this line:
style="background-color: [wpbb site:meta_box field='pboptions#light-row-color'];February 14, 2019 at 4:05 PM #13326Anh Tran
KeymasterHi Mark,
Did you get the shortcode
[wpbb site:meta_box field='pboptions']from another module (by copying and pasting to the custom layout? Thefieldparam doesn't accept#light-row-coloror something similar, it's simply a field ID.Anyway, using this shortcode will return the whole image HTML tag. Only when using the connection in the background settings gives the image URL.
We're working on improving the integration, to allow you to choose which attribute of the returned image to be used. Until then, I think it's not possible.
February 14, 2019 at 11:18 PM #13348Mark Tenney
ParticipantHi Anh, I did not copy it from another module. I inserted it via the little (+) icon from themer.
-
AuthorPosts
- You must be logged in to reply to this topic.