1
Joomla! 3 / Re:Problema menu con tablet
« il: 09 Set 2014, 16:58:30 »


Se ti dovessi dare gli accessi potresti solo dirmi se c'e' la fattibilita' di riuscirci o meno ? Ci puoi dare un'occhiata ?
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
<?php
defined ('_JEXEC') or die ('resticted aceess');
?><!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->language; ?>"> <!--<![endif]-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<jdoc:include type="head" />
<?php
$this->helix->Header()
->setLessVariables(array(
'preset'=>$this->helix->Preset(),
'header_color'=> $this->helix->PresetParam('_header'),
'bg_color'=> $this->helix->PresetParam('_bg'),
'text_color'=> $this->helix->PresetParam('_text'),
'link_color'=> $this->helix->PresetParam('_link')
))
->addLess('master', 'template')
->addLess( 'presets', 'presets/'.$this->helix->Preset() );
?>
<script>
$('a', '#sp-main-menu').each(function()
{var $a = $(this); if ($a.next().is('ul'))
{ var $ul = $a.next(); var $li = $a.parent();
$li.hover(function()
{ $ul.stop(true, true).animate(
{ opacity: 1 }, 600);}, function()
{ $ul.stop(true, true).animate(
{ opacity: 0 }, 600); });
} });
</script>
</head>
<body <?php echo $this->helix->bodyClass('bg hfeed clearfix'); ?>>
<div class="body-innerwrapper">
<?php
$this->helix->layout();
$this->helix->Footer();
?>
<jdoc:include type="modules" name="debug" />
</div>
</body>
</html>
Ho gia' provato ad interrogare gli autori di questo template free , ma non risponde nessuno. E' per questo che sto impazzendo a risolvere questo problema
![]() |
|