File to change <head>section in coffee template

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Sep 11, 2012 10:47 pm
In what file in coffee template I can change <head>section fe.put some js code?

Could you recommend me any fb likebox plugin with Polish language?
User avatar
Fresh Boarder

Konrad M
Wed Sep 12, 2012 10:38 am
Hi,
please go to layouts/blocks/head.php.
About plugin you can try use our Social GK5 plugin.
User avatar

GK User
Thu Sep 13, 2012 7:35 pm
Thanks for file's place and plugin, but how to change height for frame with stream?
User avatar
Fresh Boarder

Konrad M
Fri Sep 14, 2012 12:28 pm
If you go to module settings and you will choose in "basic settings' tab 'Facebook' for 'Module data source option' , you will see 'FACEBOOK LIKEBOX LAYOUT' section. Go there and here you will find 'Height' option.
User avatar

GK User
Mon Oct 08, 2012 11:13 pm
Thanks for tip, but I can't move the logo text up (it's sth like 100px below the top), look at some code here:

excerpt for root of page from Mozilla:
Code: Select all
<body>
   <div class="bg">
   <!--[if IE 6]>
    <div id="gkInfobar"><a href="http://browsehappy.com">Internet Explorer 6 isn't supported by this website...</a></div>
    <![endif]-->
      <div id="gkPageTop" class="gkMain gkWrap clear">       
<!-- <span>---</span> -->
          <h1 class="gkLogo text">
              <a href="#">Tekst</a>
              <small class="gkLogoSlogan">Logo tekst</small>
     </h1>
    <span>---</span>
      </div>


in logo.php (one of files from pointed by You catalogue):

Code: Select all
// No direct access.
defined('_JEXEC') or die;

$logo_image = $this->getParam('logo_image', '');

if(($logo_image == '') || ($this->getParam('logo_type', '') == 'css')) {
     $logo_image = $this->URLtemplate() . '/images/logo.png';
} else {
     $logo_image = $this->URLbase() . $logo_image;
}

?>

<?php if ($this->getParam('logo_type', 'image')!=='none'): ?>
<!-- <span>---</span> -->
     <?php if($this->getParam('logo_type', 'image') == 'css') : ?>
     <h1 id="gkLogo">
          <a href="./" class="cssLogo"></a>
     </h1>
     <?php elseif($this->getParam('logo_type', 'image')=='text') : ?>
     <h1 class="gkLogo text">
              <a href="#"><?php echo $this->getParam('logo_text', ''); ?></a>
              <small class="gkLogoSlogan"><?php echo $this->getParam('logo_slogan', ''); ?></small>
     </h1>
    <?php elseif($this->getParam('logo_type', 'image')=='image') : ?>
    <h1 id="gkLogo">
          <a href="./">
          <img src="<?php echo $logo_image; ?>" alt="<?php echo $this->getPageName(); ?>" />
          </a>
     </h1>
     <?php endif; ?>
<span>---</span>
<?php endif; ?>


Where to change the code to lift the logo-text?
I changed some css stuff, even in override.css, but it doesn't work.
Can You give me any tips?
User avatar
Fresh Boarder

Konrad M
Tue Oct 09, 2012 8:24 am
Can you give me url to youre site ?
User avatar

GK User
Wed Oct 10, 2012 9:04 pm
Unfortunately not, can you show me which files should be changed?
User avatar
Fresh Boarder

Konrad M
Thu Oct 11, 2012 8:29 am
Unfortunetly no. Without url I can look at in and check to find solution.
User avatar

GK User
Fri Oct 12, 2012 7:03 pm
But you know template you sold as I mean, I cant do it cause I have it on localhost, but therefore i showed you some files. You need more? Say me which ones.
User avatar
Fresh Boarder

Konrad M
Mon Oct 15, 2012 8:58 am
Yes, but as in this case you may have diffrent settings in template settings. And you made some modifications. If I have link to your site I can use Firebug to made some modifications on my browser and gave you solutions which will work.
User avatar

GK User
Mon Oct 15, 2012 7:22 pm
So which files you need more?
User avatar
Fresh Boarder

Konrad M
Tue Oct 16, 2012 12:28 pm
As I said in this case I need site online.
User avatar


cron