League News template distorted

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sun Sep 30, 2012 5:49 am
I have spent hours trying to figure out what is wrong with the League News template and it is not lining up correctly. The columns on the left and right side are not aligned correctly. It only works with Firefox. Please help. My website is http://www.legionamarilla.com
User avatar
Fresh Boarder

GK User
Sun Sep 30, 2012 11:05 pm
Hi

Please go to template parameters > Layouts
Make sure that the sum of all blocks in % are equal to 100%.

screen.png


cheers
User avatar
Platinum Boarder

GK User
Sun Oct 07, 2012 5:55 pm
any news with that?
I have the same problems after a clean quickstart installation. The layout percentages are just fine (100% - not changed from your quickstart package)
The problem occurs when I enter the frontpage (index.php)
After I select another menu item, the layout loads correctly and if I get back at index.php (after visiting a menu item) everything seems ok...


BUT, if you type to enter index.php again (or refresh page index.php) the layout breaks again...

Check the under construction website http://www.magnesiasports.gr/index.php. Be sure to refresh the page.

P.S.I am using the latest version of chrome...
User avatar
Senior Boarder

GK User
Sun Oct 07, 2012 6:49 pm
There is also a problem when using Opera...
User avatar
Fresh Boarder

GK User
Sun Oct 07, 2012 8:20 pm
fhiras wrote:any news with that?
I have the same problems after a clean quickstart installation. The layout percentages are just fine (100% - not changed from your quickstart package)
The problem occurs when I enter the frontpage (index.php)
After I select another menu item, the layout loads correctly and if I get back at index.php (after visiting a menu item) everything seems ok...


BUT, if you type to enter index.php again (or refresh page index.php) the layout breaks again...

Check the under construction website http://www.magnesiasports.gr/index.php. Be sure to refresh the page.

P.S.I am using the latest version of chrome...



Please send me administrator access to paulo[at]gavick[dot]com

Make reference of this topic on your email.
User avatar
Platinum Boarder

GK User
Mon Oct 08, 2012 2:08 am
Hi

It seams the problem comes from NSP GK4 module with "Headlines" title, on Links block with description.
I can't imagine why this is happening because the template have the latest version, the module also and the settings seams right.
On my installation none of this happens, but somehow it's happening on your side.
I wonder if you try to update the module and not all files were replaced.
User avatar
Platinum Boarder

GK User
Mon Oct 08, 2012 8:25 am
I didn't update anything. It's the installation of the quickstart package as it is. I have just installed a couple of plugins but the problem existed before that, from the first installation.

So, just disabling the module "headlines" in right column didn't fix the problem...

Any suggestions?
User avatar
Senior Boarder

GK User
Mon Oct 08, 2012 10:02 am
That's even weird.
Last night i was sure that by disabling Headlines module it show right on Chrome.

Meanwhile while comment this issue with a college, it seams also that it only shows like this on Windows OS.
On Mac with Chrome none of this happens.

WIN + Chrome
win.jpg


MAC + Chrome
mac.jpg


I already ask help to one of my colleges.
User avatar
Platinum Boarder

GK User
Mon Oct 08, 2012 11:34 pm
Just in case, I am waiting for your help regarding that.
If you have any suggestions at all please inform me!

Thanks!
User avatar
Senior Boarder

GK User
Mon Oct 08, 2012 11:58 pm
Can you provide me FTP access?
User avatar
Platinum Boarder

GK User
Tue Oct 09, 2012 8:47 am
Check your email.

Good luck!
User avatar
Senior Boarder

Konrad M
Tue Oct 09, 2012 10:55 am
Hi,
please go to layout.css and find:
Code: Select all
#gkPage > section.gkColumns {
   display: table;
   width: 100%;
}

#gkLeft,#gkContent,#gkRight {
   display: table-cell;
   vertical-align: top;
   float: none !important;
}

change it to:
Code: Select all
#gkPage > section.gkColumns {
   display: block;
   width: 100%;
}

#gkLeft,#gkContent,#gkRight {
   display: block;
   float: left !important;
}


This one should fix your issue.
User avatar

GK User
Wed Oct 10, 2012 10:42 pm
Yes your right mate.
Than you for the collaboration ;)
User avatar
Platinum Boarder


cron