jabbadu
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF OpenStreetMap Field] Multiple Map Pins from different posts ACF fieldI have the same problem.
Have you been able to solve it?
Okay, i need some more input on this topic ๐
I looked in the
acf-pro-input.jsandacfe-input.jsfile.Can you point me the direction?
This one: Is there an easy way to trigger your (acfe) ‘Selection Modal’ for a specific Flexible-Content field?THX m8
Thanks mate! ๐
I will have a look at those functions.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] wysiwyg init on flexible content fieldsHey!
Yeah, i managed to solve this issue. your hint with the delay was the right way. We had some custom code wich collided. Thanks for that!
I am sure you can help me with some other little problems. I will open separate tickets for that.
Regards
Forum: Plugins
In reply to: [WP Headless CMS Framework] Gutenberg REST dataAfter looking into the code for a few minutes, I came to the conclusion that it is not possible. You can’t have the same keys twice in an array.
You have to add an individual counter ($i) to include all data in the array. This of course destroys the clean structure… If you have a better idea, I’ll look forward to it! ๐
I have set up a Sandbox here.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Allow author to edit custom taxonomiesworks like a charm with the new update, thx! ๐
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Allow author to edit custom taxonomiesI need to know $this, too! ๐
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Dynamic Taxonomy: Posts per page issuehey!
I just checked and rechecked.Of course it’s the correct location. See the picture: https://imgur.com/a/Q2ss8SM
By debugging your function, you can see that
$taxonomyis empty.
(KINT Debugger on top of Screen)Change
$taxonomy = $query->get('taxonomy');to$taxonomy = $query->tax_query->queries[0]['taxonomy'];and it works.I’m not very deep into wp_query and I’m not familiar with the available methods.
Hope that helps, maybe I am doing smth wrong, but i uses only a few plugins and none of these alters queries.
- This reply was modified 6 years, 3 months ago by jabbadu.
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] (Ajax) Button-Fieldyou are breathtaking! ๐
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Flexible Content nested CloneHey!
sorry to bother you here again.. But there is still something not working with the_flexible and cloned flexible content fields.
I have a flexible content field (like above) with multiple layouts and ACFE layouts set up. Working all fine in front- and backend!
If i clone (clone-field, not duplicate) this field, the layouts won’t render. only empty HTML-comment <!– –> is rendered.
(helper.php //get_flexible() -> $layout var seems to be empty).Any advice?
THX for your work and support anyway ๐
if( function_exists('acf_add_local_field_group') ): acf_add_local_field_group(array( 'key' => 'group_5d4a8ae8a5e2f', 'title' => 'Layouts', 'fields' => array( array( 'key' => 'field_5d4a8aeeba9bf', 'label' => 'PageBuilder', 'name' => 'pagebuilder', 'type' => 'flexible_content', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'acfe_flexible_stylised_button' => 1, 'acfe_flexible_layouts_thumbnails' => 1, 'acfe_flexible_layouts_templates' => 1, 'acfe_flexible_layouts_previews' => 1, 'acfe_flexible_close_button' => 1, 'acfe_flexible_title_edition' => 0, 'acfe_flexible_copy_paste' => 1, 'acfe_flexible_modal_edition' => 0, 'acfe_flexible_modal' => array( 'acfe_flexible_modal_enabled' => '0', ), 'acfe_flexible_layouts_state' => '', 'layouts' => array( 'layout_5d4a8af774d8f' => array( 'key' => 'layout_5d4a8af774d8f', 'name' => 'hero', 'label' => 'Hero', 'display' => 'block', 'sub_fields' => array( array( 'key' => 'field_5d4a8b18ba9c0', 'label' => 'Image', 'name' => 'image', 'type' => 'image', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'acfe_uploader' => 'wp', 'acfe_thumbnail' => 0, 'return_format' => 'id', 'preview_size' => 'thumbnail', 'library' => 'all', 'min_width' => '', 'min_height' => '', 'min_size' => '', 'max_width' => '', 'max_height' => '', 'max_size' => '', 'mime_types' => '', ), array( 'key' => 'field_5ddb96fd0766a', 'label' => 'Text', 'name' => 'text', 'type' => 'text', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'default_value' => '', 'placeholder' => '', 'prepend' => '', 'append' => '', 'maxlength' => '', ), ), 'min' => '', 'max' => '', 'acfe_flexible_render_template' => 'layouts/hero/template.php', 'acfe_flexible_render_style' => '', 'acfe_flexible_render_script' => '', 'acfe_flexible_thumbnail' => '', ), 'layout_5ddb97080766b' => array( 'key' => 'layout_5ddb97080766b', 'name' => 'grouped', 'label' => 'Grouped', 'display' => 'block', 'sub_fields' => array( array( 'key' => 'field_5ddb97220766c', 'label' => 'Grouped Content', 'name' => 'grouped_content', 'type' => 'clone', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'clone' => array( 0 => 'field_5d4a8aeeba9bf', ), 'display' => 'seamless', 'layout' => 'block', 'prefix_label' => 0, 'prefix_name' => 1, 'acfe_clone_modal' => 0, ), ), 'min' => '', 'max' => '', 'acfe_flexible_render_template' => 'layouts/grouped/template.php', 'acfe_flexible_render_style' => '', 'acfe_flexible_render_script' => '', 'acfe_flexible_thumbnail' => '', ), ), 'button_label' => 'Layout hinzufรผgen', 'min' => '', 'max' => '', ), ), 'location' => array( array( array( 'param' => 'post_type', 'operator' => '==', 'value' => 'post', ), ), ), 'menu_order' => 0, 'position' => 'normal', 'style' => 'default', 'label_placement' => 'left', 'instruction_placement' => 'label', 'hide_on_screen' => '', 'active' => false, 'description' => '', 'acfe_display_title' => '', 'acfe_autosync' => '', 'acfe_permissions' => '', 'acfe_form' => 0, 'acfe_meta' => '', 'acfe_note' => '', )); acf_add_local_field_group(array( 'key' => 'group_5de6554f3a8e4', 'title' => 'รbersetzungen', 'fields' => array( array( 'key' => 'field_5de6555316cce', 'label' => 'Content DE', 'name' => 'content_de', 'type' => 'clone', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'clone' => array( 0 => 'field_5d4a8aeeba9bf', ), 'display' => 'seamless', 'layout' => 'table', 'prefix_label' => 0, 'prefix_name' => 1, 'acfe_clone_modal' => 0, ), array( 'key' => 'field_5de6558216ccf', 'label' => 'Content EN', 'name' => 'content_en', 'type' => 'clone', 'instructions' => '', 'required' => 0, 'conditional_logic' => 0, 'wrapper' => array( 'width' => '', 'class' => '', 'id' => '', ), 'acfe_permissions' => '', 'clone' => array( 0 => 'field_5d4a8aeeba9bf', ), 'display' => 'seamless', 'layout' => 'table', 'prefix_label' => 0, 'prefix_name' => 1, 'acfe_clone_modal' => 0, ), ), 'location' => array( array( array( 'param' => 'post_type', 'operator' => '==', 'value' => 'post', ), ), ), 'menu_order' => 0, 'position' => 'normal', 'style' => 'default', 'label_placement' => 'left', 'instruction_placement' => 'label', 'hide_on_screen' => '', 'active' => true, 'description' => '', 'acfe_display_title' => '', 'acfe_autosync' => '', 'acfe_permissions' => '', 'acfe_form' => 0, 'acfe_meta' => '', 'acfe_note' => '', )); endif;Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] Forms: Data type arrayYou’re awesome!
THXForum: Plugins
In reply to: [Advanced Forms for ACF] notifications not sending? (+ warning)Hi, first of all very nice plugin. Many thanks for that!
I have a similar problem with the e-mails.
No emails will be sent, no matter which of the two settings I make.Otherwise there are no problems sending e-mails, wp_mail works;)
I work in a local environment with Laragon.Thank you!
Forum: Plugins
In reply to: [Glossary] admin css only on glossary cpt?Hey, nice to hear. Many Thanks!
Forum: Plugins
In reply to: [Manage Upcoming Release] Add TBA DateHi,
there is a new version coming up soon.
I will have a look on how to add TBA to this update.Forum: Plugins
In reply to: [Calculated Fields Form] Short Results?Wow, so simple!
THX