Wrong Size in Spanish Version

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 Jun 19, 2013 10:56 pm
Reply with quote
Report this post
I dont know why the size modules are wrong in spanish version.. you can see in the picture also you can to the site and see the error.

Thanks

Image
User avatar
Junior Boarder

GK User
Thu Jun 20, 2013 3:25 am
Reply with quote
Report this post
Please post your website link and I ll check it out.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 3:28 am
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Thu Jun 20, 2013 3:33 am
Reply with quote
Report this post
In Spanish version your modules are in position "inset" where in English one they are in "Mainbody".

So to fix that please move Spanish modules to Mainbody position and then we ll check again.

See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 20, 2013 4:02 am
Reply with quote
Report this post
Not, are the same modules as in English version i just duplicate the modules but each module is in each language for example the module in mainbody position is in both language spanish and english.

You can see in the picture where are my modules and the type of language. :!:

Thanks

Image
http://jackasstvshow.com/are-the-same.PNG
User avatar
Junior Boarder

GK User
Thu Jun 20, 2013 4:20 am
Reply with quote
Report this post
Ok now it seems same : )

I can see few differences in settings and page suffix so instead off finding your settings and then changing them please add following css codes to override.css located in template css folder and enable css override option in template settings > advanced settings > css override "on".

Code: Select all
#gkContent {
    width: 77.25%;
}
#gkContentWrap.gkInsetLeft + #gkInset {
    padding: 0 14px 0 0;
}
#gkSidebar {
    padding: 0 0 0 14px;
    width: 22.75%;
}


You might need to add !important to your css code if they are getting overriding by other css such as below example.
Code: Select all
#gkContent {
    width: 77.25%!important;
}


See you around...
User avatar
Platinum Boarder


cron