Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mariajcasal Friend
    #181148

    Hello,

    i am using the JA Side News in my site.
    it works fine but the first tag shows open, and i would like to be all of them closed, and open when clicking
    how can i do that?
    you can see it in my site: http://clubnautico.com.uy/dev/ (in the right position of index page)
    thanks

    HeR0 Friend
    #468925

    Hi Mariajcasal
    Apologize, but that is not good idea.
    Pls try find
    if(this.options.activateOnLoad != ‘none’)
    {
    if(this.options.activateOnLoad == ‘first’)
    {
    this.activate(this.titles, true);
    }
    else
    {
    this.activate(this.options.activateOnLoad, true);
    }
    }
    in plugins/systems/jatabs/jatabs/ja.tab.js and modify to
    if(this.options.activateOnLoad != ‘none’)
    {
    if(this.options.activateOnLoad == ‘first’)
    {
    //this.activate(this.titles, true);
    }
    else
    {
    //this.activate(this.options.activateOnLoad, true);
    }
    }

    Regards,

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum