olinus Posted January 27, 2012 Share Posted January 27, 2012 Hello. I just downloaded a new theme for my upcoming shop: olinus.no I want to make several adjustment to the html and css. I opened the header.tpl file and header.css file and added a new class for the header. The problem is I cannot see any of these changes on the page. It just doesn't show. I added the following css: #headerouter{ height: 290px; margin: auto; background: url('../img//header-bak.jpg') no-repeat; padding-bottom: 10px; border-bottom: 2px groove #eee; } html(<div id="headerouter">) <!-- Header --> <div id="headerouter"> <div id="header"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a></div> <div id="header_right"> {$HOOK_TOP} </div> </div> </div> <div id="columns"> Any help is highly appreciated! Iselin Link to comment Share on other sites More sharing options...
El Patron Posted January 27, 2012 Share Posted January 27, 2012 It's most likely that your changes are not appearing because force .tpl compile is set to no, and that cache is turned on. When making changes go to your back office (assuming a 1.4) -->preferences--->performance and turn on .tpl force compile and cache to no. (remember to reverse these changes when you are finished). 2 Link to comment Share on other sites More sharing options...
olinus Posted January 29, 2012 Author Share Posted January 29, 2012 Thank you so much, solved the problem:) Link to comment Share on other sites More sharing options...
pb4sc Posted March 4, 2012 Share Posted March 4, 2012 Thanks El Patron. I just spent hours trying to edit my .tpl files, and could not see the changes. This solution fixed it. pb4sc Link to comment Share on other sites More sharing options...
cpcs Posted June 10, 2012 Share Posted June 10, 2012 Hi elpatron, You are champion, this helped me to see my changes i made. Regards, cpcs Link to comment Share on other sites More sharing options...
Sonjovski Posted June 28, 2012 Share Posted June 28, 2012 THANK YOU SO MUCH !!! I've spent days trying to figure it out, googled for hours too, and finally found it !!! too bad the boss is asleep, I almost woke him up saying SOLVED! ) greetings from serbia! 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