Search found 1967 matches

Search found 1967 matches

Re: missing icons

clothing101 wrote:
Fri May 04, 2018 8:05 am
Seems to only be an issue with the mobile version. Desktop looks fine.
I don't see the problem on mobile. Could you take a screenshot?

Jump to post
  • Sat May 05, 2018 11:22 pm
  • Replies 5
  • Views 1113
Re: How to disable Banner resizing?

Could you provide your site URL so we can take a look at the problem closer?

Jump to post
  • Sat Aug 12, 2017 12:39 am
  • Replies 1
  • Views 988
Re: How to edit footer links for opencart 3.0

You may like my extension Live Theme Editor to customize copyright text. No need to know about code.

Jump to post
  • Tue Jul 25, 2017 2:41 pm
  • Replies 22
  • Views 57715
Re: my error log while upgrading

It seems that your existing site has theme or extensions which are not compatible with OpenCart 3. You should confirm this problem with extension developer.

Jump to post
  • Fri Jul 21, 2017 9:57 am
  • Replies 3
  • Views 1720
Re: Keep top dropdown menu only in mobile version

To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 1024px) {
	#menu {
		display: none;
	}
}

Jump to post
  • Tue Jun 06, 2017 8:57 pm
  • Replies 7
  • Views 3332
Re: Keep top dropdown menu only in mobile version

Are you using the default theme or a custom theme? I can make a custom code for this.

Jump to post
  • Mon Jun 05, 2017 10:33 pm
  • Replies 7
  • Views 3332
Re: How to remove 'refine your search' fields?

Jonas92 wrote:
Wed May 31, 2017 3:56 pm
good, but I can see there are many more features, but I do not need them so much :). I just need to remove the unnecessary fields. It may be possible to simply erased all of the code at some point in the file that he go away ?
Yes. Could you provide your site URL so I can take a look at it closer?

Jump to post
  • Thu Jun 01, 2017 9:58 am
  • Replies 6
  • Views 2842
Re: LOGO SMALL & DISTORTED WHEN UPLOADED

To fix this problem you can install my free extension Custom CSS and add below code

Code: Select all

.logo-store img {
  width: auto !important;
}

Jump to post
  • Sat May 27, 2017 10:46 pm
  • Replies 3
  • Views 976
Re: Tag line not show on product page...

I have just made a extension to do that. You can download it here https://www.dropbox.com/s/5ufggo3di60nl ... d.xml?dl=0

Jump to post
  • Thu May 25, 2017 10:41 pm
  • Replies 1
  • Views 576
Re: LOGO SMALL & DISTORTED WHEN UPLOADED

Could you provide your site URL so we can take a look at the problem closer?

Jump to post
  • Thu May 25, 2017 10:35 pm
  • Replies 3
  • Views 976
Re: Custom theme and CSS

You can use my free extension Custom CSS to add your CSS.

Jump to post
  • Wed May 24, 2017 10:13 am
  • Replies 2
  • Views 9195
Re: How do I increase the size of the store logo?

Maybe your theme causes this problem. Could you provide your site URL so we can take a look at the problem closer?

Jump to post
  • Fri May 19, 2017 9:12 pm
  • Replies 13
  • Views 6880
Re: mobile layout different to desktop

I see that your site looks like your idea. Have you solved this problem?

Jump to post
  • Fri May 19, 2017 9:09 pm
  • Replies 2
  • Views 1865
Re: Opencart 2.3.0.2 webshop is not running under IE11

It seems that your theme is not compatible with IE11. You should contact the theme provider to take a look at this problem.

Jump to post
  • Fri May 19, 2017 9:08 pm
  • Replies 1
  • Views 558
Re: [Solved] Fixed header and Notification bar

I have made a OCMOD extension according to the sarthakinfotech's sarthakinfotech. You can download it here https://www.dropbox.com/s/4cyc4a97ox6zn ... d.xml?dl=0. This will prevent from loosing the change when you update OpenCart :)

Jump to post
  • Fri May 19, 2017 12:00 pm
  • Replies 14
  • Views 17946
Re: 4 products in row plus best sellers column to right column

Could you provide your site URL and an admin account so I can take a look at the problem closer?

Jump to post
  • Fri May 19, 2017 10:04 am
  • Replies 1
  • Views 576
Re: Paypal Express Button White Background, Remove or Transparent?

To fix this problem you can install my free extension Custom CSS and add below code

Code: Select all

.checkout-cart .panel {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

Jump to post
  • Fri May 19, 2017 10:01 am
  • Replies 5
  • Views 3934

Search found 1967 matches