Здравствуйте, создал позицию для модуля. В index.php xtml css всё прописал , но отображаемый модуль располагается за стандартными модулями, вторым слоем, Т.Е. если в ксс я выставлю для него позицию, то например переходя на другую страницу, этот новый модуль может закрыться сверху каким нибудь др модулем или материалом. Подскажите в чём дело? Как правильно ксс править или что именно..? ВЫкладываю коды: CSS: Тут как бы не та позиция что на скрине, но всё равно PHP: Код (CODE): <?php /* Design by VTEM http://www.vtem.net All Rights Reserved */ defined( '_JEXEC' ) or die( 'Restricted access' ); include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/default.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" class="<?php echo css_browser_selector() ?>" > <head> <?php $doc =&JFactory::getDocument(); ?> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/system.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/system/css/general.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/template.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ;?>/templates/<?php echo $this->template ;?>/css/styles/<?php echo $TemplateStyle;?>.css" type="text/css" /> <?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/css_var.php');?> </head> <!-- /////////////////// CONTRAST START ///////////////////////////////--> <div class="login"><jdoc:include type="modules" name="barsellaa"/></div> <!-- /////////////////// CONTRAST STOP///////////////////////////////--> <body id="vtem"> <div id="vt_body_wrapper"> <div id="vt_main_top"> <!-- /////////////////// VTEM MENU ///////////////////////////////--> <div id="vt_main_menu"> <div class="vt_container"> <?php echo $vtemmainmenu; ?> </div> </div> <!-- /////////////////// END VTEM MENU ///////////////////////////--> <div id="vt_logo_showcase"> <div class="vt_container"> <div id="vt_logo"> <?php if($logo == 1){ echo '<a href="'.$this->baseurl.'"><h1>'.$logotext.'</h1><span>'.$slogan.'</span></a>'; }else{ echo '<a href="'.$this->baseurl.'"><img src="templates/'.$this->template.'/images/vt_logo.png" alt="VTEM Logo" /></a>'; }?> </div> [COLOR="Red"][B]<div class="news"><jdoc:include type="modules" name="lastnews"/></div>[/B][/COLOR] <div class="top_news"><jdoc:include type="modules" name="top_news"/></div> <div class="new_position1"><jdoc:include type="modules" name="new_position"/></div> <?php if($this->countModules('showcase')) : ?> <div id="vt_showcase"> <jdoc:include type="modules" name="showcase" style="none" /> <div class="vt_bgshowcase_left"></div> <div class="vt_bgshowcase_right"></div> </div> <?php endif; ?> </div> <div class="clr"></div> </div> <div id="vt_path_wapper"> <div class="vt_container"> <div class="vt_top_breadcrumb"> <?php if($this->countModules('breadcrumb')) : ?> <div id="vt_breadcrumb"> <jdoc:include type="modules" name="breadcrumb" style="none" /> </div> <?php endif; ?> <?php if($this->countModules('top')) : ?> <div id="vt_top"> <jdoc:include type="modules" name="top" style="xhtml" /> </div> <?php endif; ?> <div class="clr"></div> </div> </div> </div> </div> <div class="fast_font1"><jdoc:include type="modules" name="fast_font"/></div> <div class="kontrast"><jdoc:include type="modules" name="kontrast"/></div> <!-- /////////////////// MAIN LAYOUT ///////////////////////////////--> <?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/base.php');?> <!-- /////////////////// END MAIN LAYOUT ///////////////////////////--> <div id="vt_footer_menu_copyright"> <div class="vt_utility_gotop"><p style="text-align: center;"><span style="color: #c0c0c0; line-height: 1em;">© 2013 Управление здравоохранения города-героя Новороссийска. </span></p> <p style="text-align: center;"><span style="line-height: 1em; color: #c0c0c0;">Все права защищены.</span></p> <div class="vt_container"> <?php if ($this->countModules('utility')) { ?> <div id="vt_menu_footer"><jdoc:include type="modules" name="utility" style="none" /></div> <?php } ?> <div id="gotop"><p> <script type="text/javascript"> window.addEvent('domready',function() { new SmoothScroll({ duration: 800 }); }) </script> <a href="#vtem" title="На вверх"><span>Go Top</span></a> </p></div> </div> </div> </div> </div> <?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/debug.php');?> </body> </html>
вообщем, понял что ссылка такого вида работает правильно Код (PHP): <jdoc:include type="modules" name="lastnews" style="none" /> Когда вставляю в index.php , отображается в верхних контейнерах, там норм, работает хорошо, но нужно что бы в main_konteiner отображалось. В коде который выше писал, написано: Код (CODE): <!-- /////////////////// MAIN LAYOUT ///////////////////////////////--> <?php include_once(JPATH_ROOT . "/templates/" . $this->template . '/vtemtools/[B]base.php[/B]');?> <!-- /////////////////// END MAIN LAYOUT ///////////////////////////--> думаю что там base.php надо вписывать эту ссылку ?? но куда ? не работает (( Код (PHP): <div id="vt_main_show"> <div class="vt_container"> <?php if ($this->countModules('header1 + header2 + header3 + header4 + header5 + header6 ')) : ?> <div id="vt_header"> <div class="vt_head_wapper"> <?php if ($this->countModules('header1')) : ?> <div class="<?php echo $headermodulewidth; ?> <?php echo $headermodsep1; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="header1" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('header2')) : ?> <div class="<?php echo $headermodulewidth; ?> <?php echo $headermodsep2; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="header2" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('header3')) : ?> <div class="<?php echo $headermodulewidth; ?> <?php echo $headermodsep3; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="header3" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('header4')) : ?> <div class="<?php echo $headermodulewidth; ?> <?php echo $headermodsep4; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="header4" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('header5')) : ?> <div class="<?php echo $headermodulewidth; ?> <?php echo $headermodsep6; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="header5" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('header6')) : ?> <div class="<?php echo $headermodulewidth; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="header6" style="vt_xhtml" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </div> <?php endif; ?> <?php if ($this->countModules('feature1 + feature2 + feature3 + feature4 + feature5 + feature6 ')) : ?> <div id="vt_feature"> <?php if ($this->countModules('feature1')) : ?> <div class="<?php echo $featuremodulewidth; ?> <?php echo $featuremodsep1; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="feature1" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('feature2')) : ?> <div class="<?php echo $featuremodulewidth; ?> <?php echo $featuremodsep2; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="feature2" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('feature3')) : ?> <div class="<?php echo $featuremodulewidth; ?> <?php echo $featuremodsep3; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="feature3" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('feature4')) : ?> <div class="<?php echo $featuremodulewidth; ?> <?php echo $featuremodsep4; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="feature4" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('feature5')) : ?> <div class="<?php echo $featuremodulewidth; ?> <?php echo $featuremodsep5; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="feature5" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('feature6')) : ?> <div class="<?php echo $featuremodulewidth; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="feature6" style="vt_xhtml" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> <?php endif; ?> <div id="vt_main_contaner"> <div id="vt_main_inside"> <?php if(($pageview == "wrapper") || ($Layout == "wf")) : ?> <div id="vt_full"> <?php if($SystemMessages == 1) : ?> <jdoc:include type="message" /> <?php endif; ?> <jdoc:include type="component" /> </div> <?php else : ?> <?php if($this->countModules('left')) : ?> <div id="vt_nav_left" class="vt_auto_cols <?php echo $navleft ." ". $leftfloat;?>"> <div class="vt_module_inside"> <?php echo $modleft;?> </div> </div> <?php endif; ?> <div id="vt_main_com" class="vt_auto_cols <?php echo $contentwidth." ".$bodyfloat;?>"> <?php if($SystemMessages == 1) : ?> <jdoc:include type="message" /> <?php endif; ?> <div class="vt_component_inside"> <?php echo $component;?> <?php if ($this->countModules('inset1 + inset2')) : ?> <div id="vt_inset"> <?php if ($this->countModules('inset1')) : ?> <div class="<?php echo $insetmodulewidth; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="inset1" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('inset2')) : ?> <div class="<?php echo $insetmodulewidth; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="inset2" style="vt_xhtml" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> <?php endif; ?> </div> </div> <?php if($this->countModules('right')) : ?> <div id="vt_nav_right" class="vt_auto_cols <?php echo $navright ." ". $rightfloat;?>"> <div class="vt_module_inside"> <?php echo $modright;?> </div> </div> <?php endif; ?> <div class="clr"></div> <?php endif; ?> </div> <div id="vtem_warper_draw"> <?php if($this->countModules('drawer')) : ?> <div id="vt_drawer"> <jdoc:include type="modules" name="drawer" style="xhtml" /> </div> <?php endif; ?> <div class="clr"></div> </div> </div> </div> </div> <div class="clr"></div> <div id="vt_wapper_bottom_footer"> <div class="vt_bgfooter_wapper"> <div class="vt_bgtop_footerleft"></div> <div class="vt_bgtop_footerright"></div> </div> <div class="vt_container"> <?php if ($this->countModules('bottom1 + bottom2 + bottom3 + bottom4 + bottom5 + bottom6 ')) : ?> <div id="vt_bottom"> <?php if ($this->countModules('bottom1')) : ?> <div class="<?php echo $bottommodulewidth; ?> <?php echo $bottommodsep1; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="bottom1" style="vt_xhtml" /> <jdoc:include type="modules" name="lastnews" style="none" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottom2')) : ?> <div class="<?php echo $bottommodulewidth; ?> <?php echo $bottommodsep2; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="bottom2" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottom3')) : ?> <div class="<?php echo $bottommodulewidth; ?> <?php echo $bottommodsep3; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="bottom3" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottom4')) : ?> <div class="<?php echo $bottommodulewidth; ?> <?php echo $bottommodsep4; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="bottom4" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottom5')) : ?> <div class="<?php echo $bottommodulewidth; ?> <?php echo $bottommodsep5; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="bottom5" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('bottom6')) : ?> <div class="<?php echo $bottommodulewidth; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="bottom6" style="vt_xhtml" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> <?php endif; ?> <?php if ($this->countModules('footer1 + footer2 + footer3 + footer4 + footer5 + footer6 ')) : ?> <div id="vt_footer"> <?php if ($this->countModules('footer1')) : ?> <div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep1; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="footer1" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('footer2')) : ?> <div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep2; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="footer2" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('footer3')) : ?> <div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep3; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="footer3" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('footer4')) : ?> <div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep4; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="footer4" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('footer5')) : ?> <div class="<?php echo $footermodulewidth; ?> <?php echo $footermodsep5; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="footer5" style="vt_xhtml" /> </div> </div> <?php endif; ?> <?php if ($this->countModules('footer6')) : ?> <div class="<?php echo $footermodulewidth; ?> floatleft"> <div class="vt_module_inside"> <jdoc:include type="modules" name="footer6" style="vt_xhtml" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> <?php endif; ?> </div> </div>