Jump to content

LiliekS

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Location
    Indonesia
  • Activity
    Web development agency

LiliekS's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. Hi, May I know which theme version did you use for your store? We have checked your website, and there was other issue on your checkout page too. We found another shopping cart detail under 'Payment Method'. It should not appear there (see attachment). Have you modified the .tpl file before? I suggest you try and download our latest theme. We have tested it and found no problem so far with the checkout page. Hope it helps ups forgot the image
  2. Hi there, Actually there are plenty options for that. I usally use Adobe Dreamweaver, if you want the free software, you can try Notepad++, it's lightweight and provide usefull plugin too. Cheers
  3. Hi, There are several things you can do to make your products align & look neat. Consistency is the key here. So you should decided how long the product title going to be. To have 2 lines of text you can reduce truncate value on velvetsky/product-list.tpl file. Code: <h3>{if isset($product.new) && $product.new == 1} <span class="new">{l s='New'}</span>{/if} <a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}"> {$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} </a> </h3> Reduce the value to 30 or less. If you want the prices look align too. You can add fixed height on product title. Open velvetsky/css/product_list.css, go to line 33 or find the code below: ul#product_list li h3 { font-size: 1em; line-height: 1.3em; margin: 0.4em 0 0.1em; } add height (e.g. 33px), ul#product_list li h3 { font-size: 1em; line-height: 1.3em; margin: 0.4em 0 0.1em; height: 33px; Hope it helps
  4. Hi, There are some issues with the comboslider modules, that affect the tabs in product page. Please download the comboslider.css and replace the old one in modules/comboslider/css directory to fix the issue. Cheers comboslider.css
  5. Hi, About the logo, make sure the max height is 49 pixel and max width is 250px. The original logo size for this theme is 170x49 pixels. You can adjust logo size and position on themes/velvetsky/global.css on line 183.
  6. Hi, I'm not sure which one you're talking about. There are two selectors with the same name 'our_price_display', but both have different selectors. The first one using class, and the other using ID. This is not something you should worry about. <div class="price bordercolor"> <span class="our_price_display"> <span class="price" id="our_price_display">99,99 Ron</span> Cheers
×
×
  • Create New...