Keyword

Display comment list

  • Ovidiooo
  • Ovidiooo's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #121463 by Ovidiooo
Display comment list was created by Ovidiooo
Hello,
I have an issue with the comment page list display. I attached a photo of the problem. I would like to have page 2, 3, 4... displayed horizontaly, not vertically.
I would appreciate any advice.
Thank you!
Attachments:

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 10 months ago #121464 by Yiota
Replied by Yiota on topic Re: Display comment list
The comments pagination is using the same pagination with joomla. You just need to check the container your pagination uses through your page inspector tool in your category pages and use the same for the comments pagination.

To add a new class to the comments pagination container you will have to create K2 template overrides (read here getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates how overrides work), if not already, and modify the comments pagination block in the item.php page.

The class you will be looking for is itemCommentsPagination.

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago - 10 years 9 months ago #121465 by maiky
Replied by maiky on topic Re: Display comment list
Hello for resolve your pbm you just have to put this red code line in your k2.css where ever you want but i suggest you to put it after this line div.itemCommentsPagination in your k2.css

.itemCommentsPagination li {float: left;}.


Hope it'll help you

AJMG

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum