• Resolved jhinkemeyer

    (@jhinkemeyer)


    I got one more issue chris.
    The inline hight that the code auto generates on mobile for the accordion is wrong. It automatically sets the hight to all groups to 156.6px; Which is the biggest of all the tag groups.

    View it on https://s428742355.onlinehome.us/TNBWP/videos/ Just inspect code, switch to mobile then refresh to get the auto height

    This is not a big issue just, I am graphic guy more then a coder. I just started doing coding after our web guy left. I am graphic designer by trade.
    thanks for all your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Christoph

    (@camthor)

    Do you need something like the “No auto height” option: https://jqueryui.com/accordion/#no-auto-height ? I could also add it to a new version. The height is not defined by this plugin. This all comes from jQuery UI.

    Thread Starter jhinkemeyer

    (@jhinkemeyer)

    I never looked at jquery. I was trying to fix using CSS. I can look more into Jquery.
    I am a quick learn!

    Christoph

    (@camthor)

    I did some tests with heightStyle:"content" – looks very useful. I’ll add it to the next version. Never occurred to me that there could be an option to fix the height. ??

    jQuery is more for coding, but it is also useful to fix the styling after the page has already loaded. And it’s included in the default WordPress installation.

    Christoph

    (@camthor)

    So you will need to use a shortcode like

    [tag_groups_accordion orderby="random" heightstyle="content" link_append="cat=40"] (but only from next version on).

    Thread Starter jhinkemeyer

    (@jhinkemeyer)

    thanks for your help man. Do you freelance code/fix sites?
    I know I am going to need help finishing this site. I could forward info to boss man and see if he would hire you; if you want to help.

    Christoph

    (@camthor)

    Please contact me via https://chattymango.com/ for all stuff beyond the free plugins.

    Christoph

    (@camthor)

    The new parameter is available in the latest version.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Acordian height in-line wrong’ is closed to new replies.