test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bigrats Friend
    #640190

    hi

    i want to add the progressive sidebar to my page, so
    i follow this documents
    http://www.t3-framework.org/documentation/bs3-customization#embed-styleand
    http://www.joomlart.com/tutorials/joomla-tutorials/tutorial-how-to-add-progressive-sidebar-navigation-in-joomla-article

    1.first I create a affix.js file, and affix.css file.( file location are the same as the following code)

    2. i edited the head.php. just added the following code:

    <?php
    // CUSTOM CSS
    if (is_file(T3_TEMPLATE_PATH . '/templates/purity_iii/local/css/affix.css')) {
    $this->addStyleSheet(T3_TEMPLATE_URL . '/templates/purity_iii/local/css/affix.css');
    }
    ?>

    <?php
    if(is_file(T3_TEMPLATE_PATH . '/templates/purity_iii/js/affix.js')) {
    $this->addScript(T3_TEMPLATE_URL.'/templates/purity_iii/js/affix.js');
    }
    ?>

    3. create a article by using the sample in the document.

    4. and i got this result :

    PS1. my theme is in the particular color theme via “theme magic”.
    PS2. my site is on localhost

    i dont know what i am doing wrong.

    thanks !!!!

    bigrats Friend
    #644903

    i think i just fixed the problem , now looks like :

    but,the menu will not be fixed. how to fix this problem ?

    and i want to know how to add title and style just like your document page :

    thanks

    bigrats Friend
    #743533

    i think i just fixed the problem , now looks like :

    but,the menu will not be fixed. how to fix this problem ?

    and i want to know how to add title and style just like your document page :

    thanks

    Adam M Moderator
    #645021

    Hi @bigrats,

    May I know your site url so I can have a look first ?

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  bigrats 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum