- Posts: 14116
- Thank you received: 1639
Pagination very bad
-
KLIPING2
- Topic Author
- Visitor
10 years 7 months ago #38880
by KLIPING2
Pagination very bad was created by KLIPING2
My site
First problem: beside the search are a number appears, it can be removed?
Second problem: the pagination of the page is very bad, it can change the color and size?
First problem: beside the search are a number appears, it can be removed?
Second problem: the pagination of the page is very bad, it can change the color and size?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 7 months ago - 10 years 7 months ago #38890
by ivan.milic
Replied by ivan.milic on topic Pagination very bad
Open:
templates\hot_vortex\html\mod_search\default.php
line 17:
replace with:
you can use this to style pagination:
DIV.pagination{
...
}
DIV.pagination UL{
...
}
DIV.pagination UL LI{
...
}
DIV.pagination UL LI.pagination-start{
...
}
DIV.pagination UL LI.pagination-prev{
...
}
DIV.pagination UL LI.pagination-next{
...
}
DIV.pagination UL LI.pagination-end{
...
}
templates\hot_vortex\html\mod_search\default.php
line 17:
Code:
$output = '<input name="searchword" id="mod-search-searchword" maxlength="'.$maxlength.'" class="inputbox'.$moduleclass_sfx.'" type="text" size="'.$width.'" value="'.$text.'" onblur="if (this.value==\'\') this.value=\''.$text.'\';" onfocus="if (this.value==\''.$text.'\') this.value=\'\';" />';
replace with:
Code:
$output = '<input name="searchword" id="mod-search-searchword" maxlength="'.$maxlength.'" class="inputbox'.$moduleclass_sfx.'" type="text" size="'.$width.'" value="'.$text.'" onblur="if (this.value==\'\') this.value=\''.$text.'\'" onfocus="if (this.value==\''.$text.'\') this.value=\'\'" />';
you can use this to style pagination:
DIV.pagination{
...
}
DIV.pagination UL{
...
}
DIV.pagination UL LI{
...
}
DIV.pagination UL LI.pagination-start{
...
}
DIV.pagination UL LI.pagination-prev{
...
}
DIV.pagination UL LI.pagination-next{
...
}
DIV.pagination UL LI.pagination-end{
...
}
Last edit: 10 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
10 years 7 months ago #38895
by KLIPING2
Replied by KLIPING2 on topic Pagination very bad
Code lines are the same...
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #38901
by ivan.milic
Replied by ivan.milic on topic Pagination very bad
There are two ; omitted in second like
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
10 years 7 months ago #38912
by KLIPING2
Replied by KLIPING2 on topic Pagination very bad
I don´t understand....
you can use this to style pagination:
DIV.pagination{
...
}
DIV.pagination UL{
...
}
that file is?
can you give an example?
thanks !
you can use this to style pagination:
DIV.pagination{
...
}
DIV.pagination UL{
...
}
that file is?
can you give an example?
thanks !
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 7 months ago #38923
by ivan.milic
Replied by ivan.milic on topic Pagination very bad
You can put your css in any css file loaded on page, you can use template_css.css (add your codes at bottom)
That are just css paths you will use to target elements with your custom properties
That are just css paths you will use to target elements with your custom properties
Please Log in to join the conversation.
Time to create page: 0.284 seconds