Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • hjalte1983 Friend
    #204969

    Hi there,
    I’ve been struggling with this progressive sidebar for a while,.

    i’ve been following the guilde http://www.joomlart.com/tutorials/joomla-tutorials/tutorial-how-to-add-progressive-sidebar-navigation-in-joomla-article

    But it wont show correctly, see image

    or see the issue here :
    http://rfk-kbh.dk/index.php/overenskomst-2/246-b-tillaegsaftaler

    There is a login form in database menu

    I really like this sidebar, and would be so glad if someone could assist me.

    Kind Regards


    1. sidebar
    phong nam Friend
    #564525

    Hi there,

    I just checked your page, you are missing js and css for this task. Did you add javascript and css into uber template?

    Please note this tutorial: http://www.t3-framework.org/documentation/bs3-customization#embed-style

    you can create a custom js file, for e.g: sbn.js and custom.css file

    sbn.js located at joomla/templates/uber/js/sbn.js
    custom.css file located at joomla/templates/uber/css/custom.css

    You need define js for your template by opening joomla/templates/uber/tpls/blocks/head.php

    Result


    1. js
    2. result
    hjalte1983 Friend
    #564667

    i was using /etc/assets.xml file

    i added this code to /templates/uber/tpls/blocks/head.php :

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

    also tried without /templates/uber , just js/progressive.js .

    Still no luck

    added the css to custom.css , that seem to work.

    I’m having a hard time figuring out what im doing wrong ?

    rsystems Friend
    #564686

    I don’t understand why the progressive sidebar is not made available as a Joomla plugin? I can image this might take some work to create, but it will massively simplify the installation process, and should work with all templates?

    Saguaros Moderator
    #564811

    @hjalte1983: as I can see in your screenshot, all the content is visible in the page and of course you will not see the scroll (movement) when clicking each section. You should add more content for each section and follow steps as Leo mentioned above.
    @rsystems: This small feature is used in our documentation page, there are some customers asking for this and we decide to create a tips and share for community 🙂

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

This topic contains 5 replies, has 4 voices, and was last updated by  Saguaros 9 years, 1 month ago.

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