Page 1 of 1

Jquery tabs (solved)

Posted: Fri Aug 22, 2008 6:40 am
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.

Re: Jquery tabs

Posted: Fri Aug 22, 2008 11:50 am
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


Re: Jquery tabs

Posted: Fri Aug 22, 2008 3:43 pm
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

Re: Jquery tabs

Posted: Wed Aug 27, 2008 2:16 pm
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

Re: Jquery tabs

Posted: Thu Aug 28, 2008 9:05 am
by kervi
solved using{literal}{/literal} tags.
thanks 2 nicmare