Search found 234 matches

Search found 234 matches

Re: Remove Responsive code from admin pages? OC2302

I think we might be getting somewhere. ;D I downloaded the two files from the cache area - the ones marked test-100x100 and test-40x40. And they are both physically 800x1000 - which is the original file size. Not sure where I can see the source code that shows the 40x40? Do you mean edit the product...

Jump to post
  • Wed Nov 02, 2016 3:52 am
  • Replies 25
  • Views 1951
Re: Remove Responsive code from admin pages? OC2302

OK done. And I've got test-100x100 & test-40x40 ???

Jump to post
  • Tue Nov 01, 2016 5:07 pm
  • Replies 25
  • Views 1951
Re: Remove Responsive code from admin pages? OC2302

Thanks - but that code is already there :-\

Code: Select all

		foreach ($results as $result) {
			if (is_file(DIR_IMAGE . $result['image'])) {
				$image = $this->model_tool_image->resize($result['image'], 40, 40);
			} else {
				$image = $this->model_tool_image->resize('no_image.png', 40, 40);
			}

Jump to post
  • Sun Oct 30, 2016 8:19 pm
  • Replies 25
  • Views 1951
Re: Remove Responsive code from admin pages? OC2302

We are using OC2302 and Journal2 theme. We upgraded from OC156 to OC2302 & this was done by an OC Guru (not me) Before asking for help I have tried for 3 weeks to fix it. Including: Cleaning the image cache, theme cache and browser cache. No difference Removed all MODs. No difference Removed OC2...

Jump to post
  • Thu Oct 27, 2016 11:00 pm
  • Replies 25
  • Views 1951
Re: Invoice Print Error

Looks like you are right.

In Chrome, the mixed text in the headers has gone from Page 2, but the font size is really small.

Works fine in Firefox and MS Edge

Jump to post
  • Wed Oct 26, 2016 12:57 am
  • Replies 10
  • Views 1752
Re: Invoice Print Error

Thanks for answering :-)

Tried that. The site logo appears at the top & bottom of the 1st page now, and there is still a mix of text on the 2nd page..

Jump to post
  • Tue Oct 25, 2016 3:24 pm
  • Replies 10
  • Views 1752
Discounts in a table?

Hi. When the discounts are displayed on the product page, they look like this:

£xx
5 or more £xx
10 or more £xx
20 or more £xx

I'd like to change this so it is more like:

1+ 5+ 10+ 20+
£xx £xx £xx £xx

Can anyone point me in the right direction?

Jump to post
  • Tue Oct 25, 2016 2:07 pm
  • Replies 0
  • Views 415
Re: Invoice Print Error

I reported it as a bug but no response :-\

Jump to post
  • Tue Oct 25, 2016 1:51 pm
  • Replies 10
  • Views 1752
Re: Remove Responsive code from admin pages? OC2302

In the Admin/Products page, all of the images take up 1/2 the screen width. I can't see the text in the boxes to the right. If I resize the main browser window, the images reduce in size. This makes it very difficult to navigate. With >1000 products and 20 listed at a time, each image is a full scre...

Jump to post
  • Tue Oct 25, 2016 3:45 am
  • Replies 25
  • Views 1951
Re: SSL and SEO problem - OC 2.3.0.2

Have you switch on "Use SSL" in the Admin/Settings/Server page? And added it to your Catalog & Admin config files?

Jump to post
  • Mon Oct 24, 2016 11:54 pm
  • Replies 5
  • Views 1154
Re: Remove Responsive code from admin pages? OC2302

It says Version 54.0.2840.71 m. Installed your code OK. refreshed the Modifications, emptied the Chrome Cache, deleted the VQmod cache. Can't see any difference, but I'm not sure what this code is supposed to do?

Jump to post
  • Mon Oct 24, 2016 11:10 pm
  • Replies 25
  • Views 1951
Re: Remove Responsive code from admin pages?

Yes I'm using Chrome. What does this extension do? I can't see any changes once installed ???

Jump to post
  • Mon Oct 24, 2016 7:43 pm
  • Replies 25
  • Views 1951
Remove Responsive code from admin pages? OC2302

Is it possible to remove the responsive code for the Admin panel so I can fix the size of the images in admin product & option pages to make it usable? If so - how?

I have a problem with the displayed images in the Admin Products & Admin Options pages and it seems I cant get these fixed.

Jump to post
  • Mon Oct 24, 2016 5:43 pm
  • Replies 25
  • Views 1951
Re: Image Upload Issues - OC2302 - VQMOD!

Yeah - I checked the admin/extensions/theme image settings but can't see anything wrong with them.
VQMOD was installed from new, so there were no directories existing - so no old XML files in the Vqmod/xml directory.

It is the strangest fault I've seen. :-\

Jump to post
  • Sat Oct 15, 2016 4:51 pm
  • Replies 12
  • Views 961
Re: Image Upload Issues - OC2302 - VQMOD!

Appreciate you responding :-)

We're using a different theme from OC1.5.6. We have now got Journal2. I've checked all the image settings in the theme and can't see anything obvious.

The upgrade was done an Opencart expert.... Not me BTW.

Jump to post
  • Sat Oct 15, 2016 12:10 am
  • Replies 12
  • Views 961
Product Image Thumbnails?

If I look in my Image Cache, I can see products that only have 1 image in the main directory, but in the cache they get 3 or 4 at different resolutions. Why is this and what creates them?

Most are sized at 250x250 - which is way to big. Any ideas anyone?

Jump to post
  • Fri Oct 14, 2016 11:47 pm
  • Replies 0
  • Views 296
Re: Image Upload Issues - OC2302 - VQMOD!

No. This is with no MODs installed. Just adding VQMOD seems to cause the error. If I remove it - everything works OK.

Jump to post
  • Fri Oct 14, 2016 10:00 pm
  • Replies 12
  • Views 961

Search found 234 matches