Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • adminjlf Friend
    #904357

    Hi,

    We are currently trying to develop our new web site with the UBER Template and we have some questions about the configuration.

    Link to the web site :

    1. Menu Bar appears twice on a few pages
      http://prntscr.com/ajf38k

    2. We would want the language Switcher to be on the right of the Menu Bar instead of underneath
      http://prntscr.com/ajf3ys

    3. Center the Footer so that the text is well distributed across the page
      http://prntscr.com/ajg386

    4. In the index “Produits” or “Products” we would like to change the Font Size of the text
      http://prntscr.com/ajf6l7

    5. In the Index “Contactez-nous” or “Contact Us”, the Title “Get in touch” is unchangeable in the settings. We would like to change the title so that in French, we can put a French title.
      http://prntscr.com/ajf9y0

    6. In the Index “Contactez-nous” or “Contact Us”, we would like the grey rectangle in the bottom of the page to be non-existent
      http://prntscr.com/ajg5bw

    7. In the Index “Contactez-nous” or “Contact Us”, we would like the picture to be centered.
      http://prntscr.com/ajgkyu
    Ninja Lead Moderator
    #904594

    Hi,

    You can find the answer to your question below

    1) I see both modules(menu bar) are applying on your site. Module ID: 107 and 185, you need to disable module id: 185 on your site

    2) You need to assign this module to languageswitcherload position

    3) Change the both Footer for All Pages and Footer for All Pages – FR modules as my screenshot

    4) Open templates/uber/css/custom.css file and add new CSS style

    .features-content .features-item p {
        font-size: 30px !important;
    }

    5) Open language/en-GB/en-GB.mod_ja_acm.ini file and find text

    ACM_GET_IN_TOUCH = "Get in touch with us"

    6) Copy my tweak below and paste to custom.css file

    .t3-copyright .copyright h2 {
        text-align: center !important;
    }

    7) Open custom.css file

    find and change

    #section-184 div .acm-hero {
        width: 85%;
        height: 400px;
    }

    to

    #section-184 div .acm-hero {
        width: 100%;
        height: 400px;
    }

    Regards


    1. Screen-Shot-2016-03-25-at-13.50.20
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum