block details

More
10 years 4 months ago #39047 by ivan.milic
Replied by ivan.milic on topic block details
Instead of

jQuery('.items-leading').addClass('item');

try:

jQuery('.items-leading .item').prependTo(jQuery('.items-leading').parent());

Please Log in to join the conversation.

More
10 years 4 months ago #39049 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
Please have a look, nothing changed. It looks the same.

Please Log in to join the conversation.

More
10 years 4 months ago #39052 by ivan.milic
Replied by ivan.milic on topic block details
Try this:


jQuery('.items-leading').insertBefore(jQuery('.items-leading').parent());

Please Log in to join the conversation.

More
10 years 4 months ago #39053 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
now the first article is displayed wrong and the div.items-more are displayed between the second and third article.

Please Log in to join the conversation.

More
10 years 4 months ago #39065 by ivan.milic
Replied by ivan.milic on topic block details
This is best it could be

Please Log in to join the conversation.

More
10 years 4 months ago #39074 by dh12355@gmx.de
Replied by dh12355@gmx.de on topic block details
and how can i disable the display of div.items-more?

Please Log in to join the conversation.

Time to create page: 0.357 seconds
Powered by Kunena Forum