Forum Replies Created
-
AuthorPosts
-
June 17, 2025 at 4:48 AM in reply to: Conditional Logic Switch/ Field group without updating the page #48459
Oli Thompson
Participanthere is my structure..
Commission Type (cloneable group):
--> Type:
--> Switch (for framing options):Framing Options (cloneable group to be shown/ hidden by switch):
--> Frame:
--> Price:June 17, 2025 at 4:27 AM in reply to: Conditional Logic Switch/ Field group without updating the page #48458Oli Thompson
ParticipantYes the Framing-options is a field group.
The issue is that although condition logic rules work when I press "update", the desired outcome is that I would like the field group to be automatically shown/ hidden when the switch is activated (without pressing the "update" button).
For this particular usecase I am not sure where to look. I tried copying these pages into chatgbt and asking what to do but I can't figure out how to implement the jquery method "if applicable"...
Oli Thompson
Participantapologies if this is a silly question, most of the documentation I have read mentions function.php folders.
Oli Thompson
ParticipantIn Oxygen Is it necessary to add this code to the online generator code?
<?php
/**
* Plugin Name: Hello Custom Field
* Plugin URI: https://metabox.io
* Description: A simple plugin for custom fields.
* Version: 1.0
* Author: Meta Box
* Author URI: https://metabox.io
* License: GPL2
*/Oli Thompson
ParticipantIf I am using Oxygen Builder (with no theme available/functions.php folder) is it possible to upload the code using advanced scripts,
& the details you set here:
//Or use with the plugin Advanced Scripts:
– Location: everywhere
– Hook: init
– Priority: 20//Without using code at the beginning to create a plugin.?
Oli Thompson
ParticipantJust curious would these values remain the same or change if I created multiple custom post types.?
Hook: init
Priority: 20Oli Thompson
ParticipantI wanted to try removing the Metabox plugins after creating the custom post type and custom field types.
After seeing other documentation on Metabox, my idea was to remove extra plugin bloat on this site by installing JUST THE METABOX GENERATED CODE.
Additionally I wanted to try and be a bit more hands on with PHP and not just use another plugin for every extra field or feature.
Oli Thompson
ParticipantThank you so much for getting back in touch!!
Just wanted to ask..
I have been trying the “Advanced Scripts” Plugin (similar to Code Snippets). Because my php coding skills are not great. I thought it would be possible to add "Custom Post Types" & "Custom Fields" to my oxygen test site without having to create any plugins and use the Metabox code generator options. But I might need help with a few simple questions before trying..
There are "3 Drop Down Options" For applying PHP in the "Advanced Scripts" Plugin)
Would like to ask which options you may feel are applicable to choose..< />
1) Location >>
Everywhere.., Front-end.., Administration Area.., Manually..?
2) Hooks >>
Init., wp loaded., wp head., wp footer., admin_menu., admin_init., admin_head., admin_footer., login_head., login_footer.,
3) Priority >>
input number // 10
<hr />
I wasn't sure If I had to stick the php from the "Custom Field/ Online Generator" together with the "Custom Post Type" Generator..?
If the location had to be manually chosen with oxygen..?
If there needs to be a hook of any sort..? or if a priority number should be set..?
<hr />
Many Thanks again,
Oli -
AuthorPosts