Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How to make JAccordion to apper closed initially
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to make JAccordion to apper closed initially
#8934
How to make JAccordion to apper closed initially 13 Years, 5 Months ago Karma: 0
Hello,

I have a JAccordion with 3 mouse over tabs.

when the page loads the first tab appears open...and I need it to appear closed.

Here is the script
Code:

{arijaccordion width="650" useJoomlaArticle="true" articleSortField="created" articleItemCount="3" articleCatId="2" className="NormalText"}{ariarticletemplate}{$introtext}{/ariarticletemplate}{/arijaccordion}


Can you please advice.

thanks
The administrator has disabled public write access.
 
#8936
Re:How to make JAccordion to apper closed initially 13 Years, 5 Months ago Karma: 748
Hello,

Use the following code:

Code:


{arijaccordion width="650" useJoomlaArticle="true" articleSortField="created" articleItemCount="3" articleCatId="2" className="NormalText" alwaysOpen="false" active="false"}{ariarticletemplate}{$introtext}{/ariarticletemplate}{/arijaccordion}



In other words add alwaysOpen="false" and active="false" attributes to {arijaccordion} tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8940
Re:How to make JAccordion to apper closed initially 13 Years, 5 Months ago Karma: 0
strange...now all 3 are open.
The administrator has disabled public write access.
 
#8941
Re:How to make JAccordion to apper closed initially 13 Years, 5 Months ago Karma: 748
Could you provide temporary access to your Joomla! backend and link to page where we can see this issue by email that we can investigate this problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8942
Re:How to make JAccordion to apper closed initially 13 Years, 5 Months ago Karma: 0
I am running the site locally for the moment. It will be best to provide you access whan it will be online
The administrator has disabled public write access.
 
#8943
Re:How to make JAccordion to apper closed initially 13 Years, 5 Months ago Karma: 748
Currently you can open page with accordion in a browser, choose 'File -> Save Page As' menu item in browser's menu, choose 'Web page, complete' type, save page to disk, archive page files and send us by email. It can help us investigate this problem on our local machine.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12