Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I decided to post here as I am having the same problem.

    I checked your site Rhand and it is indeed defaulting to English.

    My website is in English and Spanish where the default language should be English, but it is defaulting to Spanish, regardless of clearing cookies, different computers, different browsers, different IP etc etc…
    My system and browser language is in English.

    I have read the FAQ, the ‘Browser re-direction based on language’ article, and various threads on google with people having the same issue but have not come to any clear conclusion on how to fix this rather important issue.

    My site is currently at “hodensack.joomlawired.com”

    Any help would be greatly appreciated.

    Thread Starter Hellmet

    (@hellmet)

    Ok so I figured this out on my own. Here is the css I’m using in case anyone ever wants to know.

    Hide nav bar behind header:

    .home #site-navigation {
    z-index: 1;
    }
    .home .title-card-wrapper {
    z-index: 2;
    }

    Display only on homepage

    .title-card-wrapper {
    display: none;
    }
    .home .title-card-wrapper {
    display: block;
    }

Viewing 2 replies - 1 through 2 (of 2 total)