Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • allypartners Friend
    #193916

    Hi There –

    I am attempting to change the logo.png size in the template.css folder of which I did, but it did not reflect on the frontend of the site.

    any suggestions? http://www.level6digital.com/all-partners

    pavit Moderator
    #519149

    Hi

    Did you checked if you have enabled the development mode in your template manager ?

    It needs to stay on Off, so you can make changes on css files

    allypartners Friend
    #519156

    Great! this works.

    One more thing, how can I remove the “Blog comment section” as shown in this example? http://level6digital.com/ally-partners/index.php/about-us

    Thanks.

    <em>@pavit 406809 wrote:</em><blockquote>Hi

    Did you checked if you have enabled the development mode in your template manager ?

    It needs to stay on Off, so you can make changes on css files</blockquote>

    pavit Moderator
    #519158

    You can disable the plug-in Content – JA Disqus Debate Echo from plug-in manager

    allypartners Friend
    #519162

    Hi – This worked.

    Will you please look into why the logo is not coming up with the right size and format? The actual size and format is 145×50.

    How do I change the width of the header to allow the logo width to be wider. http://www.level6digital.com/ally-partners

    Thanks.

    <em>@allypartners 406819 wrote:</em><blockquote>Great! this works.

    One more thing, how can I remove the “Blog comment section” as shown in this example? http://level6digital.com/ally-partners/index.php/about-us

    Thanks.</blockquote>

    Saguaros Moderator
    #519327

    You can look at this file: /templates/ja_beranis/tpls/blocks/header.php http://prntscr.com/2lgokz


    <header id="t3-header" class="t3-header container">
    <div class="row">
    <!-- LOGO -->
    <div class="span2 logo">
    <div class="logo-<?php echo $logotype ?>">
    <h1>
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
    <span><?php echo $sitename ?></span>
    </a>
    </h1>
    <small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
    </div>
    </div>
    <!-- //LOGO -->

    <!-- MAIN NAVIGATION -->
    <nav id="t3-mainnav" class="t3-mainnav navbar-collapse-fixed-top span10">
    <?php if ($this->countModules('position-0')) : ?>
    <div class="head-position<?php $this->_c('position-0')?>">
    ......................................

    You can increase the width by changing the div tag for the logo to span3 or greater value (span4, span5, …. However, you must make sure the total span for 1 row is 12 spans, hence, you must also decrease value of main navigation div to span9 (or span8, span7 respectively)

    One more thing is that if you’re using default theme, you can create a new file named custom.css in this path /templates/ja_beranis/css and put your custom CSS code into this file.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 10 years, 10 months ago.

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