Jump to content

monray

Members
  • Posts

    51
  • Joined

  • Last visited

1 Follower

monray's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. La plantilla es compatible con IE 10 yo tengo la version de IE 9 y se descuadra
  2. Hola shacker He probado como me comentas y la plantilla se descuadra,de la única manera que el modulo y plantilla carga bien es deshabilitado "Smart cache" para las hojas de estilo (CSS) dejo activado el smart cache para que veas el descuadre la url es cucada(punto)es un saludo
  3. Hola si activo Smart cache" para las hojas de estilo (CSS) y fuerzo copilacion no me carga bien,asi es de la única manera que carga el modulo
  4. Hola Shacker Por fin e descubierto el problema !!!!!!! me gusta mucho como se visualiza,muchas gracias por el modulo solo ahí un pero,el modulo se carga y se ve perfecto el mensaje desactivando en rendimiento "Smart cache" para las hojas de estilo (CSS),pero ahora la duda es si esto me perjudicara en el tiempo de carga de la web un saludo
  5. creo que si este es el header.tpl {* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!DOCTYPE HTML> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="{$lang_iso}"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="{$lang_iso}"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="{$lang_iso}"><![endif]--> <!--[if gt IE 8]> <html class="no-js ie9" lang="{$lang_iso}"><![endif]--> <html lang="{$lang_iso}" xmlns:og="http://ogp.me/ns#"> <head> <meta charset="utf-8" /> <title>{$meta_title|escape:'html':'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="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> {$id_shop = Context::getContext()->shop->id} <link rel="apple-touch-icon" href="{$base_dir}modules/roythemescustomizer/upload/apple-touch-icon-{$id_shop}.png"/> <link href="{$base_dir}modules/roythemescustomizer/upload/apple-touch-icon-{$id_shop}.png" rel="icon" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/png" href="{$base_dir}modules/roythemescustomizer/upload/apple-touch-icon-{$id_shop}.png" /> {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link rel="stylesheet" href="{$css_uri}" type="text/css" media="{$media}" /> {/foreach} {/if} <link rel="stylesheet" href="{$css_dir}animate.css" type="text/css" /> <link rel="stylesheet" href="{$css_dir}county.css" type="text/css" /> {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="{$js_dir}jquery.bxslider/jquery.bxslider.js"></script> <script type="text/javascript" src="{$js_dir}county.js"></script> <script type="text/javascript" src="{$js_dir}modez-mainscript.js"></script> <!--[if IE 8]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> {if isset($roythemes.font_include)}{$roythemes.font_include} {/if} {if (is_callable('bloginfo'))} <link href="../../../blog/wp-content/themes/twentytwelve/style.css" rel="stylesheet" type="text/css" media="all" /> {/if} {$HOOK_HEADER} <meta property="og:title" content="{$meta_title|escape:'htmlall':'UTF-8'}"/> <meta property="og:site_name" content="{$shop_name|escape:'htmlall':'UTF-8'}"/> <meta property="og:type" content="website"> <meta property="og:description" content="{$meta_description|escape:html:'UTF-8'}"> {if !$page_name=='product' && !$page_name=='module-smartblog-details'} <meta property="og:image" content="{$logo_url}" /> {/if} {if $page_name=='product'} <meta property="og:image" content="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}"> {/if} {if $page_name=='module-smartblog-details'} <meta property="og:image" content="{$base_dir}modules/smartblog/images/{$post_img}-single-default.jpg"> {/if} </head> <body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)}{$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '}{/if}{if $hide_left_column} hide-left-column{/if}{if $hide_right_column} hide-right-column{/if}{if $content_only} content_only{/if} lang_{$lang_iso}"> {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"> <div class="loaderbg"><div class="loader"></div></div> {hook h="displayFixed"} <div class="header-wrapper"> <header id="header"> <div class="nav nav-height"> <div class="container"> <div class="row"> <nav>{hook h="displayNav"}</nav> </div> </div> </div> <div class="infopanel"> <div class="infopanel_bg"></div> <div class="infopanel_border"></div> <div class="container"> <div class="row"> {hook h='displayInfoPanel' mod='royinfoblock'} </div> </div> </div> <div class="head"> <div class="container head-height"> <div class="row"> <div id="logo_wrapper"> <div class="logo_row"> <div class="logo_cell"> <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> </div> </div> </div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> </div> </div> <div class="topmenu_container">{hook h="displayTopMenu"}</div> </header> </div> <div class="columns-container-top"> <div id="topcolumns" class="container"> {if $page_name !='index' && $page_name !='pagenotfound'} {include file="$tpl_dir./breadcrumb.tpl"} {/if} <div class="row"> <div id="top_column" class="center_column col-xs-12 col-sm-12"> {hook h="displayTopColumn"}</div> </div> </div> </div> <div class="columns-container-middle"> <div class="bottom_line_bg"></div> <div id="middlecolumns" class="container"> <div class="row"> {if isset($left_column_size) && !empty($left_column_size)} <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">{$HOOK_LEFT_COLUMN}</div> {/if} <div id="center_column" class="center_column col-xs-12 col-sm-{12 - $left_column_size - $right_column_size}"> {/if} {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2014 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <!DOCTYPE HTML> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 " lang="{$lang_iso}"><![endif]--> <!--[if IE 7]><html class="no-js lt-ie9 lt-ie8 ie7" lang="{$lang_iso}"><![endif]--> <!--[if IE 8]><html class="no-js lt-ie9 ie8" lang="{$lang_iso}"><![endif]--> <!--[if gt IE 8]> <html class="no-js ie9" lang="{$lang_iso}"><![endif]--> <html lang="{$lang_iso}" xmlns:og="http://ogp.me/ns#"> <head> <meta charset="utf-8" /> <title>{$meta_title|escape:'html':'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="generator" content="PrestaShop" /> <meta name="robots" content="{if isset($nobots)}no{/if}index,{if isset($nofollow) && $nofollow}no{/if}follow" /> <meta name="viewport" content="width=device-width, minimum-scale=0.25, maximum-scale=1.6, initial-scale=1.0" /> <meta name="apple-mobile-web-app-capable" content="yes" /> {$id_shop = Context::getContext()->shop->id} <link rel="apple-touch-icon" href="{$base_dir}modules/roythemescustomizer/upload/apple-touch-icon-{$id_shop}.png"/> <link href="{$base_dir}modules/roythemescustomizer/upload/apple-touch-icon-{$id_shop}.png" rel="icon" /> <link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" /> <link rel="shortcut icon" type="image/png" href="{$base_dir}modules/roythemescustomizer/upload/apple-touch-icon-{$id_shop}.png" /> {if isset($css_files)} {foreach from=$css_files key=css_uri item=media} <link rel="stylesheet" href="{$css_uri}" type="text/css" media="{$media}" /> {/foreach} {/if} <link rel="stylesheet" href="{$css_dir}animate.css" type="text/css" /> <link rel="stylesheet" href="{$css_dir}county.css" type="text/css" /> {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript" src="{$js_dir}jquery.bxslider/jquery.bxslider.js"></script> <script type="text/javascript" src="{$js_dir}county.js"></script> <script type="text/javascript" src="{$js_dir}modez-mainscript.js"></script> <!--[if IE 8]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> {if isset($roythemes.font_include)}{$roythemes.font_include} {/if} {if (is_callable('bloginfo'))} <link href="../../../blog/wp-content/themes/twentytwelve/style.css" rel="stylesheet" type="text/css" media="all" /> {/if} {$HOOK_HEADER} <meta property="og:title" content="{$meta_title|escape:'htmlall':'UTF-8'}"/> <meta property="og:site_name" content="{$shop_name|escape:'htmlall':'UTF-8'}"/> <meta property="og:type" content="website"> <meta property="og:description" content="{$meta_description|escape:html:'UTF-8'}"> {if !$page_name=='product' && !$page_name=='module-smartblog-details'} <meta property="og:image" content="{$logo_url}" /> {/if} {if $page_name=='product'} <meta property="og:image" content="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large')}"> {/if} {if $page_name=='module-smartblog-details'} <meta property="og:image" content="{$base_dir}modules/smartblog/images/{$post_img}-single-default.jpg"> {/if} </head> <body{if isset($page_name)} id="{$page_name|escape:'html':'UTF-8'}"{/if} class="{if isset($page_name)}{$page_name|escape:'html':'UTF-8'}{/if}{if isset($body_classes) && $body_classes|@count} {implode value=$body_classes separator=' '}{/if}{if $hide_left_column} hide-left-column{/if}{if $hide_right_column} hide-right-column{/if}{if $content_only} content_only{/if} lang_{$lang_iso}"> {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"> <div class="loaderbg"><div class="loader"></div></div> {hook h="displayFixed"} <div class="header-wrapper"> <header id="header"> <div class="nav nav-height"> <div class="container"> <div class="row"> <nav>{hook h="displayNav"}</nav> </div> </div> </div> <div class="infopanel"> <div class="infopanel_bg"></div> <div class="infopanel_border"></div> <div class="container"> <div class="row"> {hook h='displayInfoPanel' mod='royinfoblock'} </div> </div> </div> <div class="head"> <div class="container head-height"> <div class="row"> <div id="logo_wrapper"> <div class="logo_row"> <div class="logo_cell"> <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> </div> </div> </div> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> </div> </div> <div class="topmenu_container">{hook h="displayTopMenu"}</div> </header> </div> <div class="columns-container-top"> <div id="topcolumns" class="container"> {if $page_name !='index' && $page_name !='pagenotfound'} {include file="$tpl_dir./breadcrumb.tpl"} {/if} <div class="row"> <div id="top_column" class="center_column col-xs-12 col-sm-12"> {hook h="displayTopColumn"}</div> </div> </div> </div> <div class="columns-container-middle"> <div class="bottom_line_bg"></div> <div id="middlecolumns" class="container"> <div class="row"> {if isset($left_column_size) && !empty($left_column_size)} <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval}">{$HOOK_LEFT_COLUMN}</div> {/if} <div id="center_column" class="center_column col-xs-12 col-sm-{12 - $left_column_size - $right_column_size}"> {/if} {if isset($js_defer) && !$js_defer && isset($js_files) && isset($js_def)} {$js_def} {foreach from=$js_files item=js_uri} <script type="text/javascript" src="{$js_uri|escape:'html':'UTF-8'}"></script> {/foreach} {/if} y este el style.css #pagenotfound #left_column, #pagenotfound #right_column, #pagenotfound #footer {display:block !important;} /* Theme Name: Twenty Twelve Theme URI: https://wordpress.org/themes/twentytwelve/'>https://wordpress.org/themes/twentytwelve/ Author: the WordPress team Author URI: https://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. Version: 1.8 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Text Domain: twentytwelve This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */
  6. hola definitivamente el error es por la plantilla,no le voy a dar mas vueltas no instalo wordpress voy a usar Smart Blog gracias por los aportes un saludo
  7. he probado con la plantilla por defecto "default-bootstrap" y si que me carga bien.
  8. Hola error 500,pero el problema creo que va a estar en la plantilla que no es la que viene por defecto en PS http://cucada.cambiados.es/blog/
  9. Hola me interesa bastante este tema estoy siguiendo los pasos que comentas,pero me da error la plantilla que tengo en PS no es la que viene por defecto esto tiene algo que ver? gracias por el aporte un saludo
  10. Hola Sergio te dejo un post donde se habla sobre el tema https://www.prestashop.com/forums/topic/191039-gratismodulo-eliminar-el-pedido-en-la-tienda/?p=1927153 un saludo
  11. hola matacron gracias por la ayuda,pero en mi caso era problema de la plantilla,hable con el desarrollado y el me soluciono el problema un saludo
  12. buenos dias mi version de PS es la 1.6.0.9 al instalar el parche desde modulos en prestashop me sale este mensaje The security update could not be applied to your shop. The module cannot execute the patch on your server configuration. Please check the details below for each update to see how you can implement the patch on your shop. puedo sustituir los archivos directamente desde ftp si descargo de github la version 1.6.0.14 gracias
  13. hola shacker puede ser problema de la plantilla,puedes hacer que en vez de cargar en la parte del logo,buscador,etc lo haga después por ejemplo al pie de pagina gracias
  14. hola shacker la versión de PS es 1.6.0.9
  15. Buenos días Necesito de nuevo vuestra ayuda, os explico estoy empezando a subir producto a la tienda y me acabo de dar cuenta que cuando pongo un precio con decimales me lo duplica y lo y tacha como si fuera un descuento. Por mas que busco donde esta el problema no doy con el Me podéis ayudar por favor Un saludo
×
×
  • Create New...