"Featured Articles" layout is messed up on Home page

Professional Joomla social template with metro design and JomSocial extension support.
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
Mon Jul 07, 2014 2:56 pm
Reply with quote
Report this post
My home page at hypothesis.acc.chula.ac.th
is set to read articles from standard joomla "featured articles".
However, it is messed up when ever I specified more than 1 row of columns.

Furthermore, there is a lot of space between the first article and articles in the columns

Could you have me with these problems?
Bp
User avatar
Fresh Boarder

teitbite
Wed Jul 09, 2014 5:45 pm
Reply with quote
Report this post
Hi

Add this code to override.css and make sure override is enabled in template settings:

Code: Select all
section.blog-featured .items-row {
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
}
User avatar
Moderator

GK User
Thu Jul 10, 2014 1:22 am
Reply with quote
Report this post
I did put in override.css. However, it does nothing.

The "feature articles" it mentioned is the main body of the page.
I create Home menu by specifying "Menu Item Type" to "Featured Articles".
I am not sure if this information is helpful.

By the way, I could not get NSP to show Pagination on the Home as well.

Please take a look again.
Bp
User avatar
Fresh Boarder

teitbite
Sat Jul 12, 2014 6:45 pm
Reply with quote
Report this post
Hi

You've made a mistake while adding my code and removed a space before the second dot. First line is:

Code: Select all
section.blog-featured.items-row


while should be

Code: Select all
section.blog-featured .items-row


Use this code to see pagination:

Code: Select all
.nspMain,
.nspArts {
    overflow: visible;
}
User avatar
Moderator

GK User
Sun Jul 13, 2014 12:14 am
Reply with quote
Report this post
Thanks. That was my mistake. It works now.
I did incorporate code for pagination too but I could not see it.
A dump question is Where should I look for pagination?
I selected "airrows with pagination"
Bp
User avatar
Fresh Boarder

teitbite
Mon Jul 14, 2014 8:24 pm
Reply with quote
Report this post
Hi

Pagination is there, but hidden. The code I gave You above will make it appear. Please try it.
User avatar
Moderator


cron