• Hi —

    I know these two topics have been posted on here previously and I just wanted to follow up on them. I have two new clients, both of whom have a great use for this excellent plugin. I was hoping that we could expedite the plugin update process a bit, just so I can get these projects out of the way.

    I’d be willing to compensate you for your time if we can, potentially, have these two issues resolved this week. I know how demanding the development of a plugin can be, particularly when you’re doing it out of the goodness of your heart, so I’m looking to try and make it a little more worthwhile!

    If you’d be able to make these updates immediately, and can release them to the WordPress public, I’d be happy to discuss compensation. Please email me directly at [email protected].

    https://www.ads-software.com/plugins/wp-awesome-faq/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter S-FX

    (@doubles69)

    I just wanted to follow up on this and let you know that I had one of the developers on my team make these changes and repackage the plugin. If you can contact me, I’ll gladly share the files and you can release them to the public!

    Thread Starter S-FX

    (@doubles69)

    Anyone else interested in these changes, please shoot me an email!

    Plugin Author Liton Arefin

    (@litonice13)

    Hi doubles69,
    Thanks for your proposal. But please first see the update version – auto height css and category option added.
    If you like then feel free to share your opinion.

    Thanks.

    Hello Folks,

    Unless I am going crazy the autoHeight problem is back.

    Please see https://grandview-woodland.ca/?page_id=2

    The accordion expands to the largest post.

    @crazzarc

    nope not going crazy. same thing is happening to me.

    fixed it.

    in the plugin directory. ‘accordion.js’

    if you add heightStyle:’content’

    so that it looks like this:

    jQuery(document).ready(function($) {
    	jQuery("#accordion").accordion({autoHeight: false, collapsible: true, active: false,heightStyle:'content'}).css("height","auto");
    })();

    it will fix the issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Auto-size Accordion & Category FAQ Posts’ is closed to new replies.