pinchupanchu Posted July 1, 2013 Share Posted July 1, 2013 Hola, Me gustaria cambiar el orden en el que aparecen estos dos modulos e invertirlos: ahora su orden es de arriba a abajo "responsive links block"- "responsive top bar" para que aparezcan al reves, es decir "responsive top bar"-"responsive links block." Ambos modulos aparecen en Page Header. La pagina en concreto es : http://www.zigzagshop.es He probado sin exito las siguientes soluciones: 1-Modulos>posiciones>flechita para arriba "responsive top bar"(hasta colocarlo para que aparezca como el primer modulo) 2-Modulos>posiciones>Live Edit. En este caso no me da la opcion de mover estos modulos, el resto de modulos de la pagina si. 3-Mediante css le he dado un valor al div "page_header" de (-450px) y haciendolo flotar a la derecha. Ademas al div "header_logo" le di un "margin_top" de 40px y anule la posicion absolute. Con esto consegui el efecto al abrirlo con el ordenador de sobremesa, pero al abrir la pagina en un movil no se veia el modulo "responsive top bar". Seguramente este pecando de novato y la solucion sea mas facil de lo que a mi me parece, pero llevo dias con ello y como he dicho, sin exito. Alguien me podria dar una ayudita? Gracias de antemano. Link to comment Share on other sites More sharing options...
pinchupanchu Posted July 1, 2013 Author Share Posted July 1, 2013 La plantilla que he utilizado se llama "simpleresponsivetheme" Link to comment Share on other sites More sharing options...
pinchupanchu Posted July 1, 2013 Author Share Posted July 1, 2013 Entonces es imposible? Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted July 1, 2013 Share Posted July 1, 2013 No termino de comprender, adjunta una imagen de como lo quieres dejar exactamente. Link to comment Share on other sites More sharing options...
pinchupanchu Posted July 1, 2013 Author Share Posted July 1, 2013 (edited) Me gustaria que quedara asi, es decir la barra de usuario, carrito e idioma, arriba: https://docs.google....dit?usp=sharing Edited July 1, 2013 by pinchupanchu (see edit history) Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted July 1, 2013 Share Posted July 1, 2013 Me gustaria que quedara asi, es decir la barra de usuario, carrito e idioma, arriba: https://docs.google....dit?usp=sharing Que tienes en el header.tpl de tu plantilla y que tienes en el bloque top of pages en la pestaña modulos -> posiciones ¿? Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted July 1, 2013 Share Posted July 1, 2013 (edited) A lo mejor en el header.tpl tienes que subir en tu plantilla algo llamado: <div id="header_user"> ... ..</div> encima del <header id="header">....</header> Edited July 1, 2013 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
pinchupanchu Posted July 1, 2013 Author Share Posted July 1, 2013 No veo otro header que el del HOOK esto aparece en el header.tpl " <!doctype html> <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="{$lang_iso}"> <![endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="{$lang_iso}"> <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="{$lang_iso}"> <![endif]--> <!--[if gt IE 8]><!--> <html class="" lang="{$lang_iso}"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> {if isset($meta_description) AND $meta_description} <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" /> {/if} {if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" /> {/if} <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" /> <script type="text/javascript"> var baseDir = '{$content_dir}'; var baseUri = '{$base_uri}'; var static_token = '{$static_token}'; var token = '{$token}'; var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals}; var priceDisplayMethod = {$priceDisplay}; var roundMode = {$roundMode}; </script> <link href="{$modules_dir}responsiveextension/stylesheets/foundation.min.css" rel="stylesheet" type="text/css" /> {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" /> {/foreach} {/if} {if isset($js_files)} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri}"></script> {/foreach} {/if} <!-- IE Fix for HTML5 Tags --> <!--[if lt IE 9]> <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--[if lte IE 7]><link href="{$css_dir}ie6.css" rel="stylesheet" type="text/css"><![endif]--> {$HOOK_HEADER} <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Denk+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'> </head> <body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if} class="{if $hide_left_column}hide-left-column{/if} {if $hide_right_column}hide-right-column{/if}"> {if !$content_only} {if isset($restricted_country_mode) && $restricted_country_mode} <div id="restricted-country"> <p>{l s='You cannot place a new order from your country.'} <span class="bold">{$geolocation_country}</span></p> </div> {/if} <div id="page"> {$HOOK_TOP} <div id="columns" class="row"> {* <!-- Left --> <div id="left_column" class="column grid_2 alpha"> {$HOOK_LEFT_COLUMN} </div> *} <!-- Center --> <section id="center_column" role="main" class="twelve columns"> {/if} " Link to comment Share on other sites More sharing options...
pinchupanchu Posted July 1, 2013 Author Share Posted July 1, 2013 Bueno, el tema esta solucionado. Lo que pasaba es que la plantilla no diferenciaba entre top of pages y display Header. Muchas gracias Rubalcaba por tu interes! Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted July 1, 2013 Share Posted July 1, 2013 (edited) Bueno, el tema esta solucionado. Lo que pasaba es que la plantilla no diferenciaba entre top of pages y display Header. Muchas gracias Rubalcaba por tu interes! Es que el header of pages y el top of pages son dos cosas distintas. El header of pages, es donde se carga el css, js de los modulos, etc.. El top of pages donde se cargan los módulos de la cabecera. Por cierto, la plantilla es gratis ¿? Edited July 1, 2013 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
pinchupanchu Posted July 1, 2013 Author Share Posted July 1, 2013 Si, es gratuita la puedes encontrar aqui http://www.freeprestathemes.com/simple-responsive/ Link to comment Share on other sites More sharing options...
Recommended Posts