Search found 1312 matches

Search found 1312 matches

Re: Numerotare categorie

da...exista..eu habar n-aveam de functia aia..my bad

Jump to post
  • Fri Mar 29, 2013 3:19 am
  • Replies 5
  • Views 869
Re: Logo not display

depends on your theme....you can try and see what size fits best

Jump to post
  • Thu Mar 28, 2013 10:15 pm
  • Replies 4
  • Views 714
Re: Space between welcome and featured

The URL of your website?

try adding this to your stylesheet..it should do it

Code: Select all

#content p {
   margin-bottom: 0px;
}

Jump to post
  • Thu Mar 28, 2013 7:11 pm
  • Replies 2
  • Views 296
Re: Nu imi afiseaza codul captcha din contact...

ca sa il stergi.. in catalog/controller/information/contact.php ,sterge if (empty($this->session->data['captcha']) || ($this->session->data['captcha'] != $this->request->post['captcha'])) { $this->error['captcha'] = $this->language->get('error_captcha'); } si in catalog/view/theme/tema ta/template/i...

Jump to post
  • Thu Mar 28, 2013 5:25 pm
  • Replies 2
  • Views 672
Re: Logo not display

in your opencart administration - system - settings - edit - image tab

browse for your new logo(or upload a new one- no need to be named logo.png) and select it then save settings

Jump to post
  • Thu Mar 28, 2013 5:11 pm
  • Replies 4
  • Views 714
Re: New Nav Menu

please be more specific..what is the problem?
a url to your website?

Jump to post
  • Thu Mar 28, 2013 5:07 pm
  • Replies 1
  • Views 522
Re: Numerotare categorie

in catalog/controller/common/header.php (meniul de sus) inlocuieste 'name' => $child['name'] . ($this->config->get('config_product_count') ? ' (' . $product_total . ')' : ''), cu 'name' => $child['name'], si catalog/controller/module/category .php (modulul categories) inlocuieste 'name' => $child['n...

Jump to post
  • Thu Mar 28, 2013 5:04 pm
  • Replies 5
  • Views 869
Re: Product Grid View is distorted. List View is fine

change the "product image list size" height and width in admin at 80px

or if you wanna keep this image width and height... in your stylesheet..add these 2 lines at .product-grid .image

Code: Select all

.product-grid .image { 
height: 150px;
width: 150px;
}

Jump to post
  • Wed Mar 27, 2013 5:16 pm
  • Replies 3
  • Views 958
Re: Add to cart button background

in /catalog/view/theme/*yourtheme*/stylesheet/stylesheet.css - find

Code: Select all

a.button, input.button { 
background: url("../image/button.png") repeat-x transparent;
}

Jump to post
  • Wed Mar 27, 2013 5:01 pm
  • Replies 2
  • Views 716
Re: Custom Navbar Alignment Issue

try this

#menu {
background: url("../images/store_navbar.png") no-repeat transparent;
height: 90px;
width: 980px;
z-index: 1;
}
#menu ul {
left: 65px;
list-style: none outside none;
margin: 0px;
padding: 0px;
position: relative;
top: 15px;
}

Jump to post
  • Tue Mar 26, 2013 6:40 am
  • Replies 6
  • Views 1118
Re: DarkOrange Free Premium OpenCart Template

I've made the template available for 1.5.2.x - 1.5.3.x - 1.5.4.x ;)

Jump to post
  • Wed Mar 06, 2013 11:10 pm
  • Replies 3
  • Views 4635
DarkOrange Free Premium OpenCart Template

Free, premium Opencart Template - DarkOrange - Designed by ShopThemer.com - Download and Preview Buttons Bellow. It comes with: =>Custom Footer =>Nice Design =>Beautiful Colors =>Nice Textures Preview - Demo =====>>>> Download If you like this template and want to support and encourage me to create ...

Jump to post
  • Thu Feb 28, 2013 8:03 pm
  • Replies 3
  • Views 4635

Search found 1312 matches