• Resolved juanmb

    (@juanmb)


    Hi, I’m currently working on localhost trying to make this thing work

    Using Unlimited Elements for Elementor I’m trying to edit an accordion widget element in the html tab.

    What I want to do is to add a custom field I’ve created with the plugin pods and a plugin Panda Pods Repeater Field

    But I have problems doing that because I don’t know how to access the properties of the field, if I look in the right column where I can find the variables I can find {{current_post.cf_intervencion}} which is the custom field I’ve created, but it doesn’t work because I don’t know how to access for example to the “name” field or the “description” field I’ve created within it.
    with ACF repeater it is simple, I just add some thing like item.name and is done.
    My actual code is:

    <div class="uc_starter_accordion" id="{{uc_id}}">
    	<div class="uc_starter_accordion_inner">    	
            <div class="uc_accordion">
            	  <div class="uc_accordion_inner" style="border:1px solid {{item.border_color}};">
      <div class="uc_acc_trigger acc-trigger-{{uc_id}}" id="{{uc_id}}" style="color:{{item.heading_color}}; background:{{item.bg_color}};"><p>{{current_post.cf_intervention}}</p><i class="fa fa-chevron-down"></i></div>
      <div class="uc_acc_container" style="color:{{item.content_color}}; background:{{item.bg_color}}; border-top:1px solid #e9eaed;">{{item.content|raw}}</div>
    </div>       
    		</div>        
        </div>
    </div>

    this is the tutorial I was following

    I have Use Dynamic Content and Use Custom Fields checked and the Demo Post is also the one I want to use… I don’t understand how can I solve it, any information or solution will be appreciated. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Coding Panda

    (@codingpanda)

    Hi @juanmb

    I don’t know much about Unlimited Elements. If it is not built to work with Pods and Panda Pods Repeater Field, I’m afraid that it won’t work.

    If you are a programmer, you could create a shortcode to achieve the same effect. If you are not and don’t mind waiting, I am trying to create an Elementor widget in the next release.

    Best Regards

    Thread Starter juanmb

    (@juanmb)

    Thanks, I’m afraid as designer my programming skills might not be the enought, but I’ll try to find a way to do what you sugested, really apreciate the suggestion, I was really lost with this, thanks you.

    By know at least I found some possible alternatives for what I was trying to do so If I can’t achieve it I will wait.

    Best Regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘use pods repeater field to customize element’ is closed to new replies.