• The DropDown Buttons work when ‘Split’ is NOT selected.
    But when it is (SPLIT), the button will not function.

    Here’s the shortcode:

    [efsbuttondropdown ]
    [efsbuttondropdownhead style="radius" size="small" split="split" color_class="alert"]
    3rd Dropdown Button
    [/efsbuttondropdownhead]
    [efsbuttondropdownbody]
    [efsbuttondropdownitem link="#" ]Dropdown Item 1[/efsbuttondropdownitem]
    [efsbuttondropdownitem link="#" ]Dropdown Item 2[/efsbuttondropdownitem]
    [efsbuttondropdownitem link="#" ]Dropdown Item 3[/efsbuttondropdownitem]
    [/efsbuttondropdownbody]
    [/efsbuttondropdown]

    https://www.ads-software.com/plugins/easy-foundation-shortcodes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wpni

    (@wpni)

    The following HTML code works, but the shortcode does not.

    <a href="#" class="button split">Split Button <span data-dropdown="drop"></span></a><br> <ul id="drop" class="f-dropdown" data-dropdown-content> <li><a href="#">This is a link</a></li> <li><a href="#">This is another</a></li> <li><a href="#">Yet another</a></li> </ul>

    Plugin Author osCitas Themes

    (@oscitas)

    Hi WPNI,

    We will look into it and will provide the update asap.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop Down Buttons not working when Split’ is closed to new replies.