Error Spanish Version; News Show Pro GK5

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
Wed May 15, 2013 3:30 am
Reply with quote
Report this post
Check out the image and see the modules of News Show Pro GK5 is wrong.

Thanks
User avatar
Junior Boarder

teitbite
Thu May 16, 2013 9:35 am
Reply with quote
Report this post
Hi

Do You meant this spaces a re too big ? What is the problem exactly.

Please show me this page.
User avatar
Moderator

GK User
Thu May 16, 2013 8:31 pm
Reply with quote
Report this post
Are not the same space and size, How can i fix the same size in modules as in english version?
User avatar
Junior Boarder

teitbite
Fri May 17, 2013 11:38 am
Reply with quote
Report this post
Hi

Please show me Your site. I'll see what is wrong.
User avatar
Moderator

GK User
Sat Jun 01, 2013 7:07 pm
Reply with quote
Report this post
I have this very same error... did you found a way to fix this?.

I can share that we found at that when you unpublish the module assign to the inset position, the other images load properly.

That's what we found for now. Didn't noticed anything about the language files.

Thanks
User avatar
Expert Boarder

teitbite
Sun Jun 02, 2013 8:48 pm
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator

teitbite
Tue Jun 04, 2013 5:03 pm
Reply with quote
Report this post
Hi

This is like that, because those rows are for different module positions, but it can be change to be equal to this below. For start I would advice to remove the move effect, since it's not looking right in the example page I see (or the other way add this to the above row :) ).

Code: Select all
.gkCols3, .gkCols4, .gkCols6 {
    margin: 0;
}


than, knowing that below modules are set equally (in case of the site I'm looking at 25%) in template settings You need to choose widths for locations of:

- sidebar - 25%
- mainbody - 66%
- inset - 33%

(mainbody and inset are in one layer next to sidebar, that's why it has to be different than 25%).

Just to be sure it will render ok on all browsers I would remove paddings from mentioned elements:

Code: Select all
#gkContentWrap.gkInsetLeft + #gkInset, #gkSidebar {
    padding: 0;
}
User avatar
Moderator

GK User
Wed Jun 05, 2013 11:22 pm
Reply with quote
Report this post
what files do we have to edit?

teitbite wrote:Hi

This is like that, because those rows are for different module positions, but it can be change to be equal to this below. For start I would advice to remove the move effect, since it's not looking right in the example page I see (or the other way add this to the above row :) ).

Code: Select all
.gkCols3, .gkCols4, .gkCols6 {
    margin: 0;
}


than, knowing that below modules are set equally (in case of the site I'm looking at 25%) in template settings You need to choose widths for locations of:

- sidebar - 25%
- mainbody - 66%
- inset - 33%

(mainbody and inset are in one layer next to sidebar, that's why it has to be different than 25%).

Just to be sure it will render ok on all browsers I would remove paddings from mentioned elements:

Code: Select all
#gkContentWrap.gkInsetLeft + #gkInset, #gkSidebar {
    padding: 0;
}
User avatar
Expert Boarder

teitbite
Wed Jun 05, 2013 11:39 pm
Reply with quote
Report this post
Hi

Please add this to override.css, just remember to allow using of this file in template configuration.
User avatar
Moderator

GK User
Thu Jun 06, 2013 12:08 am
Reply with quote
Report this post
It worked half way... The image in the NSP published under Mainbody, doesn't load correctly...

Here's a screen shot...

error.jpg
User avatar
Expert Boarder

teitbite
Thu Jun 06, 2013 6:48 pm
Reply with quote
Report this post
Hi

I can see not all code mentioned was moved. You are still lacking this:

Code: Select all
.gkCols3, .gkCols4, .gkCols6 {
    margin: 0;
}


also widths for sidebar, mainbody and inset are still default. Please try once again following my instruction and if You will have problems let me know.
User avatar
Moderator

GK User
Fri Jun 07, 2013 1:32 am
Reply with quote
Report this post
Better but still not the same... but thanks for your help.
User avatar
Expert Boarder


cron