-
AuthorPosts
-
giuliano m Friend
giuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
January 5, 2013 at 11:13 am #183661Hi,
My problem is this
thumbnail and paging are vertical, even if I put in the category k2 2 columns, it remains vertical, how can I fix,
Thx
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 8, 2013 at 6:57 am #478868Which version of K2 component are you using? By default, this template doesn’t have this component installed, I tried to install the latest version K2 v2.6.2 and it worked properly.
Backup your site and you can try to update K2 to the latest version
mesasel Friendmesasel
- Join date:
- November 2012
- Posts:
- 37
- Downloads:
- 0
- Uploads:
- 22
- Thanks:
- 22
- Thanked:
- 7 times in 1 posts
January 10, 2013 at 10:50 am #479249I have K2 v2.6.2. but it isn’t working, I have same problem like giuliano m. Can you provide more information how you configured this component, because I just installed it, I haven’t change anything in configuration.
Before two days I had to unpublish K2 because I didn’t like look of this component on Ja Teline IV, because it didn’t get any css from template.:((
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 11, 2013 at 9:18 am #479378By default, K2 component is not installed along with JA Teline IV template so I don’t have special configuration in this component for this template. If possible, PM me admin and FTP account and page where problem can be seen. I shall help you to check it.
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
February 11, 2013 at 1:53 pm #483065<em>@giuliano m 353556 wrote:</em><blockquote>Hi,
My problem is this
thumbnail and paging are vertical, even if I put in the category k2 2 columns, it remains vertical, how can I fix,
Thx</blockquote>
OK giuliano, try this:
Find /templates/YOUR TEMPLATE FOLDER HERE/html/com_k2/templates/YOUR TEMPLATE NAME HERE/category.php
(in my case it is public_html/templates/ja_teline_iv/html/com_k2/templates/teline_iv_blog/category.php)
Line 255 looks like
<div class="k2Pagination clearfix">
add
<div class="pagination">
Now it should look like:
<div class="k2Pagination clearfix"><div class="pagination">
Please remember you need one more closing </div> so the whole code now from row 255 to row 258 is:
<div class="k2Pagination clearfix"><div class="pagination">
<?php if($this->params->get('catPagination')) echo $this->pagination->getPagesLinks(); ?>
<?php if($this->params->get('catPaginationResults')) echo '<p class="counter">'.$this->pagination->getPagesCounter().'</p>'; ?></div>
</div>Row numbers may be different in your category.php file.
I don’t remember how I found this, but “K2Pagination” class is different then “pagination”, which JA devs created I think (I found it set in template.css).
This is a php “hack” so you will have to make it after every TELINE update. If you have a separate template folder you will be OK.
Let me know if it works and I’ll try find in my notes if there was a better way to resolve this.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 4 voices, and was last updated by obliat 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
css K2 pagination
Viewing 5 posts - 1 through 5 (of 5 total)