Forum Replies Created
-
AuthorPosts
-
June 14, 2024 at 10:00 PM in reply to: โ Hiding Meta Box Plugin from WordPress Dashboard Menu for Non-Admins #45642
Keith Cross
ParticipantCould this be an administrator setting in the plugin? It's very likely a common need.
Keith Cross
ParticipantThanks Peter. In my first screen shot, the first field IS a tab, and yet, they don't work correctly per the subsequent screen shots. Some tabs are empty, and some fields don't show up at all, despite being located beneath a tab field. I will test this on another installation and see if I can repeat the issue and circle back with any info. Have a good day and thanks for the quick reply.
Keith Cross
ParticipantPeter,
Do you mean chronologically, or sequentially?Meaning, if I create a bunch of fields, THEN, add some tabs and move my fields around to group them, that won't work? Or are you just saying the very first row in the field set MUST be a tab?
Seems like the whole point of organizing the fields should allow some after thought and reorganization.
I'm adding tabs, putting fields below the tabs...some show up, some do not, some land in the correct tab, and some do not.
Are there any known conflicts with select or taxonomy fields?
https://drive.google.com/open?id=13P2dOg1sDIx8CDsPYc1x1hLHW1LxYvcv&usp=drive_fs
https://drive.google.com/open?id=13NLLt3GIpf2lQfNf33I5sL00xP14S1TA&usp=drive_fs
https://drive.google.com/open?id=13Mx1FOkhmk4cK9dI4kGn-RqUZ7zbg5z8&usp=drive_fs
https://drive.google.com/open?id=13LUR4StwLfF7luaSSpVMFfy9E5PmnDCm&usp=drive_fs
https://drive.google.com/open?id=13KwdWvZjvkNSmHauB7Onsu7t3ZBYGr_z&usp=drive_fs
Keith Cross
ParticipantMeant to include a link: https://artsworcesterdev.milkrow.com/exhibition/solo-show-name-title/
Keith Cross
ParticipantHello,
I'm trying to do this as well. I have this function:function render_shortcode() {
$value = rwmb_meta( 'presto_video_shortcode' );
echo do_shortcode( wpautop( $value ) );
}the shortcode value is input to the WYSIWYG field:
https://drive.google.com/open?id=13GWZL7k9qLUzgyCaABrUqonh9PRApO_Y&usp=drive_fs
The code is turned on in WPCodeBox:
https://drive.google.com/open?id=13HTHCjKId9AEXOj24Yj0YRr0aGX8CWxK&usp=drive_fs
I've checked to make sure the code signature in Bricks is valid and is added to the theme.
I've got two elements in a query loop: Code and Shortcode and neither are rendering the shortcode.
The Code elmement loads, but no code is rendered. The shortcode doesn't load. I've got my_custom_function for "hello world" in there to make sure I know echo is working.
I must be doing something simply wrong...any suggestions would be very much appreciated.
Keith Cross
ParticipantPeter,
You found the issue:It arises from the field group "Member Artist Media Fields" that you are using the conditional logic and showing the field in the media modal.
I edit the field group > Settings tab > Disable option "Show in media modal" then the image fields when editing the post work properly.
Bravo! Thank you.
NOTE: When I did have the media modal display option turned on, the fields which were also set to be conditional on a switch (on=show these fields), were not hidden when the switch was off. Whereas, in the edit screen of the media attachment, that conditional switch does work, and it's a better place to clearly see the values anyway; they were jammed into a narrow column in the modal.
Is it a bug that "Show in media modal" causes the condition to fail in the modal?
KC
Keith Cross
ParticipantThank you.
May 20, 2024 at 2:53 AM in reply to: How to order relationships in Bricks Builder query loops #45476Keith Cross
ParticipantPeter,
In some cases I'm able to order the items, but in this video you can see that it doesn't work smoothly.https://jam.dev/c/f87be178-ee97-46e3-bffc-c8d3ce12c69e
Additionally, that would be an onerous task were there to be many items.
I've tried using a meta key in Bricks for a date field in the query loop to get the orderby to work, but that hasn't worked either.
Keith Cross
ParticipantI just realized my first Jam video does not have sound. Here is a new one.
Keith Cross
ParticipantAdditional Information:
Wordpress WordPress 6.5.3, MB 5.9.5 and MB AIO 1.25.0 (Bricks, ACSS, Fluent Forms, WPStaging +)
I checked my php.ini and max_input_vars is set to 10000 and max_post_size is 256M, the php version is 8.2. I increased vars to 100000 and size to 512M. I left PHP the same. No changes in behavior.I was not using sanitation on any of the image fields. Is that required?
Tried a different Field Set**
Image field: For an existing field, I set sanitation to "none". Still the thumbnail does not appear after update on an existing post with existing input.
Image Advanced: I added this field to a different field set and set santiation to "none". The select button does not appear at all!Staging Site
I set up a staging site, activated twenty-twenty-four theme, and turned off all plugins except for Metabox 5.9.8 and Metabox AIO 1.26.3 (I updated here to see if it was the version I had).
Using the same field set as above**, images are not visible after update on a new post.Inputs on existing image fields (existing posts) do not show and Add buttons do not appear.
Let me know if you need access to the staging site to look at this issue.
Keith Cross
ParticipantAH! That makes sense. Thank you so much for identifying the issue. I will double check my settings more carefully in the future.
Because both inputs for format and control are available in the pulldown options, and I must have chosen too hastily. Might be a good idea to be less hasty, of course, but also, to put in a check against the a value miss-match to avoid such issues?
May 17, 2024 at 8:43 PM in reply to: How to order relationships in Bricks Builder query loops #45456Keith Cross
ParticipantHi Peter,
Forgive the long pause in response to this. Are you saying that there is no way to order the related items by, say, date? I've created a relationship like this:Artists > Exhibitions (order Exhibitions by date)
Exhibitions > Artists (order Artist A-Z)Before I do more testing...just making sure I'm on the same page about what is possible.
KC
Keith Cross
ParticipantPeter,
Just a quick follow up that I removed the old fields, and instead used the new field-set and adjusted the format a few times...and thus far things are displaying correctly. Thank you for the suggestion to set up a new field-set to test from.
Regards, KCKeith Cross
ParticipantThank you Peter for taking a look:
https://drive.google.com/file/d/12tocH4JK1SKjvcGGOmp_CO3aCu-qebS3/view?usp=drive_linkI created a new field group and added those fields. They now allow me to edit the input, but would not display on the front end...then...
While troubleshooting another issue with CPU spikes on saving Bricks templates, I turned OFF/ON Fluent Forms base/Pro/SMTP and WPStaging Pro / base, and then happened to check the field functionality after that, and now they all allow input changes (will keep an eye on this)...but the format of the date/time field is not what I expected.
In this screenshot...the two top displays are the NEW fields. The two bottom displays are the OLD fields (which now permit input changes, and display) but I'm not clear why I'm getting two time formats in the date/time display(s) and on the OLD time display...er...that ain't right...likely I should dump those and use the new fieldset?
https://drive.google.com/file/d/12ufvZtXqy6orTXgrx_dEjoAjs_Nm6VBY/view?usp=drive_link
April 1, 2024 at 11:09 PM in reply to: Show/Hide Field Group based on Taxonomy when Taxonomy is not in editor #45098Keith Cross
ParticipantHi Peter,
I tried that, and didn't see the results I was expecting.https://jam.dev/c/1e0e79ba-e20b-4fcb-858c-601bfc8306c5
I also tried again, using a different select field (non taxonomy related field options), and then a conditional field works.
https://jam.dev/c/03f4dfa1-36a4-4528-af7f-9908020c33a5
So it seems as though something about the input related to taxonomy isn't working with conditional fields. The toggle or location rules do work...but then there isn't a condition, per ce. Again, I'm trying to make sure the user doesn't select both terms, only one. The display will be dependent on this choice as well.
Let me know if I'm missing something or making some other erroneous assumption. Thank you!
-
AuthorPosts