Jquery tabs (solved)

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
kervi
New Member
New Member
Posts: 5
Joined: Fri Aug 22, 2008 6:34 am

Jquery tabs (solved)

Post by kervi »

Hi! i have a problem using ui.tabs (jquery) with cmsmadesimple.

My template
{process_pagedata}



{sitename} - {title}

{metadata}






        //
       



  Обучение
  Беларусь
  Авиатуры
  Автобусные туры
  О компании


 
   
     
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shoc ... vie','show' );

   
 


 
   

                   
                     
                       
                          Details
                          Public
                          Related
                          News
                       
                       
                         
                            content 1
                         
                       
                       
                         
                            content 2
                         
                       
                       
                         
                            content 3
                         
                       
                       
                         
                            content 4
                         
                           
                     
                   
                 
         

    {global_content name='Контакт'}
 
 
    {content block="Погода"}
 


 
   
       
         
             
             
             
             
              ');
if(lt){d.write('
             
             
             
              ');}//-->
             
          Talisman Tour 2008 © Все права защищены.

              Использование материалов сайта разрешено только с согласия руководства компании.

          Design by Dga Studio.
         
       
     
 

{breadcrumbs starttext=':' root='Главная страница' delimiter='»'}

 
   
     
      Добавить в избранное | Карта сайта | Обратная связь  

   
 

{Quotes pickedby="random"}



My web:
The problem is then i want to use the tabs inside the page. it's doesn't work! but if i use the same code (without cmsmadesimple) on local machine is working perfectly.

I think that the problem happens becouse  there are  something wrong with links
for example, on localhost the working link is like:
file:///D:/Design/Websites/Talisman/v3/tests/tabs.htm#item3rd-3
and online:
Any solution? Thanks

P.D. Sorry for my english.
Last edited by kervi on Thu Aug 28, 2008 9:05 am, edited 1 time in total.
nicmare
Power Poster
Power Poster
Posts: 1150
Joined: Sat Aug 25, 2007 9:55 am

Re: Jquery tabs

Post by nicmare »

i am using the ui tabs too in cms! no problems over there!
just add $('.tabcontent > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle'} }); (adjustments are neccessary to your needs)
my tab navigation looks like this (generated with menumanager):


Willkommen
Tätigkeit
    Vita

JeremyBASS

Re: Jquery tabs

Post by JeremyBASS »

I'm using jQuery UI as well... no issues as well... this is what i did...

            $(function() {
                $('#container-3 > ul').tabs({ fx: { height: 'toggle' } }); //(adjustments are neccessary to your needs)
            });


 
      PROGRAM AGENDA
      REGISTRATION INFORMATION
      PROGRAM DESCRIPTION
 
           
           
           
           
           
           


hope it helps
kervi
New Member
New Member
Posts: 5
Joined: Fri Aug 22, 2008 6:34 am

Re: Jquery tabs

Post by kervi »

uhm.. still don't work...

can u send me a link to any of your websites using this tecnology?

becouse i think that the problem can bee in smary compatibility with js.

thanks
kervi
New Member
New Member
Posts: 5
Joined: Fri Aug 22, 2008 6:34 am

Re: Jquery tabs

Post by kervi »

solved using{literal}{/literal} tags.
thanks 2 nicmare
Last edited by kervi on Fri Aug 29, 2008 5:22 am, edited 1 time in total.
Post Reply

Return to “Modules/Add-Ons”