- Posts: 16
- Thank you received: 0
article pager
-
helgi88
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago - 13 years 6 months ago #8679
by helgi88
article pager was created by helgi88
My (Don't know what it calls) Article chooser, is floaded right, I want it to be in the center.
And i Want to delete my (view attach 2 picture)
And I want to remove or change the color on the red dots in Latest Interview
Helgi. www.rogving.com
And i Want to delete my (view attach 2 picture)
And I want to remove or change the color on the red dots in Latest Interview
Helgi. www.rogving.com
Last edit: 13 years 6 months ago by helgi88.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8698
by ivan.milic
Replied by ivan.milic on topic Re: article pager
Hi,
open template_css.css
find this:
.pagination ul {
margin: 0 0 10px 0 !important;
padding: 0 !important;
float: right;
}
and change it like this:
.pagination ul {
width:340px;
margin: 0 auto 10px auto !important;
padding: 0 !important;
}
then add to the bottom new entity:
.pagination{
text-align: center;
}
that will center pagination navigation.
To remove other thing add also to the bottom of template_css.css this:
.pagination .counter{
display:none;
}
open template_css.css
find this:
.pagination ul {
margin: 0 0 10px 0 !important;
padding: 0 !important;
float: right;
}
and change it like this:
.pagination ul {
width:340px;
margin: 0 auto 10px auto !important;
padding: 0 !important;
}
then add to the bottom new entity:
.pagination{
text-align: center;
}
that will center pagination navigation.
To remove other thing add also to the bottom of template_css.css this:
.pagination .counter{
display:none;
}
The following user(s) said Thank You: helgi88
Please Log in to join the conversation.
-
helgi88
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 6 months ago #8705
by helgi88
Replied by helgi88 on topic Re: article pager
Can you tell me how to remove the "Hits"? I think there is an error in the template. because "Show Hits" is set to Hide.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8712
by ivan.milic
Replied by ivan.milic on topic Re: article pager
That is global configuration, try to change that parameter in item (menu item or article) .
Please Log in to join the conversation.
-
helgi88
Inactive member - Topic Author
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 years 6 months ago #8715
by helgi88
Replied by helgi88 on topic Re: article pager
I have, but it shows the "hits" anyway.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8719
by ivan.milic
Replied by ivan.milic on topic Re: article pager
Hi,
see this:
www.cmsmind.com/joomla-how-remove-article-details/
did you do that both from article manager and Menu Manager Article Options?
Try Clearing cashe
see this:
www.cmsmind.com/joomla-how-remove-article-details/
did you do that both from article manager and Menu Manager Article Options?
Try Clearing cashe
Please Log in to join the conversation.
Time to create page: 0.196 seconds