Frontpage module and Multilingual Site

GK User
Thu Mar 05, 2015 10:26 am
Hello, I just installed the JA Multilanguage component.

There is funny things happening on the frontpage. Notably the video box in the header.

Have a look in both language. There is CSS differences between the two languages. That I assume would be coming from the new generation of ID's for the module that has Override.

However for the Video Box I am clueless, there is like a duplicate of image. This must be CSS related too.

Any clues? Or comments to get me going towards the solutions?


Regards

http://www.mauzaza.com/en/
http://www.mauzaza.com/id/
User avatar
Platinum Boarder

teitbite
Sun Mar 08, 2015 1:47 pm
Hi

Do You mean slideshow ? I can see that there are 2 modules displayed in the same module position: 784 and 857. Probably one of them is set to be shown in ALL languages.
User avatar
Moderator

GK User
Mon Mar 09, 2015 12:14 pm
Hi Teitbite, yes you are right for the header module.

However in my original post I am referring to the video box that says "Take a Tour" or "Mengambil Tur" depending on the language link string:
http://www.mauzaza.com/en
http://www.mauzaza.com/id

Here is a snapshot in attachment.
Regards
User avatar
Platinum Boarder

teitbite
Tue Mar 10, 2015 8:40 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gk-video p { margin: 0; }
User avatar
Moderator

GK User
Wed Mar 11, 2015 7:07 am
Brilliant Teitbite! It worked!
Thank you
User avatar
Platinum Boarder

GK User
Wed Mar 11, 2015 7:13 am
I got other module margin problem on the frontpage. Only for the second language:
http://www.mauzaza.com/id/


These margin were eliminated in the original language with CSS Override.
I think these Override do not affect the secondary language frontpage somehow.

I think it has to do with this code, but there might be another one in the override:
Line:284

Code: Select all
/*   White Space Between Header and MainBody */
.frontpage #gkPageContent {display: none;}
.frontpage #gkBottom1. gkSingleModule {padding-top: 0px;}


Regards
User avatar
Platinum Boarder

GK User
Wed Mar 11, 2015 7:37 am
Please have a look at the screenshot in attachment.

You can also compare the frontpage appearance with the original language link as a reference:
http://www.mauzaza.com/en
http://www.mauzaza.com/id

Regards
User avatar
Platinum Boarder

teitbite
Fri Mar 13, 2015 12:56 pm
Hi

You are lacking "frontpage" page class suffix for /id language version.
User avatar
Moderator

GK User
Sat Mar 14, 2015 3:16 am
Hi, is this on the template/features option on the backend in the "home" menu item class?

If template/features, I already got the following which are a duplicate on the original:

ItemID 640 - frontpage bottom3-grey bottom4-grey bottom3-bar bottom4-fullwidth


Regards
User avatar
Platinum Boarder

teitbite
Mon Mar 16, 2015 10:03 am
Hi

ItemID 640 is a frontpage of english default element. You need to add this page class suffix to Indonesian default home page which I see has ID 1247. Also remember to put it to both copies of this style.
User avatar
Moderator

GK User
Tue Mar 17, 2015 6:50 am
Perfect! It worked!

The rest I will do it in CSS Override.

Regards
User avatar
Platinum Boarder


cron