Forum Replies Created
-
AuthorPosts
-
[email protected]
ParticipantHi,
Yes, that helped. It took a little time to sort out, but I was able to reformat the tabs so they both look good in the customizer and the dashboard.
thanks,
eric[email protected]
Participanthi thanks. Can the term meta images from the taxonomy be automatically pulled in to one place? For instance, so that it will show all the people images of a particular post type. Not the WordPress authors, but the people from the custom field I created.
[email protected]
ParticipantThanks for your help. I was wondering a couple other related things.
- Is there a way to show a list or group of images pulled from the taxonomies set up that link to a group Almost like a series page. I created an image for the categories. I'd like to be able to pull all the category images into one place.
Thanks
[email protected]
ParticipantThanks Long,
That worked to add it into the html. It doesn't seem to work with the image modules but I was able to get it into the Beaver Themer template. https://dev.homeservicesites.co/sermon/christmas-blessings-4/
[email protected]
Participanthi, Thanks for the reply. I went through all the links but I'm a little sure what the values are that I need to add. I added it to an image module but it doesn't pull in any image for that taxonomy. Is this shortcode supposed to create a image url?
This is what I added.
Shortcode
[rwmb_meta id="sermon_profile" object_type="term" size="thumbnail" object_id="taxonomy-terms"]This is my taxonomy code
https://www.dropbox.com/s/xcy3bt6gbi2e9oc/Screen%20Shot%202020-09-24%20at%201.16.39%20AM.png?dl=0
thanks.
[email protected]
Participantthank you!
[email protected]
ParticipantHi,
I was able to accomplish this task using the Buttons function instead of the switch. It let me set the values for the "Equals" option.https://www.dropbox.com/s/yjdqfgv8gv9xhr7/Screenshot%202020-07-02%2010.03.14.png?dl=0
I guess i'm still wondering though. Why is there a “Is Set” and not a “Is not set” option as there is in the MB post option?
Thanks,
Eric[email protected]
Participanthi Long
Thanks for your reply.
I see what you are saying. The field value for that specific field will change every time depending on the client so it won't have the same value.Why is there a "Is Set" and not a "Is not set" option as there is in the MB post option?
https://www.dropbox.com/s/n7rlsi48zffksd5/Screenshot%202020-07-02%2006.31.45.png?dl=0This video may be a little more clear in the understanding: https://share.getcloudapp.com/2Nu57gr0
Thank you,
eric[email protected]
Participantok, so I did figure out how to set the settings page.
https://www.dropbox.com/s/mr9f2flkjn2wxoy/Screenshot%202020-07-01%2023.18.41.png?dl=0
Now I can't seem to get other modules to turn off if the site setting field is filled in.
https://www.dropbox.com/s/gge8mir33oy3giu/Screenshot%202020-07-01%2023.21.36.png?dl=0
There is no "Is Not Set" only the "Is Set" option. I tried the other "equals" and "not equal" but I'm not sure what too put as the value. I tried "none" but that didn't work. Any suggestions on this?
Thank you,
Eric[email protected]
ParticipantHi, this is following on the heels of my last question about Beaver Builder Conditional Logic.
- I created a settings page in the functions.php file for my theme.
- I want to be able to activate a BB module if a particular field is filled in.
- If that field is filled in, I also want another section to deactivate.
Unlike the custom Post Types, the settings page doesn't seem to have a prefix. I'm stuck. Can you please let me know if this is possible to use the settings page with the beaver conditional logic? or is there a different way to achieve what I'm trying to do?
https://share.getcloudapp.com/p9uPQYPJ
My last question is this. Should the settings code be added to the theme settings file, or is it better to add it a different way?
Thank you,
Eric[email protected]
Participantyes, the way that Long showed me is that i was missing the first prefix for the filter. You have to put both in the conditional logic field. https://share.getcloudapp.com/mXuBKPNG
in the picture the highlighted field is the first prefix. Both prefixes need to be together for it to work.
[email protected]
ParticipantHi Long,
Thanks for writing. I have been putting the prefix into the beaver themer conditional logic fields. Here is a video showing my process. Perhaps I'm missing something.https://share.getcloudapp.com/2NuB49de
Thanks
Here is the code for one of the fields:
array (
'id' => $prefix . 'text_gm0xjjhubsv',
'type' => 'text',
'name' => esc_html__( 'Speaker Name', 'text-domain' ),
'tab' => 'tab_nqd2avvq8wd',
), -
AuthorPosts