-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
January 28, 2014 at 1:30 pm #194195Hello,
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
- cssyeah Moderator
cssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
January 30, 2014 at 9:13 am #520490Hi 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
1 user says Thank You to cssyeah for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
February 3, 2014 at 3:20 pm #520961Hello,
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 user says Thank You to dieudonne for this useful post
AuthorPostsViewing 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
Jump to forum