Elementor Pro – Accordion widget
-
hi,
please help if you can. I am trying to edit the accordion plugin ( extend it ).
i want the dynamic tag for the tab_content to be a loop ( a loop of 0 to many potential dynamic tags )
my reasoning behind this is that i will have 1000s of products as per csv, and some will have alot of extra fields.
rather than a new title for each item, i want to have the dynamic fields as an unordered list.otherwise, i have a bootstrap way to implement it. although using bootstrap would cause alot of uneccesary overhead if i can do it through elementor itself.
so visually it would be like:
-Product Information
-info one
-more info
-even more info
-a list of product details+Next Tab in Accordion
an idea i have is : could i put a loop into the variable repeater add control array?
$repeater->add_control(‘tab_content’,[….]
would this be possible?
- The topic ‘Elementor Pro – Accordion widget’ is closed to new replies.