PageBreaks - need to line up and some items don't work

October 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 20, 2014 9:40 am
Reply with quote
Report this post
Here are screenshots of YOUR demo-site for StartUp - PageBreak looks in two dofferent browsers on my end: http://yadi.sk/d/VdjMVCS9Mp42d and http://yadi.sk/d/gl0fU0dqMp4Qm Arrows show to misalignments. In first case bullet dots are overlapping with text, in second case buttons Prev and Next for some reason are at different levels.
Now same thing with dots in the text we see on our site here: http://fitness7vetrov.ru/akcii/25-hotite-letom-ne-stesnyatsya-svoego-tela we see the same thing: http://yadi.sk/d/SUDXdm-qMp5KT and for some reason buttons Prev and Next do not show up at all at the bottom of page. Could you help cure this? Thanks.
User avatar
Platinum Boarder

teitbite
Mon Apr 21, 2014 10:31 am
Reply with quote
Report this post
Hi

Thank You for report. Please add this code to css, it should fix the problem:

Code: Select all
#article-index li {
    padding: 4px 0 6px 20px;
}

section.content .pagination ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #909090;
    cursor: default;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}
User avatar
Moderator

GK User
Mon Apr 21, 2014 2:30 pm
Reply with quote
Report this post
teitbite wrote:Please add this code to css, it should fix the problem


Sorry to bother you, but the code is added, but neither bullets are aligned, not navigation appeared. I put it in override.css (turned on, sure). May be I should put it somewhere else?
User avatar
Platinum Boarder

teitbite
Tue Apr 22, 2014 10:16 pm
Reply with quote
Report this post
Hi

Override.css is ok. Please send me an access to ftp, so I'll work with Your code directly.
User avatar
Moderator

teitbite
Wed Apr 23, 2014 8:39 pm
Reply with quote
Report this post
Hi

Ok. Looks like the bullet was not supposed to be there at all according to design, so I've removed it with this:

Code: Select all
.article-index ul.nav li {
    background-image: none !important;
}


But I cannot find an example of an articles with pagination. Please tell me a link to such article.
User avatar
Moderator

GK User
Wed Apr 23, 2014 9:05 pm
Reply with quote
Report this post
teitbite wrote:I've removed it

Strange but I still see it...
teitbite wrote:But I cannot find an example of an articles with pagination. Please tell me a link to such article.

http://fitness7vetrov.ru/akcii/25-hotite-letom-ne-stesnyatsya-svoego-tela
User avatar
Platinum Boarder

GK User
Fri Apr 25, 2014 8:31 pm
Reply with quote
Report this post
teitbite wrote:Please tell me a link to such article.


Hello teitbite, Here's the link again: http://fitness7vetrov.ru/akcii/25-hotite-letom-ne-stesnyatsya-svoego-tela, it still doesn't work neither with the bullets (I meat bullets are still there), nor with pagination...
Thanks.
User avatar
Platinum Boarder

teitbite
Fri Apr 25, 2014 9:00 pm
Reply with quote
Report this post
Hi

Sorry, I must have reverted changes while closing ftp client. Now both fixes are added:

Code: Select all
.article-index ul.nav li {
    background-image: none !important;
}

ul.pager.pagenav {
    display: block !important;
}

ul.pager.pagenav li {
    background-image: none !important;
}

ul.pager.pagenav li.previous {
    float: left;
}

ul.pager.pagenav li.next {
    float: right;
}
User avatar
Moderator

GK User
Fri Apr 25, 2014 10:17 pm
Reply with quote
Report this post
teitbite wrote:Now both fixes are added:


Thank you very much!
Issue about bullets is fixed and is now perfect. Thank you!

But pagination is switching between articles, not parts of the the same article...
User avatar
Platinum Boarder

teitbite
Sat Apr 26, 2014 10:54 pm
Reply with quote
Report this post
Hi

Sorry I used wrong pagination. Could not tell the difference because of language barrier.

Code: Select all
div.pager {
    display: block !important;
}

div.pager ul li {
    background-image: none !important;
    float: right;
}

div.pager ul li:first-child {
    float: left;
}
User avatar
Moderator

GK User
Sat Apr 26, 2014 11:05 pm
Reply with quote
Report this post
teitbite wrote:Sorry I used wrong pagination.

Now it works! Thanks!
User avatar
Platinum Boarder

teitbite
Mon Apr 28, 2014 8:36 pm
Reply with quote
Report this post
Hi

Great to hear that :) Sorry it took so long.
User avatar
Moderator

GK User
Wed Sep 17, 2014 10:55 pm
Reply with quote
Report this post
teitbite wrote:Hi

Great to hear that :) Sorry it took so long.


Restart this one again - everything you've fixed works. Great. Though pagination doesn't work in K2 articles. Whatsoever! At all. How do I fix it? Thanks!
(The article in discussion: http://fitness7vetrov.ru/blog-rukovoditelya/item/25-kak-otnositsya-k-zhiru-pravilno)
User avatar
Platinum Boarder

teitbite
Fri Sep 19, 2014 10:01 am
Reply with quote
Report this post
Hi

Do You mean a pagination as a pagebreak ? I'm afraid this is not working in K2 at all. You may try to look for a 3rd party extention to add this functionality, but as default K2 cannot do that.
User avatar
Moderator

GK User
Mon Sep 22, 2014 6:28 am
Reply with quote
Report this post
teitbite wrote:Hi

Do You mean a pagination as a pagebreak ? I'm afraid this is not working in K2 at all. You may try to look for a 3rd party extention to add this functionality, but as default K2 cannot do that.


Thanks, teitbite, got it done through 3rd party plug.
User avatar
Platinum Boarder


cron