Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. I live in York ,which normaly gets hammered when the floods come as its where the foss and ouse join (which you will all know if you listened in your history class), but suprisingly we have just had the normal floods which happens a couple of times a year anyway.

    Suprisingly theres no flooding yet in the suburbs though.

    In my job I cover an area from Scarborough to Hull to Sheffield to Leeds to Skipton to York and everything inbetween and have to say that Sheffield has taken a real beating, the pics on telly realy are no exaggaration of the terrible events of the past couple of days.

  2. This is the code you want:

    <!-- BEGIN: cat_img -->
    
    <img src="{IMG_CURENT_CATEGORY}" alt="{TXT_CURENT_CATEGORY}" border="0" title="{TXT_CURENT_CATEGORY}" />
    
    <!-- END: cat_img -->

    You need to stick it in your content/ viewprod.tpl file, wherever you want it to show on page.

  3. You need to fix the catagory text ' silicone breat forms' follow my signature and ask over there for a fix, there is one to fix catagories, it will align them properly if the text is too long.

    The live help box is hidden behind your page content and latest prod box.

    The rollover text text size being smaller than the default in catagories is not a nice effect when you get near the bottom of them it makes your live help box judder underneath (the catagory fix should get rid of this though).

    Other than that, if your happy with it I wish you good luck ith your store.

  4. in your yourskin/ stylesheets/ layout.css

    at the very bottom you will find the class:

    .latestProds

    add to this class:

    border: 1px solid black;

    so it looks something like:

    float: left;

    text-align: center;

    width: 161px;

    height: 300px;

    margin-left: 5px;

    margin-right: 5px;

    margin-top: 10px;

    margin-bottom: 10px;

    border: 1px solid black;

    but your values will probably be different (dont worry about that yet).

    now adjust the width and height settings to suit your store. (first try 20px added to the height)

    When your happy with the layout, remove the:

    border: 1px solid black; from the .latestPods (it was only ever used as a guide to get everything lined up)

    Hope this helps :ninja:

    Burgensteen

  5. Same here Mark.

    On both my server and local machine.

    Im running on my local machine.

    Vista home premium

    Ravenswood-JS-1.0.12.1 virtual server

    I opened a ticket a few days ago, I think some others have added to it with same problem, so I dont think we are alone :ninja:

    Burgensteen

  6. Nice start............ but pretty stock if you dont mind me saying so :)

    Why not give a click on my link and have a look at the skins over there. B)

    I think youll be presently suprised :D

    Good luck with your venture my friend

    Burgensteen

  7. The file in question on your server needs its file attribute (CHMOD)changing to the required value, are you using an FTP programme ?

    You need to get to this file via your cpanel ftp programme or something like filezilla or smart ftp, right click over the file and depepdning on which ftp programme you are using you need to alter the value.

    It has a video of how to change the values in the cc.com video documentation (I think) or just google for changing CHMOD values.

    Burgensteen

  8. layout.css:

    #topHeader 
    
    	{text-align: right;
    
    	height: 115px;
    
    	margin-bottom: 20px;
    
    	padding-right: 8px;
    
    				padding-left: 20px
    
    	padding-top: 0px;
    
    	background-image: url(../styleImages/topHeader.gif);
    
    				background-repeat: no-repeat;
    
    	border-bottom: 3px solid #05731A;}

    padding-left: 20px has ; missing

×
×
  • Create New...