Search found 1312 matches

Search found 1312 matches

Re: 2.0.1.0 released

@ Daniel - If you are referring to me...and why I didn't posted on GitHub..one of the motives is to not fall in the list you posted at the start of this page.
@ oceanmedianow - We still love Opencart...otherwise we won't be here.
@ JNeuhoff - Thank you for posting.

Jump to post
  • Thu Dec 04, 2014 6:54 pm
  • Replies 62
  • Views 40858
Re: 2.0.1.0 released

I have a question about OCMod. It works better than before but still...how can someone use it? Index is working?? Why if I get 3 results (or more) for the searched content, it works fine for the first line but for the rest, the code is being randomly inserted all over the file? <?xml version="1...

Jump to post
  • Thu Dec 04, 2014 5:34 am
  • Replies 62
  • Views 40858
Re: Remove 2nd menu bar

Hide it by editing stylesheet.css..around line 324 in the default template, add

Code: Select all

display:none;
to .bradcrumb

Jump to post
  • Tue Oct 21, 2014 12:51 am
  • Replies 3
  • Views 1601
Re: Opencart 2 - Log In with PayPal Modules

Those 2 must be provided by paypal. Enter in your paypal account.

Jump to post
  • Tue Oct 21, 2014 12:41 am
  • Replies 9
  • Views 5037
Re: Opencart 2 - Log In with PayPal Modules

You must take those 2 from your Paypal account.

Jump to post
  • Mon Oct 20, 2014 1:28 am
  • Replies 9
  • Views 5037
Re: navigation menu background image/color

Yes..you modify what I've told you to, on line 184. If you want it black...you put the line after the background-image or you delete background-image lines.

Jump to post
  • Sun Oct 19, 2014 7:33 pm
  • Replies 6
  • Views 2558
Re: Menu, Slideshow

If you explain more..maybe we can help you.

What do you want to achive? The menu adn slideshow are on.

Jump to post
  • Sat Oct 18, 2014 7:18 pm
  • Replies 1
  • Views 1115
Re: navigation menu background image/color

You have made the changes in the default template or another one?

Jump to post
  • Sat Oct 18, 2014 7:13 pm
  • Replies 6
  • Views 2558
Re: Extension installer

Did you configured the FTP?

Also..what kind of extension are you trying to upload? .ocmod.xml or .ocmod.zip?

Jump to post
  • Fri Oct 17, 2014 6:44 pm
  • Replies 20
  • Views 11344
Re: Seo URL's doesn't work!

upd2 - you write name.html
upd3 -this is how it is by default.

Jump to post
  • Fri Oct 17, 2014 6:42 pm
  • Replies 3
  • Views 1334
Re: why doesnt my site or admin load?

Who? With a non-working upgrade script?

Perhaps they imported thing manually..not with an upgrade from 1.5.6 to 2.0

Jump to post
  • Fri Oct 17, 2014 6:39 pm
  • Replies 7
  • Views 1708
Re: How to change margins along the sides of responsive them

You want to make the content wider?

In this case you can use media querries for certain screen sizes or use %(percentage) width for the container

Jump to post
  • Fri Oct 17, 2014 4:16 am
  • Replies 3
  • Views 1697
Re: echo $title; doesn't work

No..it's not a bug. You must edit that product/category/etc in admin and fill the "custom title" field.

It would be better if the custom title is empty, to show the normal title...but maybe in a future version of Opencart.

Jump to post
  • Fri Oct 17, 2014 4:13 am
  • Replies 2
  • Views 1465
Re: navigation menu background image/color

around line 180, change the background for #menu

Jump to post
  • Fri Oct 17, 2014 4:11 am
  • Replies 6
  • Views 2558
Re: Removing Shopping Cart Drop Down

Oh..this is the forum for 2.0.

For 1.5.x you should add

Code: Select all

display:none!important;
under

Code: Select all

#header #cart .content {
line

Jump to post
  • Thu Oct 16, 2014 5:56 am
  • Replies 7
  • Views 2757
Re: Removing Shopping Cart Drop Down

It shouldn't if you haven't change anything else. Can you post a link to your website?

L.E. - Wait a minute..what Opencart version are you using? It is 2.0, right?

Jump to post
  • Thu Oct 16, 2014 12:27 am
  • Replies 7
  • Views 2757
Re: Removing Shopping Cart Drop Down

in "stylesheet.css"...around line 166 you'll find

Code: Select all

#cart .dropdown-menu {
Under it, add

Code: Select all

display: none!important;
to just hide the dropdown. If you want to completely remove it..more changes are needed.

Jump to post
  • Wed Oct 15, 2014 9:49 pm
  • Replies 7
  • Views 2757
Re: Theme

Probably you will get the answer soon. Are you sure that the extension doesn't show in your account?

Jump to post
  • Wed Oct 15, 2014 9:47 pm
  • Replies 1
  • Views 1385
Re: How to change default body background in frontend?

you just add the background code under the body tag in stylesheet.css. It works just like on older opencart versions.

Jump to post
  • Wed Oct 15, 2014 9:41 pm
  • Replies 2
  • Views 1814

Search found 1312 matches