User/author page issues

GK User
Thu Jul 04, 2013 8:53 pm
When I click on an author page the layout isn't right. I haven't changed any files to do with the user/author page so this is from the default quickstart package. This is what it shows
Image

The pagination is at the top in a weird place for some reason.

Then if I click on page 2, it again acts weird and puts an article above the pagination then it throws the pagination off center. What's going on?
Image

I'm getting frustrated at all of the issues associated with this template. I appreciate the support I've been given but it's taking a week at a time to get one issue fixed. I'm about ready to abandon using Gavick products and move elsewhere because I'm not getting any closer to launch (which I had planned a month ago) and the little support I'm getting shows that it's going to be another month or longer before this is ready. That's just not acceptable. I'm losing money every day this isn't happening.
User avatar
Senior Boarder

GK User
Thu Jul 04, 2013 9:31 pm
A little update. If I reduce the amount of articles to show on the user page the pagination stop breaking when I click page 2, 3, 4, etc. But it's still at the top of the page even when the code says it's at the bottom.
User avatar
Senior Boarder

teitbite
Fri Jul 05, 2013 12:08 am
Hi

Please show me the exact page You've done this screenshot.
User avatar
Moderator

GK User
Fri Jul 05, 2013 1:26 am
I sent you a PM with the pages.

Thanks again.
User avatar
Senior Boarder

teitbite
Sat Jul 06, 2013 1:02 am
Hi

Please try to add this code to css:

Code: Select all
.catItemList {
    clear: both;
    float: none;
}

.itemContainer {
    float: none;
}
User avatar
Moderator


cron