Blog 2 column layout not working

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
Thu Jan 30, 2014 4:12 pm
Reply with quote
Report this post
Hi,

I have maintained exact setting as in the quickstart package but 2 and 3 column layout is not working for my site.

I have debugged and noticed the same CSS loading as in your demo site.

Do I need to do anything different? I'm loading the items from K2 same as in your quickstart package.

I can PM the URL if you wish to have a look?
User avatar
Fresh Boarder

teitbite
Sat Feb 01, 2014 1:22 pm
Reply with quote
Report this post
Hi

Please tell me the exact url to the page with an example of not working columns.
User avatar
Moderator

GK User
Sun Feb 02, 2014 8:24 am
Reply with quote
Report this post
Hi,

Thanks for your reply!

Please find the link below.

http://imleducations.in/blog

I have another question:

I have replicated the topbar in Simplicity template by copying from cloudhost template. However, I'm not able to get the login button to show a modal box like in cloud host.

I have copied the file \layouts\blocks\tools\login.php but not sure how it is triggered.

Appreciate your help.
User avatar
Fresh Boarder

teitbite
Sun Feb 02, 2014 4:58 pm
Reply with quote
Report this post
Hi

About the popup I think You are missing the javascript code for popup in gk.script.js file, unfortunatelly I cannot help much with this since it's not covered with support.

About the 2 columns: I think there is some kind of error there, becuase the columns are made one layer too early. Anyway please add this code to css, Will make it look as it should be:

Code: Select all
#k2Container .itemsContainer {
width: 100% !important;
}

#k2Container .itemsContainer[style="width:49.5%;"] article.itemView {
float: left !important;
clear: none !important;
width: 49.5% !important;
}

User avatar
Moderator

GK User
Mon Feb 03, 2014 10:20 am
Reply with quote
Report this post
Thanks, it worked.

I understand you cannot provide support for customization but I'd appreciate if you can point me to the files that has the code for the pop up.

I have copied the login.php file, javascript from gk.scripts.js and the popup login CSS code from template.css.

Do I need to look at any other file?
User avatar
Fresh Boarder

teitbite
Tue Feb 04, 2014 1:00 pm
Reply with quote
Report this post
Hi

You have all the required files than, but the CSS and JS file may need an adjustment. I do not think the structure of html layers wer keept, so a different selectors will be needed for code.
User avatar
Moderator


cron