Afterburner template by RocketTheme - Joomla! Forum - community, help and support


i see people here use templates rockettheme, why don't discuss new template: afterburner.
demo here.
it's promising, because it's free, fast (authors - fastest) , seo optimized. so, hope there more users of temlpate , we'll able share our experience here. furthermore, rockettheme forum isn't free ^_^'

so, let's begin.
i've installed it, chose light4 preset , started use... wanted customize due site's thematic. i've gone index.php , inserted own header , footer. header contents script randomly changes header's bg. changed light4.css disable cascade menus in nav position , make 1 of own design magin-top:-30 make menu above white gradient on header's bg (you'll see on pic).
but somehow bg isn't visible wholly.
image
the point bg pic, white gradient , counter in 1 div, between them. how possible?
so started dig light4.css , found srtande things:
- if change in line 45 bgcolor, changes in rectangle (i've made black better contrast).
line 45:

code: select all

.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, #wrapper, body {background:#fff;}

but if write bgcolor line 18, paints out rectangle (but not whole - parts of (under breadcrumbs) still black).
line 18:

code: select all

#main .foreground, #message, #showcase, .leading, #page {position:relative;}

but magic of fact if make bgcolor transparent 1 or both of "strange zones", appers not header bg, bg of "body" (light green on pic).

at first index.php was:

code: select all

<body>
<div class="background"></div>
<div id="main">
   <div id="wrapper" class="foreground">
       <div id="header">
          <jdoc:include type="modules" name="top" style="afterburner" />      
           <a href="<?php echo $this->baseurl ?>"><span id="logo"></span></a>
      </div>
      <div id="nav">
          <jdoc:include type="modules" name="nav" style="none" />
      </div>
      <div id="message">
          <jdoc:include type="message" />
      </div>

and istead of dynamic header inserted creepy code:

code: select all

<body>
<div class="background"></div>
<div id="main">
   <div id="wrapper" class="foreground">
        <div id="header">
 
  <div id="shapbg">
   <table width="1000px" height="180px" border="0px">
    <tr>
     <script>
     var backs=new array()
     backs[0]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s1.png"
     backs[1]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s2.png"
     backs[2]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s3.png"
     backs[3]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s4.png"
     backs[4]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s5.png"
     backs[5]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s6.png"
     backs[6]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s7.png"
     backs[7]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s9.png"
     backs[8]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s10.png"
     backs[9]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s11.png"
     backs[10]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s12.png"
     backs[11]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s13.png"
     backs[12]="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/s14.png"
    
     var cur=parseint(backs.length*math.random())
     document.write('<td background="'+backs[cur]+'" bgcolor="#f0fff0"> ')
     </script>
     </td>
    </tr>
   </table>
  </div> <!-- /shapbg -->
 
  <div id="shapmenu" style="margin-top:-180px">
   <div id="gerb" style="height:120px; width:135px; float:left; margin-left:30px">
    <a href="http://klgtu.ru"><img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/gerb.png" alt="КГТУ" title="КГТУ" class="imgover" border="0"></a>
   </div> <!-- /gerb -->
   <div style="margin-left:167px; margin-top:21px; height:85px; width:220px; cursor:hand; cursor:pointer;" onclick="window.open('<?php echo $this->baseurl ?>', '', '')" title="На Главную страницу">
   </div>
   <div style="margin-left:0; margin-top:-2px; width:318px; height:24px; cursor:hand; cursor:pointer; float:left" onclick="window.open('http://klgtu.ru/ru/departments/fbp/index.php', '', '')" title="Факультет Биоресурсов и природопользования">
   </div>
   <div id="shapbutts" style="background-image:url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/prgr.png); width:980px; height:30px; padding-left:10px; margin-left:5px; clear:left">
   <div style="background-image:url(<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/shapka/butt.png); background-repeat:no-repeat; width:100px; height:30px; text-align:center; float:right; padding-right:21px; line-height:23px;" title="Всего посещений">--=&nbsp;<script language="javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/counter/counter.php?page=test"><!--
//--></script>&nbsp;=--
    </div>
   </div> <!-- /shapbutts -->
  </div> <!-- /shapmenu -->
 
  <h1 style=" font-size:0px"><?php echo $mainframe->getcfg('sitename');?></h1>
 </div> <!-- end of shapka -->
      <div id="nav">
          <jdoc:include type="modules" name="nav" style="none" />
      </div>

so novice brain can't resist logic of , calls help.
thanks in advance.

afterburner seem great template that's bound become classic, can't work on server. it's 100% fine on laptop localhost, can't righthand column appear on server.

and permissions params.ini keeps jumping 0555 after changing 0644.

rockettheme should encouraging users use product, if free, , requiring them pay membership post in forum seems little counterproductive.

i've tried several hours now... have suggestions?

i'm using joomla 1.5.14 , hosted rochen.





Comments

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support