Forum Replies Created
-
AuthorPosts
-
May 12, 2023 at 11:48 PM in reply to: ✅Beaver Builder Launch Button Broken when Meta Box fields added to post type #41814
Mark Tenney
ParticipantGot it. Thank you!
May 11, 2023 at 9:22 PM in reply to: ✅Beaver Builder Launch Button Broken when Meta Box fields added to post type #41806Mark Tenney
ParticipantThank you, Peter!
I saw that the commit was made on the main meta-box plugin... Will that need to be updated as well, or will the Themer update take care of everything?
Mark Tenney
ParticipantAnh, I have tried this, but it only seems to work if a taxonomy has been selected and saved to the post. I have been trying to show fields based on the selection of a taxonomy_advanced field before saving the post with no luck.
October 13, 2019 at 6:20 AM in reply to: ✅Adding Customizer Options to Page Builder Framework #16502Mark Tenney
ParticipantThat did it.
Once I added the Premium plugin and added a few fields to that settings page it worked as expected. 🙂
October 13, 2019 at 3:10 AM in reply to: ✅Adding Customizer Options to Page Builder Framework #16501Mark Tenney
ParticipantOk, I see this. Second question along the same lines.
I'm going to be using Page Builder Framework premium, which adds a plugin that has premium features for the theme. Would I still need to accomplish this the same way or would I be able to use the themes.php thing then to create my own panel.
Secondly, the way you did it has it adding sub panels. Is it possible to add my own panel the same way as a settings page? Basically like Styles > Theme Colors, Button Colors, Etc as secondary panels?
Mark Tenney
ParticipantDenny & Mike, I'm also trying to do the same thing. Please let me know if you figure anything out. Perhaps if a few of us can dig around the Astra code, we can figure it out together.
EDIT: Here's a thread I posted on this same subject. Ahn's response might help us sort it out:
Mark Tenney
ParticipantThat did it! Thank you, Anh!
I renamed the version to 4.17.3.1 on my local copy from your Github version. Should I expect for this fix to be in the next repository update you make? I haven't used Github enough to know if I will need to manually switch back to the repository version when it's available.
For what it's worth, I also ran the update for AIO that came out today. That did not fix the Beaver Themer Integrator Shortcode. Just so you know.
Thank you!
Mark Tenney
ParticipantHi Anh, I did not copy it from another module. I inserted it via the little (+) icon from themer.
Mark 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'];Mark 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.
Mark Tenney
ParticipantHere's a plugin I found that allows this functionality with ACF:
Mark Tenney
ParticipantReading back over this post, I realize I might need to explain it better. Here's what I want to accomplish:
I have a post type called 'connect-card' that is geared toward quick interactions with users for churches. I have a page that displays the post listing in a card format here:
So if a user wants to respond to any of these calls to action, they would tap into the 'connect-card' and then respond. I have three types of responses: Button, Form, and Redirect.
The redirect card simply redirects to another page on the site or another external link.
The button is similar to the redirect, but would present some information before they click on the button to respond.
The form would be a Gravity Form. At this point, my users can insert the Gravity Form using the shortcode button on the content editor for the 'connect-card'. I'd like to have a dropdown select field that would allow the post author to select the form from a list of forms available.
Hopefully that offers a better explanation of what I'm trying to achieve. Thanks for the help!
Mark Tenney
ParticipantSam, I had a similar issue finding a way to create a new thread. You have to drill down into a forum category before you can post a reply. I kept expecting to find a submission form on an earlier page.
-
AuthorPosts