Forum Replies Created
-
AuthorPosts
-
March 28, 2023 at 7:41 PM in reply to: ✅Changing the Post Title/Slug after front-end submissions based on fields #41247
AMX
ParticipantThank you. It works, but only if I remove the conditional
if ( 'cats' == $post_type ) {...}. With the conditional nothing happens. How can I create a conditional for the post type of the submission inside that function? I need to apply it only to selected post types.Greetings,
TomMarch 17, 2023 at 11:54 PM in reply to: ✅Excluding the current post in reciprocal relationships #41073AMX
ParticipantThe documentation doesn't say anything about connecting to the current post in the context of reciprocal relationships...
March 17, 2023 at 11:50 PM in reply to: ✅Excluding the current post in reciprocal relationships #41072AMX
ParticipantBut how does it prevent connecting to the current post? In the post edit screen, I can connect to the current post regardless of the "Reciprocal relationship" checkbox status. It doesn't seem to matter.
March 14, 2023 at 2:41 AM in reply to: GeneratePress Conditional Sidebars in Taxonomy Archives with mb.get_sidebar() #40995AMX
ParticipantUpdate: the sidebars no longer merge, it turned out the condition wasn't saved correctly.
But still, the sidebars are not displayed in the right place. And I cannot have a dual sidebar setup. Changing the layout to Sidebar/Content/Sidebar enables only the Right Sidebar Area, and the left sidebar area is gone, although the body class is "both sidebars". I would like to have 2 sidebars on some archives...AMX
ParticipantIt seems that AIO 1.19.1 has fixed the problem.
Greetings,
TomAMX
ParticipantIt looks like there are some issues with the Theme Code Generator.
Greetings,
TomAMX
Participant
AMX
ParticipantThank you Peter! It works in post edit screens as expected. I haven't created submission forms yet, but I guess it will be fine now.
Cheers,
TomAMX
ParticipantI suppose the shortcode should be evaluated before rendering the template, but I don't know how to achieve that. Perhaps there is a custom function for that?
AMX
ParticipantThe methods with attribute or _context mentioned there somehow didn't work for me.
But I used the |join filter to construct the field id as a variable in a loop, and then mb.rwmb_meta(var) to display its value. It worked.
Greetings,
TomAMX
ParticipantThank you, Long.
AMX
ParticipantFacetWP has now sorting controls, too. But it doesn't see nested subfields, only top-level fields/groups are visible in FacetWP... Can subfields inside groups work with FacetWP?
AMX
ParticipantThank you, Long.
Greetings,
TomAugust 12, 2021 at 3:19 PM in reply to: ✅"Insert Field" button and File Advanced inside of Loops #30190AMX
ParticipantThank you Long. The "set my_file" part was the missing piece. It works now.
Greetings,
TomAMX
ParticipantFantastic. It works. Thank you very much, Long.
Greetings,
Tom -
AuthorPosts