Search found 9 matches

Page 1 of 1

Search found 9 matches

Re: pagination not working on mobile (works on desktop)

Hi Straightlight, "performance is also pretty slow with query loads" is another separate issue? also to do with the theme?

Jump to post
  • Wed Apr 15, 2020 2:18 am
  • Replies 6
  • Views 390
Re: pagination not working on mobile (works on desktop)

after some testing, the pagination will fail to work with any screen width of less than 768 pixels. Any ideas?

Jump to post
  • Wed Apr 15, 2020 1:56 am
  • Replies 6
  • Views 390
pagination not working on mobile (works on desktop)

Hi, I'm trying to figure out why pagination works on desktop mode and not on mobile (works on ipad, but not on my phone). I've refreshed all the cache (opencart and phone) and it doesn't help. If I change my desktop chrome browser to console mode and change it to mobile, it would not work. So I'm be...

Jump to post
  • Wed Apr 15, 2020 1:08 am
  • Replies 6
  • Views 390
Re: SSL insecure content - help required

;) i see, my bad. Worked like a charm. Thank you for everyone's help.

Jump to post
  • Mon Mar 23, 2020 3:44 pm
  • Replies 8
  • Views 855
Re: SSL insecure content - help required

maybe another relevant code is this found in the extension\module:

'module_oclayerednavigation_loader_img' => 'catalog/AjaxLoader.gif'

Does this somehow direct the image as an insecure image? what should i change this to?

Jump to post
  • Mon Mar 23, 2020 2:17 pm
  • Replies 8
  • Views 855
Re: SSL insecure content - help required

Hi, thanks for your reply. SSL is indeed working and i have tested it. I've narrowed down the issue to the ajax-loader, which somehow references the ajaxloader.gif using a http:// syntax. But I can't find this ajax-loader definition anywhere with an http:// code. Most of the instance of ajax-loader ...

Jump to post
  • Mon Mar 23, 2020 1:47 pm
  • Replies 8
  • Views 855
Re: SSL insecure content - help required

I've managed to fix one of the two errors, which was a hard coded picture file. I'm still stuck with the ajaxloader.gif, which I have boiled down that it is something to do with how this gif is loaded. I think this is the code: <div id="ajax-loader"> <img src="{{ loader_img }}" a...

Jump to post
  • Mon Mar 23, 2020 1:37 pm
  • Replies 8
  • Views 855
Re: SSL insecure content - help required

I believe I have all the config files setup properly, still have the same issues.

Code: Select all

// HTTP
define('HTTP_SERVER', 'http://www.decorporter.com/');

// HTTPS
define('HTTPS_SERVER', 'https://www.decorporter.com/');

Jump to post
  • Mon Mar 23, 2020 10:24 am
  • Replies 8
  • Views 855
[SOLVED] - SSL insecure content - help required

Recently bought an SSL package to finalize our store, but site remains insecure due to mixed content. After some research on this forum and using the suggested www.whynopadlock.com website, the issue seems to be with our theme extensions with some picture associations: An image with an insecure url ...

Jump to post
  • Mon Mar 23, 2020 2:38 am
  • Replies 8
  • Views 855

Page 1 of 1

Search found 9 matches