Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • dieudonne Friend
    #194195

    Hello,

    how to have a list with page break (showing all page breaks) ?

    When we use page break, we always have a list menu, but we must click on the index to see the menu.
    In other template (like in a standard joomla template), we see by default all page break….

    We search a lot, but impossible to find how to do that.
    “Tabs”, or “Sliders” presentation style change nothing.

    Regard.

    joomla 3.2, ja t3 last version 2.1


    1. 2014-01-28_13h35_20
    2. 2014-01-28_14h24_19
    3. 2014-01-28_14h24_23
    cssyeah Moderator
    #520490

    Hi dieudonne,

    If you want to show all pages I think you need override the CSS rules of the bootstrap. Please create the custom.css file and paste below CSS rule to that file.


    body .article-index ul.dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
    }

    body .article-index ul.dropdown-menu li a {
    padding: 5px 0;
    }

    Hope this helps

    dieudonne Friend
    #520961

    Hello,

    thank you very much for the tip.

    And we put extra code to simplify the layout (delete box shadow, etc) :

    body .article-index ul.dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    position: relative;
    }

    body .article-index ul.dropdown-menu li a {
    padding: 5px 0;
    }

    #article-index .dropdown-menu, .article-index.dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
    }

    #article-index, .article-index.dropdown {
    margin: 0 0 10px 10px;
    }

    Thank again.
    Regard.


    1. 2014-02-03_16h19_10
Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  dieudonne 10 years, 9 months ago.

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