Hallo liebes support Team,
weiß jemand – ob es die Möglichkeit gibt wenn man ein eigenen Avia Editor Shortcode baut – das ich als “popup_elements” in der function nicht nur input Felder usw. hinterlegen kann – sondern auch das mit ACF Felder verbinden kann? Also quasi eine ganze Gruppe aus ACF dort implementiere zum eintragen..
Beispiel:
public function popup_elements()
{
$this->elements = array_merge(
[
[
‘type’ => ‘tab’,
‘name’ => ‘TEST’,
‘id’ => ‘text’,
‘std’ => ”,
],
array(
‘name’ => __( ‘Field 1’, ‘avia_framework’ ),
‘desc’ => __( ‘Put your field value here’, ‘avia_framework’ ),
‘id’ => ‘field_1’,
‘fetch’ => ‘id’,
‘container_class’ => ‘avia-element-fullwidth’,
‘type’ => ‘input’,
‘std’ => ”
),
],
);
}
Anstatt des INPUT Feld quasi alels aus ACF auslesen..
Freue mich über eine Rückmeldung..
Hey emptykai,
Thank you for the inquiry.
This is possible but it will require modifications that are beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable. Please check the link below.
// https://kriesi.at/contact/customization
Best regards,
Ismael