Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • bellera Friend
    #1089617

    Extra Small

    • This reply was modified 6 years, 2 months ago by  bellera.

    1. 4_extra_small
    bellera Friend
    #1089619

    Large and Medium


    1. 1_large
    2. 2_medium
    bellera Friend
    #1089624

    Tried to disable head-login and languageswitcherload (we don’t need them) but doesn’t help.

    Saguaros Moderator
    #1089723

    Hi,

    Kindly share the credentials of your site so I can take a look.

    Regards

    bellera Friend
    #1090216

    I tried to use an image logo. That I want, in fact, is to remove [head-login] and [languageswitcherload] from the template. If I disable these items I don’t have more space for logo (text or image). And I need it.
    How can I remove these items?
    Thanks in advance!

    bellera Friend
    #1090218

    Tried modifying ja_edenite_ii/tpls/blocks/header.php

    diff header.php header.php.original
    22,23c22
    < $headright = false;
    < if ($headright = true) {
    ---
    > if ($headright = $this->countModules('head-login or languageswitcherload')) {
    

    but not chance!

    • This reply was modified 6 years, 2 months ago by  bellera.
    • This reply was modified 6 years, 2 months ago by  bellera.
    • This reply was modified 6 years, 2 months ago by  bellera.
    • This reply was modified 6 years, 2 months ago by  bellera.
    • This reply was modified 6 years, 2 months ago by  bellera.
    bellera Friend
    #1090284

    Solved!
    After reading http://www.t3-framework.org/documentation.html I decided to create a new template from ja_edenite_ii and modify it.

    diff ja_edenite_ii/tpls/blocks/header.php ja_edenite_bellera/tpls/blocks/header.php
    33c33
    <       <div class="col-xs-7 <?php echo $logosize ?> logo">
    ---
    >       <div class="col-sm-12 <?php echo $logosize ?> logo">
    
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  bellera 6 years, 2 months ago.

The topic ‘Site name – Responsive’ is closed to new replies.