WebSite X5Help Center

 
I. S
I. S
User

Paginator like incomedia  en

Auteur : I. S
Visité 1289, Followers 2, Partagé 0  

Dear icomedia, please tell me how can i make a paginator like this? can you send me script?

Posté le
15 RéPONSES - 4 UTILE - 1 CORRECT
I. S
I. S
User
Auteur
Andre E
It's not standard in x5, maybe this post helps? https://helpcenter.websitex5.com/fr/post/209122

The problem is that I need a script just like yours. it is suitable for my future site in structure and design, please send me just yours paginator script.

Sincerely Ilya

Lire plus
Posté le de I. S
Esahc ..
Esahc ..
Moderator

If I needed such a feature I would simply add a text box on the bottom row of the page, add the page numbers and link each to the appropriate page. Painful but straight forward with almost total control over appearance at various resolutions.

Lire plus
Posté le de Esahc ..
I. S
I. S
User
Auteur
Esahc ..
If I needed such a feature I would simply add a text box on the bottom row of the page, add the page numbers and link each to the appropriate page. Painful but straight forward with almost total control over appearance at various resolutions.

but how do you do this when you have more than 100 pages on your site? Do not register this script separately for each page. here on the site it is most likely automated for this, I asked how it works on the incomedia site

Lire plus
Posté le de I. S
Claudio D.
Claudio D.
Moderator
Илья Ш.
this option can not be customized for appearance as in the above screenshot

Yes it's true.
but if you have 100 pages as you say, just put the code once in "seo-expert" and the operation is automated.
There is no other automatic way.
Unless you use the Blog.
The HelpCenter Forum was not made with Website but with third party software.

---

si vero.
ma se hai 100 pagine come dici, basta mettere il codice una volta sola in "seo-esperto" e l'operazione viene automatizzata.
Non esiste un altro modo in automatico.
A meno che tu non usi il Blog.
Il Forum di HelpCenter non è stato fatto con Website ma con un software di terze parti

Lire plus
Posté le de Claudio D.
I. S
I. S
User
Auteur
Claudio D.
Илья Ш. this option can not be customized for appearance as in the above screenshot Yes it's true. but if you have 100 pages as you say, just put the code once in "seo-expert" and the operation is automated. There is no other automatic way. Unless you use the Blog. The HelpCenter Forum was not made with Website but with third party software. --- si vero. ma se hai 100 pagine come dici, basta mettere il codice una volta sola in "seo-esperto" e l'operazione viene automatizzata. Non esiste un altro modo in automatico. A meno che tu non usi il Blog. Il Forum di HelpCenter non è stato fatto con Website ma con un software di terze parti

that is, it’s enough to simply insert this code into the Expert Advisor and it will automatically be distributed on the site’s pages?

<code>

<html>
<head>
<style>
.pagination {
display: inline-block;
}

.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
}

.pagination a.active {
background-color: #4CAF50;
color: white;
border-radius: 5px;
}

.pagination a:hover:not(.active) {
background-color: #ddd;
border-radius: 5px;
}
</style>
</head>
<body>

<div class="pagination">
<a href="#">«</a>
<a href="#" class="active">1</a>
<a href="#">2</a>
<a href="#">3</a>
<a href="#">4</a>
<a href="#">5</a>
<a href="#">6</a>
<a href="#">»</a>
</div>

</body>
</html>

</code>

Lire plus
Posté le de I. S
Claudio D.
Claudio D.
Moderator
Илья Ш.
that is, it’s enough to simply insert this code into the Expert Advisor and it will automatically be distributed on the site’s pages?

?

I don't understand what you're referring to.

I was referring to the code here:

http://www.essedi.altervista.org/_EVO14/_scorripagine/index.html

but maybe we talk about two different things and I don't understand what you want to do

Lire plus
Posté le de Claudio D.
Giuseppe Guida
Giuseppe Guida
User
Esahc ..
If I needed such a feature I would simply add a text box on the bottom row of the page, add the page numbers and link each to the appropriate page. Painful but straight forward with almost total control over appearance at various resolutions.

I agree with what Eshac said. A practical example of what Eshac described, created with Website X (the site dates back to a few years ago), can be seen below at the end of the news:

http://www.topfashionmodel.it/news.html

Lire plus
Posté le de Giuseppe Guida
I. S
I. S
User
Auteur

Guys, I sent a screen above how the paginator should look, and where it should be. if I needed it to be like in this example have done it a long time ago or if I had to do it for 10 pages, but I need how it is arranged on the incomedia website and that it is automatically distributed on 100+ pages. if you notice the pages here, the paginator inside the page is automatically updated and sits in my footer or header.

Lire plus
Posté le de I. S
I. S
I. S
User
Auteur
Илья Ш.
Guys, I sent a screen above how the paginator should look, and where it should be. if I needed it to be like in this example have done it a long time ago or if I had to do it for 10 pages, but I need how it is arranged on the incomedia website and that it is automatically distributed on 100+ pages. if you notice the pages here, the paginator inside the page is automatically updated and sits in my footer or header.

see here how it works and where the paginator is located. I'm thinking about how to arrange exactly the same on my site. I don’t want to manually, put and configure it on each page. because editing 100 pages to put a paginator on each one and copying it 100 times is not very convenient

Lire plus
Posté le de I. S
Esahc ..
Esahc ..
Moderator

As both Andre & Claudio stated above, the helpcenter is not written using WX5, but even if it was, the paginator display script you have requested is 3rd party code and as such it is not supported by Incomedia so cannot be provided.

Lire plus
Posté le de Esahc ..
Claudio D.
Claudio D.
Moderator
Илья Ш.
see here how it works and where the paginator is located. I'm thinking about how to arrange exactly the same on my site. I don’t want to manually, put and configure it on each page. because editing 100 pages to put a paginator on each one and copying it 100 times is not very convenient

maybe you didn't understand the difference between static and dynamic pages.

And in fact in the Blog you can have pagination, as someone have already been told.

Lire plus
Posté le de Claudio D.