Spacing Problems in K2 Articles

GK User
Mon May 07, 2012 2:57 am
For some reason, I am forced to put in spaces at the top of every K2 item in order for the article to display properly.

Problem Example (w/o spaces): http://r4.versist.net/index.php/marrow-drive

With Spaces Example: http://r4.versist.net/index.php/patient-fund

We should not have to enter the spaces on every K2 item.

Can someone tell me what we need to do to get this to display properly?

Thank you!
User avatar
Expert Boarder

GK User
Tue May 08, 2012 5:19 pm
Hello?
User avatar
Expert Boarder

GK User
Wed May 09, 2012 9:54 am
Hi

If i'm understood well, please add this line on k2.css file from template css directory:

Code: Select all
#k2Container .itemFullText {clear: both}


Anyway, i suppose you don't have the latest version of this template or not all files were correctly replaced, because this was solved already.

Cheers ;)
User avatar
Platinum Boarder

GK User
Wed May 09, 2012 1:22 pm
Thank you that did work. When I click on update in the template, i get an error so maybe something is corrupt. It also tells me I have version 2.8 of the template but when I check the update section it says the latest version is 2.5. Clicking update gives me a 404-error on your site. Strange. Maybe need to reinstall the template.

Thanks again for your help.
User avatar
Expert Boarder

GK User
Wed May 09, 2012 1:43 pm
Update: That seemed to fix the spacing problems with K2 articles, but breaks other things:

Example:

http://rockhillrun.com/index.php/race/route
http://rockhillrun.com/index.php/sponsors
User avatar
Expert Boarder

GK User
Wed May 09, 2012 5:32 pm
kevinrstruck wrote:... It also tells me I have version 2.8 of the template but when I check the update section it says the latest version is 2.5. Clicking update gives me a 404-error on your site. Strange. Maybe need to reinstall the template.


That's something that we still need to fix and it's due the recent deep changes done on our homepage and server.

To have correct information about the updates releases of this template, please open ../gk_coffe/admin/scripts.js

and replace this line:
Code: Select all
var update_url = 'https://www.gavick.com/updates/json/tmpl,component/query,product/product,gk_coffe_j16';


with

Code: Select all
var update_url = 'https://www.gavick.com/updates/json/tmpl,component/query,product/product,gk_coffe';


On next updates, it will be properly fixed.
User avatar
Platinum Boarder

GK User
Wed May 09, 2012 5:36 pm
kevinrstruck wrote:Update: That seemed to fix the spacing problems with K2 articles, but breaks other things:

Example:

http://rockhillrun.com/index.php/race/route
http://rockhillrun.com/index.php/sponsors


What's things? :huh:
Can you be more specific on were it's breaking?
User avatar
Platinum Boarder

GK User
Wed May 09, 2012 6:35 pm
Seichinha wrote:
kevinrstruck wrote:Update: That seemed to fix the spacing problems with K2 articles, but breaks other things:

Example:

http://rockhillrun.com/index.php/race/route
http://rockhillrun.com/index.php/sponsors


What's things? :huh:
Can you be more specific on were it's breaking?



Yes. There is 1 page where we are using sigplus image gallery plugin:
http://rockhillrun.com/index.php/sponsors

as you can see, it putting some of the code in the top of the page. We did not have this problem before.

The other pgae is using PhocaMaps and we are having a similar problem
http://rockhillrun.com/index.php/race/route

It seems that whenever we use a plugin that requires { }, something is going wrong.

I appreciate your help.

thanks again
User avatar
Expert Boarder


cron