WebSite X5Help Center

 
I. S
I. S
User

Paginator like incomedia  en

Autor: I. S
Besucht 1272, Followers 2, Geteilt 0  

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

Gepostet am
15 ANTWORTEN - 4 NüTZLICH - 1 KORREKT
I. S
I. S
User
Autor
Andre E
It's not standard in x5, maybe this post helps? https://helpcenter.websitex5.com/de/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

Mehr lesen
Gepostet am von 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.

Mehr lesen
Gepostet am von Esahc ..
I. S
I. S
User
Autor
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

Mehr lesen
Gepostet am von I. S
Claudio D.
Claudio D.
Moderator
Nutzer des Monats IT
Илья Ш.
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

Mehr lesen
Gepostet am von Claudio D.
I. S
I. S
User
Autor
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>

Mehr lesen
Gepostet am von I. S
Claudio D.
Claudio D.
Moderator
Nutzer des Monats IT
Илья Ш.
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

Mehr lesen
Gepostet am von 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

Mehr lesen
Gepostet am von Giuseppe Guida
I. S
I. S
User
Autor

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.

Mehr lesen
Gepostet am von I. S
I. S
I. S
User
Autor
Илья Ш.
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

Mehr lesen
Gepostet am von 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.

Mehr lesen
Gepostet am von Esahc ..
Claudio D.
Claudio D.
Moderator
Nutzer des Monats IT
Илья Ш.
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.

Mehr lesen
Gepostet am von Claudio D.