Search found 2376 matches

Search found 2376 matches

Re: Navbar menu buttons don't work when there is a submenu

In catalog/view/theme/YOUR_THEME/template/common.header.tpl find this <li class="dropdown"><a href="<?php echo $category['href']; ?>" class="dropdown-toggle" data-toggle="dropdown"><?php echo $category['name']; ?></a> Change it to this <li class="dropdown...

Jump to post
  • Sat Jan 16, 2016 11:54 pm
  • Replies 2
  • Views 1013
Re: header.tpl modification but doesn't work..

Have you refreshed your cache ?
If not goto BO/extensions/modifications and click the refresh button top right

Jump to post
  • Sat Jan 16, 2016 4:50 am
  • Replies 6
  • Views 1027
Re: journal template

I take it you have edited the config.php files to point to server details instead of localhost details

Jump to post
  • Fri Jan 15, 2016 6:19 am
  • Replies 6
  • Views 803
Re: journal template

Have you checked to make sure all folders were uploaded properly

Jump to post
  • Fri Jan 15, 2016 5:10 am
  • Replies 6
  • Views 803
Re: How to remove Gmail warning

If you hover over the SMTP hostname in mail settings it says to add "tls://", before your hostname, if security connection is required.
Maybe worth a try!!

Jump to post
  • Fri Jan 15, 2016 4:57 am
  • Replies 5
  • Views 831
Re: missing config.php

No worries, we were all newbies once ;D

Jump to post
  • Thu Jan 14, 2016 9:00 pm
  • Replies 3
  • Views 1864
Re: Help installing a theme

What folder have you installed opencart to ??

If its 999gear.com/shop(or upload or store or whatever you have called your opencart) then you need to go into ....

999gear.com/shop/catalog/view/theme and upload your new theme named folder there

Is that theme compatible with opencart 2 versions ???

Jump to post
  • Thu Jan 14, 2016 4:12 am
  • Replies 4
  • Views 477
Re: missing config.php

YES you rename them both to config.php

there are installation instructions in the install.txt file

Jump to post
  • Thu Jan 14, 2016 3:40 am
  • Replies 3
  • Views 1864
Re: remove the shopping cart and the checkout in the header

You could just comment them out from the catalog/view/theme/YOUR-THEME/template/common/header.tpl

What version of OC and a link to your site will also be of help

Jump to post
  • Wed Jan 13, 2016 4:46 am
  • Replies 3
  • Views 734
Re: Slideshow shows all pictures instead of animating

Your probably best to get hold of developer as a couple of other people are having problems with the slider as well

Jump to post
  • Wed Jan 13, 2016 3:15 am
  • Replies 34
  • Views 2294
Re: Contact Us Issue on Site

There is no form to fill out

Jump to post
  • Wed Jan 13, 2016 2:28 am
  • Replies 2
  • Views 254
Re: Footer Text Alignment

In your footer.tpl file you have <div class="row footer-area"> <div class="col-sm-2"> <h5>Information</h5> <ul class="list-unstyled"> <li><a href="http://www.little-you.co.uk/about-us">About Us</a></li> <li><a href="http://www.little-you.co.uk/delivery-in...

Jump to post
  • Tue Jan 12, 2016 2:02 am
  • Replies 12
  • Views 1469
Re: Change "Related Products" name

It should be in catalog/language/YOUR-LANGUAGE/product/product.php

Jump to post
  • Tue Jan 12, 2016 1:37 am
  • Replies 4
  • Views 1369
Re: Added new language and now stuck

Have you gone into bo/extensions/modifications and clicked refresh ?

Jump to post
  • Fri Jan 08, 2016 1:52 am
  • Replies 1
  • Views 202
Re: Opencart product page layout not modifying

Have you gone into BO/extensions/modifications and clicked the refresh button ??

Jump to post
  • Thu Jan 07, 2016 3:46 am
  • Replies 2
  • Views 680
Re: How To Rename Store URL

I would assume you have to change the config.php and admin/config.php

Please make a back-up first though just in case ;D

Jump to post
  • Wed Jan 06, 2016 1:36 am
  • Replies 1
  • Views 395
Re: Slideshow/Banners

You will then need to goto System/design/layouts and edit the places you want the banner to show and add it in there

Jump to post
  • Tue Jan 05, 2016 4:53 am
  • Replies 1
  • Views 199
Re: Changing Discount Wording

You would need to add $_['text_buy'] = 'Buy '; $_['text_each'] = ' each'; to language/YOUR_LANGUAGE/product/product.php Then add $data['text_buy'] = $this->language->get('text_buy'); $data['text_each'] = $this->language->get('text_each'); to catalog/controller/product/product.php then change <li><?p...

Jump to post
  • Tue Jan 05, 2016 1:33 am
  • Replies 2
  • Views 556
Re: how to set background image on default theme 2.0.3.1

You could try adding a background to #content in theme/YOUR_THEME/stylesheet/stylesheet.css around line 312
change this:

Code: Select all

#content {
	min-height: 600px;
}
to this:

Code: Select all

#content {
	min-height: 600px;
   background: rgba(255,255,255,0.95);
}

Jump to post
  • Fri Jan 01, 2016 11:11 pm
  • Replies 2
  • Views 242
Re: Module shortcut

Hiya pprmkr and thanks for the quick reply That works but...i shall explain what i am trying to achieve... I am using html module in admin to leave messages for another admin. I can leave a message in the message box and click save and all is good, if i goto extensions/modules then choose the html m...

Jump to post
  • Fri Jan 01, 2016 7:40 pm
  • Replies 2
  • Views 584

Search found 2376 matches