Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. Another donation given,

    I am not singing my own praises by posting this. Just an excuse to bump it back to top to remind others ;) (nudge, nudge, wink, wink */* )

    Come on guys, if sir William does the work for free the least we can do is give him a hand with the £, $.

    Sorry if this seems pushy but I am a bit of a dog lover :P (got a couple of the hairy monsters myself)

    Burgensteen

  2. I see this above fix is edited into my files.... yet I can't view the store when it's offline. I'm using the latest Cube Cart version 3.0.12.

    Maybe it's the SSL as mentioned?

    Guess I'll just do the general index.html override.... ;)

    I have noticed the same thing in 3.0.12

    Burgensteen

  3. I think this is found in YOUR_SKIN/ stylesheets / layout.css

    .boxTitleLeft, .boxTitleRight {

    font-family: Whatever you choose

    font-size: Whatever you choose

    color: Whatever you choose

    background-image: Whatever you choose (make sure it is the same size as height & width setting or else it can repeat)

    width: Whatever you choose

    height: Play around with these

    padding-left: Whatever you choose

    padding-top: Play around with these

    }

    .boxContentLeft, .boxContentRight {

    border: Whatever you choose

    background-color: Whatever you choose

    padding-left: Play around with these

    margin-bottom: Play around with these

    padding-top: Play around with these set to 0

    padding-bottom: Play around with these

    Hope this helps

    Burgensteen ;)

  4. I think that is Estelles mod that is what you are looking for. It allows a text field to be filled in on the required product page, then this info is sent via email along with all other info regarding purchase.

    Burgensteen :)

  5. Hi,

    I am after having

    main cat 1(with pic), main cat 2(with pic), main cat 3(with pic)

    then once (for example 'main cat1' is clicked) it takes you to:

    sub cat 1(with pic), sub cat 2(with pic), sub cat 3(with pic)

    then once(for example sub cat1 is clicked) it takes you to:

    products in sub cat 1, but I want to use a different pic for the header of the actual product pages.

    I want to use square clickable pics in center of main page for cats and sub cats pages ie:

    cats:

    pans, pots,

    sub cats:(pans)

    copper based, wooden handled

    Then for each of the 2nd level sub cat pages with the products for the products contained in each sub cat i want to use a long thin pic at the top.

    any ideas?????????

    Hope you can all understand this :w00t::):)

    Cheers

    Burgensteen

  6. Hi Guys,

    I got a problem?????

    There is a text link appearing on my homepage, which takes me to the new Ebay turbo lister download!!!!!!!

    It appears in the CC homepage editor, but when I delete it and then update. it re-appears in the editor and therefore on my homepage.

    I dont think ive been hacked, I was uploading some pics and I think maybe ive messed something up!!!!

    not sure where to look to remove this link.

    Any help most welcome.

    Cheers guys,

    Burgensteen

    EDITED:

    Sorted now... no need to answer

  7. Hi Guys,

    I got a problem?????

    There is a text link appearing on my homepage, which takes me to the new Ebay turbo lister download!!!!!!!

    It appears in the CC homepage editor, but when I delete it and then update. it re-appears in the editor and therefore on my homepage.

    I dont think ive been hacked, I was uploading some pics and I think maybe ive messed something up!!!!

    not sure where to look to remove this link.

    Any help most welcome.

    Cheers guys,

    Burgensteen

  8. It doesnt show up the invoice page.. when I test to buy product, it came back to the Step 3 and I am being log off.

    Mine used to do this.

    Ive installed a couple of unrelated mods over the weeks and it now seems to work.

    Try using a different browser, FF for example.

    By the way. you arent using AOL???????? this is what i believe caused me the headache.

    Burgensteen

  9. I like the site very much, nice colours.

    .....But I must admit I found the view cart link in the site docs a bit confusing, I was looking for it in the cart box. Just my opinion, but I would personaly prefer it in the cart content box.

    But I have to say I realy like the site, other than mentioned, good UI and nice use of colours.

    Burgensteen

  10. Hi mate,

    gd.inc.php can be found in the classes folder.

    (taken from 3.0.10)

    The function you mention should read:

    function thumbnail($imgfile)

    {

    global $config;

    //detect image format

    $this->img["format"]=ereg_replace(".*\.(.*)$","\\1",$imgfile);

    $this->img["format"]=strtoupper($this->img["format"]);

    if($config['gdversion']>0){

    if ($this->img["format"]=="JPG" || $this->img["format"]=="JPEG") {

    //JPEG

    $this->img["format"]="JPEG";

    $this->img["src"] = ImageCreateFromJPEG ($imgfile);

    } elseif ($this->img["format"]=="PNG") {

    //PNG

    $this->img["format"]="PNG";

    $this->img["src"] = ImageCreateFromPNG ($imgfile);

    } elseif ($this->img["format"]=="GIF") {

    //GIF

    $this->img["format"]="GIF";

    $this->img["src"] = ImageCreateFromGIF ($imgfile);

    } else {

    //DEFAULT

    echo "Not Supported File! Thumbnails can only be made from .jpg and .jpeg file types!";

    exit();

    }

    @$this->img["width"] = imagesx($this->img["src"]);

    @$this->img["height"] = imagesy($this->img["src"]);

    //default quality jpeg

    $this->img["quality"]=80;

    } else {

    return FALSE;

    }

    }

    Give it a check, make sure it aint corrupt, or copy and paste above in its place.

    Burgensteen

  11. Not sure I know which alt tags you are refering to.

    In IE and FF columns seems fine to me (same pics and text on both), the only exception seems to be the missing pic next to Language, but this is missing in both IE and FF and the catagory header pic is out on FF.

    Only underline text is external banners and centre column 'Buy baba roots & save'.

    Other than that , I think you got yourself a pretty cool site my friend :sourcerer::sourcerer:

    Sorry if i am missing something, it is late and time for ZZZZzzZZ :sleep::sleep::sleep:

    Burgensteen

  12. Hi,

    It depends on how your header is constructed,

    If it is one large image that fills the section, I believe you would have to use image mapping.

    If your logo is layed over the top it should just be a case of adding a A Href to your logo IMG SRC

    ie. <A Href="new_page""><IMG SRC="my_current_logo"></A>

    Think this is right (bit rusty with the HTML) just getting back in to it.

    Burgensteen

×
×
  • Create New...