This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

6
  1. Andrew Misplon Staff 2 years, 10 months ago

    Hi Przemyslaw

    Thanks for getting in touch.

    I’m unfortunately not sure how you might achieve this task without custom development. I’ll ask Alex at SiteOrigin if he has any ideas.

  2. Andrew Misplon Staff 2 years, 10 months ago

    Hi, thanks for the wait. Alex has sent the following feedback:

    You can either use the description or the panels_title. Please, see https://github.com/siteorigin/siteorigin-panels/pull/899.
    In the example snippet, the first line is the fallback, while the last line is the field Page Builder will look for to get a value.

    Hopefully, the above feedback helps. Please, let us know if you have any follow-up queries. I can also ask Alex to reply directly. Thanks again. Andrew

  3. Przemyslaw Gamdzyk 2 years, 10 months ago

    Hi
    Thanks for help

    Its work, but i have a select field:
    if($prelegenci->have_posts()) {
    while ($prelegenci->have_posts()) {
    $prelegenci->the_post();

    $id = $post->ID;
    $tytul = $post->Nazwisko;
    $opcje[$id] = $tytul;
    }
    }
    ………
    “prelegent” => array(
    “type” => “select”,
    “label” => “Wybierz prelegenta”,
    “prompt” => __(“Prelegent”, “prelegent”),
    “options” => $opcje,
    ),

    So when I use “panels_title” => “prelegent”, I have an id not a name. Can this be changed?

  4. Alex S Staff 2 years, 10 months ago

    Hi Przemyslaw,

    Unfortunately, Page Builder is only able to fetch the value of the field at this time. I’ve logged this as a feature request and I recommend using a different field or not dynamically updating the title (done by setting panels_title to false).

    Kind regards,
    Alex

  5. Przemyslaw Gamdzyk 2 years, 10 months ago

    Hi

    Okej, thanks for help :)

  6. Andrew Misplon Staff 2 years, 10 months ago

    Hi Przemyslaw

    Thanks for your understanding. Please, let us know if any SiteOrigin queries or requests arise in the future.

    Cheers

    Andrew

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread