vyciook Posted June 18, 2012 Share Posted June 18, 2012 Hello maybe some one can help me edit the theme like in the pictures? I want to remove right block and extend center block. Where and what i have to change? papple_v1.3.1.zip Link to comment Share on other sites More sharing options...
halennoor Posted June 21, 2012 Share Posted June 21, 2012 (edited) 1. Go to Back office> Modules> positions > remove all the modules from the right column block. (New products/ specials/ our store/ cart block on right column by default for this theme) If you still want to use the modules, you can transplant it and hook into left column. 2. Go to your FTP -- Find header.tpl ( Go to the header.tpl in themes/papple/) Edit size of div for top banner. Change the width and height according to the image dimension you want. Edit the image reference. Move the slider button to move accordingly by adjusting the top_banner width/height position. <div id="top_banner" style="width:640px; padding:0px; height: 400px; background:none; position: relative; display:none;"> <div id="divSimpleSlider"> <a href="#"> <img src="{$base_dir}themes/papple/img/banner/newslider1.jpg" alt="" width="640px" height="400px" /> </a> Go to global.css ( themes/papple/css/global.css) Edit center column size in global.css to 640px #center_column { width: 640px; and if you are using the editorial module you need to edit the editorial.css. (/themes/papple/css/modules/editorial/editorial.css) .editorial_block {width: 640px; } Change the dimension ( height / width) to your requirement. Test it on your browser and do adjustment accordingly. Hope it helps. Edited June 21, 2012 by halennoor (see edit history) 1 Link to comment Share on other sites More sharing options...
Saranyaa Posted November 9, 2012 Share Posted November 9, 2012 hello, Can some one tell me, how to add more slides to the slideshow of Papple theme? possible? Link to comment Share on other sites More sharing options...
halennoor Posted November 10, 2012 Share Posted November 10, 2012 add another line like this in the header.tpl <a href="#"> <img src="{$base_dir}themes/papple/img/banner/newslider4.jpg" alt="" width="640px" height="400px" /> </a> Link to comment Share on other sites More sharing options...
Saranyaa Posted November 12, 2012 Share Posted November 12, 2012 (edited) Thank you for your reply. Before I try this, I have another problem which is more urgent. The boutique is in French and I am not able to translate the "welcome block". I tried translating in the block "papple - blockpermanentlinks-header" in the backoffice but no use. Could you help me find a solution? Edited November 12, 2012 by Saranyaa (see edit history) Link to comment Share on other sites More sharing options...
halennoor Posted November 13, 2012 Share Posted November 13, 2012 Did you try using the BO translation of installed modules? Tools> translations> modify translation>translation of installed modules Link to comment Share on other sites More sharing options...
Saranyaa Posted November 13, 2012 Share Posted November 13, 2012 yes. i tried (ref: second image of my previous post). but it doesn't seem to work. Link to comment Share on other sites More sharing options...
halennoor Posted November 13, 2012 Share Posted November 13, 2012 (edited) you mean you have entered the right field the translation? if you have the screen shot or field you have keyed in for what you want translated /changed will be best. another possibility is that setting of performance ---always remember after changing don't forget to set force compile yes and cache no, plus empty the stuff in smarty/cache and smarty/compile so the changes will show. Edited November 13, 2012 by halennoor (see edit history) Link to comment Share on other sites More sharing options...
Saranyaa Posted November 13, 2012 Share Posted November 13, 2012 ok. i think i am not clear. I tried, as you said in "Tools> translations> modify translation>translation of installed modules" in the block "papple - blockpermanentlinks-header". but it is not working. Please find the screenshot in the attached file.. Link to comment Share on other sites More sharing options...
halennoor Posted November 13, 2012 Share Posted November 13, 2012 (edited) if it doesn't work perhaps you need to change the links through editing file, you can go to the blockpermanentlink-header.tpl though. ( the file is in /papple/modules/blockpermanentlink/) Edited November 13, 2012 by halennoor (see edit history) Link to comment Share on other sites More sharing options...
halennoor Posted November 13, 2012 Share Posted November 13, 2012 ok. i think i am not clear. I tried, as you said in "Tools> translations> modify translation>translation of installed modules" in the block "papple - blockpermanentlinks-header". but it is not working. Please find the screenshot in the attached file.. this should work really. dunno why it is not though, but check again if you can see the changes after setting the force compile on and cache off. 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