- Posts: 13
COMMUNITY FORUM
Problema con nº articulos
- Rober636
- Topic Author
- Offline
- New Member
Less
More
4 years 5 months ago - 4 years 5 months ago #175969
by Rober636
Problema con nº articulos was created by Rober636
Tengo un problema a la hora de mostrar el listado de items.
En la pagina muestro 4 categorías:
-Categoria 1 -> 5 items
-Categoria 2 -> 1 item
-Categoria 3 -> 1 item
-Categoria 4 -> 1 item
No se que problema hay, que si pongo el limite en 4 items me lo muestra bien, pero si lo pongo en 5 para que me muestre todo el listado cuando termina de mostrar la primera categoria, el ancho de las siguientes se descontrola.
El tipo de elemento del menu que tengo configurado es: Últimos ítems de (uno o más) usuarios o categorías
Con la siguiente configuracion:
Elegir fuente de contenido "Categorias"
Número de columnas "1"
Número máximo de ítems por usuario o categoría "5" (si cambio este valor por 4 funciona bien)
Item view options (set below) affect... "Todos los articulos resultantes"
En la pagina muestro 4 categorías:
-Categoria 1 -> 5 items
-Categoria 2 -> 1 item
-Categoria 3 -> 1 item
-Categoria 4 -> 1 item
No se que problema hay, que si pongo el limite en 4 items me lo muestra bien, pero si lo pongo en 5 para que me muestre todo el listado cuando termina de mostrar la primera categoria, el ancho de las siguientes se descontrola.
El tipo de elemento del menu que tengo configurado es: Últimos ítems de (uno o más) usuarios o categorías
Con la siguiente configuracion:
Elegir fuente de contenido "Categorias"
Número de columnas "1"
Número máximo de ítems por usuario o categoría "5" (si cambio este valor por 4 funciona bien)
Item view options (set below) affect... "Todos los articulos resultantes"
Last edit: 4 years 5 months ago by Rober636. Reason: Prueba grafica
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 5 months ago #175975
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Problema con nº articulos
It's most likely a template or template override issue.
So a URL to that K2 category would greatly help see the problem.
So a URL to that K2 category would greatly help see the problem.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rober636
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
4 years 5 months ago - 4 years 5 months ago #175978
by Rober636
Replied by Rober636 on topic Problema con nº articulos
I have found the problem in a </div>, now it displays well, but the footer adjusts to the width of the content :-(
Last edit: 4 years 5 months ago by Rober636.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 5 months ago #175980
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Problema con nº articulos
You probably need to get the footer "out" of the main container that holds the content (including K2).
In any case, I believe it's best to discuss this issue with your template provider.
In any case, I believe it's best to discuss this issue with your template provider.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rober636
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
4 years 5 months ago - 4 years 5 months ago #175981
by Rober636
Replied by Rober636 on topic Problema con nº articulos
checked the code problem and I can't find any, in the whole web, the footer looks good, it is in this area where it looks bad. Something is wrong here ...
Last edit: 4 years 5 months ago by Rober636.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 5 months ago #175982
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Problema con nº articulos
There are unclosed HTML elements: validator.w3.org/nu/?doc=http%3A%2F%2Flawebdelinformaticoempresas.es%2Frestaurantes
Additionally, the footer may simply just be inside the main container as shown here: jmp.sh/EVuwAk4
If the original design shows the footer expanding, then it's surely the unclosed HTML.
Additionally, the footer may simply just be inside the main container as shown here: jmp.sh/EVuwAk4
If the original design shows the footer expanding, then it's surely the unclosed HTML.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rober636
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
4 years 5 months ago #175983
by Rober636
Replied by Rober636 on topic Problema con nº articulos
If I show only 1 category it shows well, when I show more than one it shows wrong. but i can't find the error :-(
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 5 months ago #175984
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Problema con nº articulos
Follow the validation errors I sent you.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Rober636
- Topic Author
- Offline
- New Member
Less
More
- Posts: 13
4 years 5 months ago - 4 years 5 months ago #175985
by Rober636
Replied by Rober636 on topic Problema con nº articulos
amazing! The problem was in one of the articles, which had an unclosed <div class = "row">. If you could delete the post by me ... the error was mine, not the component's.
Last edit: 4 years 5 months ago by Rober636.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 5 months ago #175990
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Problema con nº articulos
That's OK. This will provide a simple hint for anyone else looking for K2 and broken layout :)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.