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?
Go to bottomPage: 12
TOPIC: Tabs
#6791
Tabs 13 Years, 7 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 13 Years, 7 Months ago Karma: 747
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 13 Years, 7 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 13 Years, 7 Months ago Karma: 747
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 13 Years, 7 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 13 Years, 7 Months ago Karma: 747
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