Jump to content

Tutorial how to make/Edit a template


Recommended Posts

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.

  • Like 1
Link to comment
Share on other sites

Hi

Hope 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..

Thanks

Mario

Link to comment
Share on other sites

Hi mario

Open 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

  • 4 weeks later...

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 caffine

cheers
alfred

Link to comment
Share on other sites

  • 5 months later...

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

  • 7 months later...
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

  • 2 months later...

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

  • 2 months later...

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.

  • Like 2
Link to comment
Share on other sites

  • 5 months later...
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

  • 9 months later...
  • 1 month later...

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

  • 7 months later...

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 by Andrej Stas (see edit history)
Link to comment
Share on other sites

  • 5 years later...
On 03/01/2009 at 9:14 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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...