Jump to content

Robsta

Member
  • Posts

    3,505
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Robsta

  1. Thanks for your reply!!!

    Yea, it only fine in IE6.

    You can me to explain better as I can look the error in the DIV?

    Regards

    IE6 is known to compensate by assuming the code is there when it is not. Other browsers don't do this. This is why IE6 is easy to develop for, but a nightmare when it comes to making an IE6 designed site work with other browsers. Always better to design it for Firefox which is very good at adhering to standards, and in most cases it will work in IE with no further issues.
  2. The buttons overflowing the table border is a common problem, and easily fixed.

    Look in : 'skin_name/styleTemplates/content/viewCat.tpl', search for:

    <td align="right" nowrap='nowrap' class="{CLASS}">

    Remove the nowrap='nowrap' from the line, and replace it with style="width:70px;" . Or use whichever width looks right. :) This will counteract the line wrapping.

  3. I think you've done a fantastic job of making the store fit in with the rest of the site. It's nice to see someone take the time to do this as it really compliments the user experience and visitor confidence in the site.

    Well done!

  4. Ok sorry i thought it was just replacing the topheader file. When you buy templates and it says you can edit them in photoshop is that a good thing? Does that mean it is much easier to edit?

    thanks

    It depends if you have Photoshop, and if you've ever used Photoshop.
  5. Your main site looks fine in the root, however the cart pages are going to /cart/ under SSL.

    Looks like you need to change the SSL settings in Admin, which you should be able to do using the tool available in the downloads section here.

    Woohoo!!

    Nice one. It's all working great now! Thanks

    A pleasure. Glad you got it working. :)
  6. Hi,

    i have been looking at ordering a skin for my store. on some of the options on some skins it has add you own logo and then about a £10 charge. Am i missing some thing here or is it just replacing the topHeader file with your logo?

    That is assuming there is a 'topHeader'. Those skins that are just alterations of the shipped skins, then yes. But a lot of skins are not, and it can take time to alter a logo image to fit in with the skin. You're not paying for the difficulty of adding the logo, you're paying for the time it can take to do a quality job. And it can take a customer sometime to work out how the images in a skin are used.

    With regards to the person charging £45... ask what it includes as I very much expect it's not just a case of replacing one image.

  7. You have #topHeader height set to 'height: 190px;' in layout.css

    The #topHeader height is actually 237px, which would account for the difference I would think.

    On a side note, you're also trying to load stylesheets in the root of the domain, which do not exist...

    <link href="../../styleSheets/style.css" rel="stylesheet" type="text/css" />
    
    <link href="../../styleSheets/layout.css" rel="stylesheet" type="text/css" />

  8. This is one workaround:

    <td><textarea name="message" cols="30" rows="5" class="textbox" style="display:none;">{VAL_MESSAGE}</textarea>{VAL_MESSAGE}</td>

    Set the form box to not display, and add the message placeholder to outside the forum textarea. Having the text area still there means that the information is sent, also having it outside means it gets displayed as normal page content, uneditable.

×
×
  • Create New...