Bjornher Posted January 3, 2009 Share Posted January 3, 2009 Hi all! Iam soo new to Presta and I need to now how to modify a template or to create my own!Is there already a thread about this? Can't find any. 1 Link to comment Share on other sites More sharing options...
Static Posted January 3, 2009 Share Posted January 3, 2009 Hi Bjornher All you need to do is make a copy of the prestashop theme folder and re-name it to something else and then edit the global.css and whatever images you need.hope this helps 1 Link to comment Share on other sites More sharing options...
Bjornher Posted January 3, 2009 Author Share Posted January 3, 2009 OK thanks, let me try doing that. But If I want to make it look completely different a lay-out that I need. Put the Shoppingcart in a different place etc...? Link to comment Share on other sites More sharing options...
kiwiacw Posted January 3, 2009 Share Posted January 3, 2009 Some of those simple things can be acheived in your back office admin area. Go to the modules tab and you can change the position of these by changing which column hook they are in and which position in the column they are placed. 1 Link to comment Share on other sites More sharing options...
Mario Posted January 4, 2009 Share Posted January 4, 2009 HiHope I'm allowed to ask another question in this thread about customazing a web shop.I'm already changing the look in the .css file and have realized, that I can move some blocks through the admin area...I'd like to move something that is not in the module blocks.I want to move arround the header.(www.cuoresportivo.ch/cs-web-shop)I already changed the header, so that the logo is on top and the currency, language, contact, sitemap, bookmark and the search bar is on one line.How can I bringt up to the also the "Willkommen, anmelden" block?I really do not know, where I can set this up, as I do not finde anything in the .css.Please advise..ThanksMario Link to comment Share on other sites More sharing options...
Static Posted January 4, 2009 Share Posted January 4, 2009 Hi marioOpen global.css and around line 820 you will find: /* block top user information */ #header #header_user { width: 99%; text-align: right; clear: left; margin:0.6em 0.6em 0 0; } If you remove the "width:" and the "clear:" it should bring it up inline with the others.Hope this helps Link to comment Share on other sites More sharing options...
Mario Posted January 4, 2009 Share Posted January 4, 2009 thanks a lot...exactly what I needed...sorry... i thought i has to be at the same line where I could move arround the other stuff...I was not so far down in the global.css.... Next time I will be more patient... Link to comment Share on other sites More sharing options...
sperio Posted January 29, 2009 Share Posted January 29, 2009 make your pseudo changes in FIREFOX with FIREBUG... it will make things go much simplier... remember to check your changes in IE also... spent lots of time debugging IE issues which I would have caught if I had checked in IE as I went along... NOTEPAD++ was a lifesaver to make code comparison and track changes...have fun and lots of caffinecheersalfred Link to comment Share on other sites More sharing options...
Mario Posted January 29, 2009 Share Posted January 29, 2009 thanks...I'm using the editor from xplorer... Link to comment Share on other sites More sharing options...
munchie75 Posted July 25, 2009 Share Posted July 25, 2009 Hi,I've heard about the editor for xplorer, which i presume you mean IE ??Can you post a link as to where i may download it from.I already use firebug, and think it's fab, so would love the same tool for IE.Many thanksAndy Link to comment Share on other sites More sharing options...
sperio Posted July 25, 2009 Share Posted July 25, 2009 they have the same thing for IE using FIREBUG but it is a pain to install... i would rather do the changes in FF and then see what else to change for IE Link to comment Share on other sites More sharing options...
mdg Posted July 26, 2009 Share Posted July 26, 2009 Hi I am new to Prestashop, but I can't find anything like this in the Moduels section"Go to the modules tab and you can change the position of these by changing which column hook they are in "Where and what am I looking for?Thanks Link to comment Share on other sites More sharing options...
sperio Posted July 26, 2009 Share Posted July 26, 2009 positions tab in modules... a bit non obvious...but once u see it... it clarifys Link to comment Share on other sites More sharing options...
QuadDamage Posted March 13, 2010 Share Posted March 13, 2010 Quote maybe one year late to answer but presta is the best , i have had it for like one day now.. all you have to do is get DREAMWEAVER and open the theme folder with it and edit. easy as hell. :-) Can you explain exactly what you mean by that? You cant open a folder in Dreamweaver. Only files. Which to me, is as useful as a text editor. Is there anyway to open a theme in Dreamweaver and see the actual theme you can edit? Link to comment Share on other sites More sharing options...
scottyboy Posted March 13, 2010 Share Posted March 13, 2010 yes, I too would love to know how you managed to do this in dreamweaver without editing every individual file? Link to comment Share on other sites More sharing options...
elios1 Posted June 4, 2010 Share Posted June 4, 2010 I would like to use prestashop template but with logo 600x100 pixel. How to do this that logo doesn't come over a few header modules? Link to comment Share on other sites More sharing options...
elios1 Posted June 5, 2010 Share Posted June 5, 2010 I solved this in global.css changing margin-top: 0.5em to margin-top: 1.8em h1#logo { float: left; width: 27%; margin-top: 1.8em Link to comment Share on other sites More sharing options...
elios1 Posted June 6, 2010 Share Posted June 6, 2010 Now new problem. I muved "Permanent links block v0.1" just below "User info block v0.1" but the problem is that "Permanent links block v0.1" has top center position not top right (I want it to be just below "User info block v0.1" (at right position)). I looked at in php code of both module and cannot find what makes "User info block v0.1" to be right and how to put "Permanent links block v0.1" also right. What I have to change in a code of module and in what file? Link to comment Share on other sites More sharing options...
elios1 Posted June 6, 2010 Share Posted June 6, 2010 I solved this in global.css changing float: left into float: right /* top links */ ul#header_links { margin: 0.4em 0.3em 0 0; list-style-type: none; float: right Link to comment Share on other sites More sharing options...
Sean-Irl Posted August 26, 2010 Share Posted August 26, 2010 OK I give up, putting a gun to my head. This is a fantastic shop, love everything about it, except trying to understand it. Maybe I have just realised how dumb i really am because reading the posts everyone else seems to get it . Hanging my head and returning to OS at least I can edit that.bye bye woderful new UNTOUCHABLE world. 2 Link to comment Share on other sites More sharing options...
CalloSmart Posted February 3, 2011 Share Posted February 3, 2011 Quote Hi all! Iam soo new to Presta and I need to now how to modify a template or to create my own!Is there already a thread about this? Can't find any. Hi,I have over 13 years of software development in Microsoft based software development technologies. But I am a newbie to PHP and especially to Prestashop framework. I am learning the framework and in the process, started to write a series of posts(Creating a Prestashop 1.4 theme from scratch) to outline the creation of a new Prestashop theme using Visual Studio and other tools. The posts primarily are targeted towards a PHP/Prestashop newbie.Please visit Creating a Prestashop 1.4 theme from scratch and share my experiences through my learning phase. I hope active participation from other novice Prestashop programmers like me and advices from Prestashop experts to make the posts helpful for others who require it. Link to comment Share on other sites More sharing options...
StuPidBoy Posted November 21, 2011 Share Posted November 21, 2011 I am just wondering, For people who do not have coding experience or programming knowledge like me, is there any drag and drop editor that i can use to modify/create the prestashop theme? Link to comment Share on other sites More sharing options...
Henrik Pantle Posted January 17, 2012 Share Posted January 17, 2012 some provide it with their custom themes. but i could not find any tool for general theme editing. guess the developers do not provide because they wanna sell the themes. but what i'm searching is a list of the values and a screen shot what they represent. any glue? Link to comment Share on other sites More sharing options...
optizyme Posted January 17, 2012 Share Posted January 17, 2012 Hello, I want to put an image background of the default theme like this : http://image.shutterstock.com/display_pic_with_logo/586348/586348,1298760622,1/stock-photo-white-golf-ball-on-green-grass-isolated-on-white-with-shadow-background-for-web-page-72014188.jpg How can i do this? I have no experience on css and i opened global.css with no clue.. Thanks in advance Link to comment Share on other sites More sharing options...
Andrej Stas Posted September 10, 2012 Share Posted September 10, 2012 (edited) On 1/3/2009 at 2:36 PM, Bjornher said: Hi all! Iam soo new to Presta and I need to now how to modify a template or to create my own! Is there already a thread about this? Can't find any. Hi, if you want to "create your own theme" - our new project will be released as soon as PS 1.5 comes out: Presta-theme-maker.com Hope you will like it! Edited February 25, 2013 by Andrej Stas (see edit history) Link to comment Share on other sites More sharing options...
Wn-nook Posted December 7, 2017 Share Posted December 7, 2017 On 1/3/2009 at 3:44 PM, Static said: Hi Bjornher All you need to do is make a copy of the prestashop theme folder and re-name it to something else and then edit the global.css and whatever images you need. hope this helps Where I will find global.css Expand 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