Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Gardner

    (@jgardner03)

    Hi Karen,

    Thanks for using my plugin. I only provided default javascript support for up to the first 5 tabs opening, as you found. You can see what I’m doing here: https://github.com/j-gardner/arconix-shortcodes/blob/master/includes/arconix-shortcodes.js#L62

    If you feel comfortable doing so, you can copy /includes/arconix-shortcodes.js from my plugin folder to the root of your theme folder and add the following line beneath the last line in that file:

    
    jQuery('.arconix-accordions-6').tabs('div.arconix-accordion-content', {tabs: 'div.arconix-accordion-title', effect: 'slide', initialIndex: 5 });
    

    Doing so will set the 6th accordion to load open. Repeat these lines, changing the numbers as desired to support additional open accordions.

    Thread Starter pictureitsolved

    (@pictureitsolved)

    Thank you, John. I made that change and it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t specify accordion higher than 5 to open’ is closed to new replies.