- Posts: 120
- Thank you received: 0
Page break and navigating features
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 4 months ago #13091
by elanna
Replied by elanna on topic Re: Page break and navigating features
Well... I set two articles as "featured".
That articles share the same place in Home page... then, the pagination cames up, but vertically and as an unordered list.
After including that code lines in layout.css (or even in template_css.css), some modules get in conflit position, as Caroussel and Newsflash, taht stop working properly.
That articles share the same place in Home page... then, the pagination cames up, but vertically and as an unordered list.
After including that code lines in layout.css (or even in template_css.css), some modules get in conflit position, as Caroussel and Newsflash, taht stop working properly.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #13105
by ivan.milic
Replied by ivan.milic on topic Re: Page break and navigating features
can you re-activate Hotsw account so I could look.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #13122
by elanna
Replied by elanna on topic Re: Page break and navigating features
Ok.
Your acount was reactivated. You can test from my enviromment.
Your acount was reactivated. You can test from my enviromment.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #13132
by ivan.milic
Replied by ivan.milic on topic Re: Page break and navigating features
It appears it's not reactivated.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #13147
by elanna
Replied by elanna on topic Re: Page break and navigating features
Ok.
Your password was reset.
try to replicate the pagination issue as I did befor, pls.
Additionally, check the Article in "Clientes" from Top Menu, please.
I tryed to include a "page break" between that two tables with customers logos, but it doesn't work propely...
I'm using JCE editor.
P.S.: My dead line to publicate my website is next monday.
Your password was reset.
try to replicate the pagination issue as I did befor, pls.
Additionally, check the Article in "Clientes" from Top Menu, please.
I tryed to include a "page break" between that two tables with customers logos, but it doesn't work propely...
I'm using JCE editor.
P.S.: My dead line to publicate my website is next monday.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #13153
by ivan.milic
Replied by ivan.milic on topic Re: Page break and navigating features
First for pagination itself add this to bottom of template_css.css:
.pagination ul{
list-style: none;
}
.pagination ul li{
float:left;
}
then you probably want to change item type (layout) of home page menu item (in all menus where you have it)
Currently in top menu it's :Menu Item Alias, put featured articles then you will get options to the right to control number of showed articles, number of leading ....
.pagination ul{
list-style: none;
}
.pagination ul li{
float:left;
}
then you probably want to change item type (layout) of home page menu item (in all menus where you have it)
Currently in top menu it's :Menu Item Alias, put featured articles then you will get options to the right to control number of showed articles, number of leading ....
Please Log in to join the conversation.
Time to create page: 0.084 seconds