povedijah Posted December 17, 2014 Share Posted December 17, 2014 (edited) Hi I've a few days trying to modify a template that I bought, i I can not carry it out, My idea would be to put the logo on the left side, and the menu i centered in the middle, in header The theme seller tell me i need to modify[ two scripts smarttopblocktopmenu.tpl / header.tpl I can modify the CSS, but im having problems with PHP code Header TPL <!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}"> <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" /> <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}" /> {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} {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} {$HOOK_HEADER} {if $srpta.simgr_header_font != 'Trebuchet MS' } <link href='https://fonts.googleapis.com/css?family={$srpta.simgr_header_font}:{configuration::get("simgr_header_font_weight")}&subset={configuration::get("simgr_header_font_subset")}' rel='stylesheet' type='text/css'> {/if} {if $srpta.simgr_shop_body_font != 'Trebuchet MS' } <link href='https://fonts.googleapis.com/css?family={$srpta.simgr_shop_body_font}:{configuration::get("simgr_shop_body_font_weight")}&subset={configuration::get("simgr_shop_body_font_subset")}' rel='stylesheet' type='text/css'> {/if} <!--[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]--> {$srpta.simgr_tracking_code} </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} left-column-hidden{/if}{if $hide_right_column} right-column-hidden{/if} {if !$hide_right_column && !$hide_left_column} show_both_column {/if}{if $content_only} content_only{/if} lang_{$lang_iso}"> <input type="hidden" value="{$srpta.simgr_carousel_click_limit}" name="show-more-count-val" id="show-more-count-val"> <input type="hidden" value="{$srpta.simgr_revolution_width_set}" name="simgr_revolution_width_seth" id="simgr_revolution_width_seth"> {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="header-container"> <header id="header"> <div class="banner"> <div class="container"> <div class="row"> {hook h="displayBanner"} </div> </div> </div> <div class="nav"> <div class="container"> <div class="row"> <nav> <div class="col-md-9 col-sm-11 col-xs-12 nav_block_top clearfix">{hook h="displayNav"}</nav> </div> </div> </div> <div class="header-container"> <div class="container"> <div class="row"> <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$srpta.simgr_sitelogo}" alt="{$shop_name|escape:'html':'UTF-8'}"/> </a> <!-- its div cloase in smarttopnav --> {if isset($HOOK_TOP)}{$HOOK_TOP}{/if} </div> </div> </div> </header> </div> <div class="columns-container"> <div id="columns" class="container"> <div class="row"> <div id="top_column" class="center_column ">{hook h="displayTopColumn"}</div> </div> <div class="row"> {if $page_name !='index'} <div class="container_inner_other_page col-md-12"> {/if} {if isset($left_column_size) && !empty($left_column_size)} {if $page_name !='index' && $page_name !='pagenotfound'} {include file="$tpl_dir./breadcrumb.tpl"} {/if} <div id="left_column" class="column col-xs-12 col-sm-{$left_column_size|intval} main-sidebar sidebar"> {$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} And Block top menu </div><!--#header .row end --> </div><!--#header .container end --> </div><!--header-container end --> <div class="menu_area"><!--Menu area start--> <div class="container"><!--Menu area .container start--> <div class="row"><!--Menu area .row start--> {if $MENU != ''} <!-- Menu --> <div class="row"><!-- Menu inner row for adjust extra center-column padding--> <div id="block_top_menu" class="sf-contener col-lg-9 col-md-9 col-sm-12"> <div class="cat-title">{l s="Categories" mod="blocktopmenu"}</div> <ul class="sf-menu clearfix menu-content"> {$MENU} {if $srpta.simgr_enable_custom_menu == 'enabled'} {$srpta.simgr_header_m_customhtml|html_entity_decode} {/if} {if $MENU_SEARCH} <li class="sf-search noBack" style="float:right"> <form id="searchbox" action="{$link->getPageLink('search')|escape:'html':'UTF-8'}" method="get"> <p> <input type="hidden" name="controller" value="search" /> <input type="hidden" value="position" name="orderby"/> <input type="hidden" value="desc" name="orderway"/> <input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'html':'UTF-8'}{/if}" /> </p> </form> </li> {/if} </ul> </div> <!--/ Menu --> {/if} I attach a image from the idea i have, thank you for your time! Edited December 17, 2014 by povedijah (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted December 17, 2014 Share Posted December 17, 2014 check if in your theme directory, inside of themes/yourthemename/modules you have the modules that you want to modify. You need to change the tpl here, not in modules folder Link to comment Share on other sites More sharing options...
povedijah Posted December 17, 2014 Author Share Posted December 17, 2014 Yes bro, the code of scripts its from this route /themes/simple-great/modules Link to comment Share on other sites More sharing options...
shacker Posted December 17, 2014 Share Posted December 17, 2014 you nee to change these modules tpl, and force compile Link to comment Share on other sites More sharing options...
povedijah Posted December 17, 2014 Author Share Posted December 17, 2014 This was i try that days, but it leaves me a blank page, so i need help of someone to do it.. Link to comment Share on other sites More sharing options...
shacker Posted December 19, 2014 Share Posted December 19, 2014 enable display errors on config/defines.inc.php file to show the error on blank page Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now