Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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?
Go to bottomPage: 12
TOPIC: Tabs
#6791
Tabs 1 Year, 5 Months ago Karma: 0
I am completely new to all of these components. I am using at www.saludablespr.com tabs&slides from joomla works but when I saw yours I bought Ari Smart Content but really I am completely lost. What I want is to simply divide the articles in tabs. In tabs&slides what I do is very simple. eg:{tab=Title}Article Text, if I want another tab {tab=Another Tab}More Article Text; and to close the tabs {/tabs}

Well I want to know how can I do the same thing with Smart Content and where can I select the Theme. It may sound silly but I am completely lost.

I will really appreciate any help.
The administrator has disabled public write access.
 
#6793
Re:Tabs 1 Year, 5 Months ago Karma: 276
Hello,

If you want to type content for tabs manually, use the following code:

Code:


{arijtabview}
  {arijtab title="Tab 1"}
    Content 1
  {/arijtab}
  {arijtab title="Tab 2"}
    Content 2
  {/arijtab}
  {arijtab title="Tab 3"}
    Content 3
  {/arijtab}
{/arijtabview}



The theme can be selected on 'Components -> ARI Smart Content -> Plugins -> ARI JQuery UI Loader' page in 'Default jQuery UI 1.5.2 theme' drop-down.

PS: If MooTools javascript library is used into your site template, open 'Components -> ARI Smart Content -> Plugins -> ARI JQuery Loader' page and set 'No conflict' option to 'Yes'.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6814
Re:Tabs 1 Year, 5 Months ago Karma: 0
Thanks for your reply.

I did what you tell me but it is not working. Tags are vible in the post and no tab is visible. eg:
{arijtab title="Qué Es"}Content
{/arijtab}

You can take a look at:saludablespr.com/
Yesterday I did send you Joomla backend access if you need so.

I need to solve this urgently, My client is getting mad and wants his money back
The administrator has disabled public write access.
 
#6816
Re:Tabs 1 Year, 5 Months ago Karma: 276
Try now, please. You used incorrect close tag for 'ARI JTabView' plugin, it should be {/arijtabview} instead of {arijtabview}.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6818
Re:Tabs 1 Year, 5 Months ago Karma: 0
Thanks. Is it possible to edit CSS so that Titles and text be Arial 12 points. You know now tabs looks too big and the text the same. If so let me know
The administrator has disabled public write access.
 
#6819
Re:Tabs 1 Year, 5 Months ago Karma: 276
Open 'CSS Templates' section on the component backend and create 'CSS Template' with the next code:

Code:


ul.ui-tabs-nav LI a span,
DIV.ui-tabs-panel
{
  font-family: Artial;
  font-size: 12px;
}



PS: Don't forget to enable template.

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