Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • fturkmen Friend
    #196815

    how can i remove logo and its position like my picture?


    1. Untitled-2
    TomC Moderator
    #531151

    <em>@fturkmen 422063 wrote:</em><blockquote>how can i remove logo and its position like my picture?</blockquote>
    So that I can best assist you, please provide the url of the site you’re working on,
    as well as temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings

    fturkmen Friend
    #531182

    i am working on localhost. :((

    Pankaj Sharma Moderator
    #531210

    <em>@fturkmen 422063 wrote:</em><blockquote>how can i remove logo and its position like my picture?</blockquote>

    If you want to remove the logo permanently as you mentioned in your screenshot .
    remove/comment this code from templatesja_magztplsblocks/header.php

    <!-- LOGO -->
    <div class="span2 item-first spanfirst">
    <div class="logo logo-<?php echo $logotype ?>">
    <div class="brand">
    <a <?php echo ($logotype == 'image' && $logoimage) ? '' : 'class="bg-image"' ?> href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image' && $logoimage): ?>
    <img class="logoimg" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </div>
    </div>
    </div>
    <!-- //LOGO -->

    let me know if it helps

    fturkmen Friend
    #531221

    it works. thank you very much

    TomC Moderator
    #531293

    A less permanent solution would have been to use a “display:none” property within the relative CSS for the logo. That way, if you ever later decide you WANT to use a logo, all you would need to do is remove the “display” property – rather than having to try to remember how to re-enter the PHP code for the logo.

    Just my two-cents worth.

    😎

    pavit Moderator
    #531300

    I agree with @tomc

    is not needed in this case to edit php files but simply add in custom.css file a display:none; property

    TomC Moderator
    #531301

    I had a chat with pankajsharma … and the “ultimate” solution depends on whether Member, fturkmen, wanted the more permanent solution – with the “space eliminating” results as well.

    The display:none solution is definitely less “permanent” and less of a pain in the neck to reverse . . . but there might be some minor additional (but easy) CSS tweaks to incorporate to adjust the remaining space in the header.

    In general, I prefer the less permanent approach – and definitely the “less of a pain-in-the-neck if I ever change my mind” approach . . . but to each one’s own with how one wants to approach one’s own site development.

    😎

    pavit Moderator
    #531303

    Custom.css file is also intendend to have all these type of changes separated by the original template file structure to avoid future issues on searching changes done over the files expecially for big websites.

    Now T3 offer this opportunity frequently asked by users for years, and now that we have it we come back to make changes on php files as last years ? why do not use it ?

    Pankaj Sharma Moderator
    #531305

    Hi @tomc
    I agree with you that by display:none; you can hide the logo, but as per the user requirements user wants to remove this space.
    Its Really good if you share the css tweaks to hide the logo and remove the space, rather then explanation of it. 🙂

    If we use display:none it means that it will hide the content but don`t forget that the code of the logo will run every time on page when its loading. And if it load every times without its use ,
    i don`t think there is need when don`t want to use it .
    better option is to comment out /remove the code .
    but to each one’s own with how one wants to approach one’s own site development.
    😎

    Arvind Chauhan Moderator
    #531315

    <em>@fturkmen 422158 wrote:</em><blockquote>it works. thank you very much</blockquote>

    Well, glad that it worked for you and I am sure that you also got a chance to learn of other ways to get the same results, thats the beauty of the T3 framework. You can play with php or even css files, a custom.css file do give a benefit of being unaffected by future upgrades (recommended to use our JA Extensions manager).

    Thanks @pankajsharma @tomc @pavit for the help and guidance.

    T3 allows overrides not only for css but also for php (layouts), as long as one remembers what has been changed and in which file or if one is using JA Extensions Manager for upgrades, which gives comparison of each file, moving individual customization to latest version is a breeze.

    One can check the video tutorial for the conflicted files between versions while upgrading here (3.40 onwards) : https://www.youtube.com/watch?v=t6W0bM0duS4

    Regards

    Arvind

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 5 voices, and was last updated by  Arvind Chauhan 10 years, 7 months ago.

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