ayuda con posición ...
Avisos
Vaciar todo

Hosting WordPress 70% dto Dominios promo

ayuda con posición de banderitas JoomFish2.0.4  

 
fernando espinoza
 fernando espinoza
Reputable Member

Buen día web Empresa
Me ayudarian a colocar las bandeitas de joomfis asi como muestra el video de webempresa, por lo visto mi index.php es diferente al ejemplo
que debería cambiar??
getParam(JA_TOOL_SCREEN)){
case 'auto':
$tmplWidth = '97%';
break;
case 'fluid':
$tmplWidth = intval($tmplTools->getParam('ja_screen-fluid-fix-ja_screen_width'));
$tmplWidth = $tmplWidth ? $tmplWidth.'%' : '90%';
break;
case 'fix':
$tmplWidth = intval($tmplTools->getParam('ja_screen-fluid-fix-ja_screen_width'));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '771px';
$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '770px';
break;
default:
$tmplWidth = intval($tmplTools->getParam(JA_TOOL_SCREEN));
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '950px';
$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '950px';
break;
}

$tmplTools->setParam ('tmplWidth', $tmplWidth);
$tmplTools->setParam ('tmplWrapMin', $tmplWrapMin);

//Main navigation
$ja_menutype = $tmplTools->getMenuType();
$jamenu = null;
if ($ja_menutype && $ja_menutype != 'none') {
$japarams = new JParameter('');
$japarams->set( 'menutype', $tmplTools->getParam('menutype', 'mainmenu') );
$japarams->set( 'menu_images_align', 'left' );
$japarams->set( 'menupath', $tmplTools->templateurl() .'/ja_menus');
$japarams->set('menu_images', 1); //0: not show image, 1: show image which set in menu item
$japarams->set('menu_background', 1); //0: image, 1: background
$japarams->set('mega-colwidth', 200); //Megamenu only: Default column width
$japarams->set('mega-style', 1); //Megamenu only: Menu style.
$jamenu = $tmplTools->loadMenu($japarams, $ja_menutype);
}
//End for main navigation

$layout = $tmplTools->getLayout ();
if ($layout) {
$tmplTools->display ($layout);
}

Citar
Respondido : 08/06/2010 2:55 am
fernando espinoza
 fernando espinoza
Reputable Member

y aca está el template.css

ResponderCitar
Respondido : 08/06/2010 2:57 am

optimiza-automaticamente-todas-las-imagenes-de-tu-wordpress

Pablo Velasco
 Pablo Velasco
Illustrious Member

Hola Fernando, la estructura de la plantilla Zeolite II es sensiblemente diferente a la Zeolite. Para empezar, la plantilla Zeolite II construye el contenido a base de bloques, para adaptar la página a su funcionamiento con dispositivos móviles.

Por tanto, cada parte de la web se encuentra en un archivo php diferente. Para el caso del menú, se encontrará, dentro de la ruta de la plantilla, en la ruta layoutsblocksmainnav.php, y sería ahí donde habría que agregar la nueva posición del módulo.

Los cambios en los css también serían distintos, ya que en este caso no existe el id de etiqueta ja-mainnavwrap.

Si quieres conseguir la misma posición que en vídeo tutorial quizá sea mejor opción que uses directamente la plantilla Zeolite.

ResponderCitar
Respondido : 08/06/2010 3:31 pm
fernando espinoza
 fernando espinoza
Reputable Member

Buen día Pablo
el joom fish me tira este error
en la de zeolite no tengo la opción del carrito de compras en zeolite 2 si

Joom!Fish config error: Default language is inactive!

Please check configuration, try to use first active language

Warning: Cannot modify header information - headers already sent by (output started at /home/sitranet/public_html/plugins/system/jfrouter.php:300) in /home/sitranet/public_html/plugins/system/jfrouter.php on line 315

Warning: Cannot modify header information - headers already sent by (output started at /home/sitranet/public_html/plugins/system/jfrouter.php:300) in /home/sitranet/public_html/plugins/system/jfrouter.php on line 316

Warning: Cannot modify header information - headers already sent by (output started at /home/sitranet/public_html/plugins/system/jfrouter.php:300) in /home/sitranet/public_html/plugins/system/jfrouter.php on line 317

ResponderCitar
Respondido : 08/06/2010 4:58 pm

wpdoctor-revisa-la-salud-de-tu-wordpress

Jordi Sala
 Jordi Sala
Miembro Admin

Hola,

Este error aparece porque se ha desactivado el lenguaje por defecto en Joomfish. Tendrá usted que volver a activarlo.

Saludos,

ResponderCitar
Respondido : 08/06/2010 5:08 pm