Git Product home page Git Product logo

acf-accordion's People

Contributors

bvdr avatar druellan avatar tmconnect avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

acf-accordion's Issues

Select field for icon no longer works

I don't know on which version of ACF the ID for the select fields are changed, but with actual ACF 5.5.3 the icon selection does not work as before.

This is because the select2 call

jQuery("#"+ID+"accordion-select").select2({
	formatResult: format,
	formatSelection: format,
});

didn't work, because the element doesn't exist.

To make this work I changed this to

jQuery("#"+ID+"accordion-select, #acf_fields-"+ID+"-icon_class").select2({
	formatResult: format,
	formatSelection: format,
});

I do not make a pull request, because the version here on GitHub is not the actual version I get from the WP plugin repository.

Cheers
Thomas

Conditional logic + accordion

Hi !

Currently if there's a logic condition between fields under different accordions they are not following it.

I'm using ACF 5.3.2.2
Thanks

Accordion shows blank when under ACF Tab

I have a row of normal ACF tabs. If I add an accordion tab under the first ACF tab everything is fine. If I add an accordion tab under any of the other ACF tabs, the accordion tab is blank.

I attached a screenshot of what I am seeing. Any help would be greatly appreciated.
I should mention I am running the latest (5.3.2.1) version of ACF Pro.

accordion tab

Second row on repeater doesn't collapse Tab accordion

Hello :)

I have an issue when I use the plugin within a repeater field. For the first row, it's work perfectly but when we add a new row the accordion tab are already opened and it's impossible to collapse then by clicking.

capture d ecran 2017-01-11 a 01 31 34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.