Category - Articles to List problem

GK User
Sat May 04, 2013 11:28 am
Hello,
I use The World News II template and I have a problem (see the screen).
How to solve this?
Thanks.Image
User avatar
Fresh Boarder

teitbite
Sun May 05, 2013 12:17 pm
Hi

Please tell me the exact url to the page You have made this screen.
User avatar
Moderator

GK User
Sun May 05, 2013 3:15 pm
User avatar
Fresh Boarder

teitbite
Mon May 06, 2013 5:20 pm
Hi

I do not know why but this layout is lacking the class in pagination list. Please send me an access to joomla panel and ftp. I'll find out why it's like that.
User avatar
Moderator

GK User
Mon May 06, 2013 11:08 pm
Hi,

I sent you PM.

thanks ...
User avatar
Fresh Boarder

teitbite
Tue May 07, 2013 10:03 am
Hi

You got so many menu elements that it was easier for me to make it via ftp :) Here is what I did. I've edited /html/com_content/category/default_articles.php and in line 158 I've replaced this:

Code: Select all
<?php echo str_replace('</ul>', '<li class="counter">'.$this->pagination->getPagesCounter().'</li>', $this->pagination->getPagesLinks()); ?>


to this:

Code: Select all
<div class="li-pagination"><?php echo str_replace('</ul>', '<li class="counter">'.$this->pagination->getPagesCounter().'</li>', $this->pagination->getPagesLinks()); ?></div>


Than I've enabled override in template settings and added this code to override.css file:

Code: Select all
.li-pagination ul {
    text-align: center;
}

.li-pagination li {
    display: inline;
    margin: 0 10px;
}


Which results in a display like this:
User avatar
Moderator

GK User
Wed May 08, 2013 9:03 am
Thank you very much. :--)
User avatar
Fresh Boarder

teitbite
Wed May 08, 2013 5:13 pm
Hi

I've jost got an access to Your site via PM. Is it for some new issue, or it just come late ?
User avatar
Moderator

GK User
Wed May 08, 2013 5:31 pm
This is now ok.

I noticed another problem. I hope you understand what it is.

Once again, sorry on my bad English ...
Image
User avatar
Fresh Boarder

teitbite
Wed May 08, 2013 6:55 pm
Hi

Try update the module to the latest version.
User avatar
Moderator

GK User
Wed May 08, 2013 7:25 pm
The same problem with other modules. For example with Menu module.
I believe that the problem is also in Joomla.
User avatar
Fresh Boarder

teitbite
Thu May 09, 2013 3:55 pm
Hi

This looks like a joomla bug. The disable/enable menu button fails to be created and messing the rest of the site below. I think it may be because of too many menus or some wrong characters in it's descriptions. Anyway You should report this on joomla forum.
User avatar
Moderator


cron