UI Issues and Sales Report Images #276

Closed
opened 2026-06-29 08:37:36 +00:00 by rob · 0 comments
Owner

For the UI issues.

  1. Mixed Content Error
  • Impact: Mixed content errors pose significant security risks and affect website credibility, potentially impacting SEO and user experience. These errors occur when HTTPS webpages contain resources loaded over HTTP, compromising the security and integrity of the site.

  • Cause: Google Font is on http domain.

  • Solution: I search all the template to replace it with https. There are other templates that commented out the google font but that is sill loaded so I removed them on the code. There are old files that may have updated also but that will make sure that we get rid of the problem even the old files will be used again.

google-font-error

  1. Uncaught Syntax Error on Report Pages.
  • Impact: May impact user experience and the code will have no effect because it was supposedly CSS file but added as Javascript File.

  • Cause: This might be a developer error added CSS as javascript.

  • Solution: Files added as stylesheet.

uncaught-syntax-error

Image Issues on Sales Report Page.

  1. Fixes
  • Make sure that all images should point to the current instance because right now images are coming from zeneroe instance
  • If product has no image yet, we added default image.
  • We leave as is for those product that has broken images.
**For the UI issues.** 1. Mixed Content Error - **Impact:** Mixed content errors pose significant security risks and affect website credibility, potentially impacting SEO and user experience. These errors occur when HTTPS webpages contain resources loaded over HTTP, compromising the security and integrity of the site. - **Cause:** Google Font is on http domain. - **Solution:** I search all the template to replace it with https. There are other templates that commented out the google font but that is sill loaded so I removed them on the code. There are old files that may have updated also but that will make sure that we get rid of the problem even the old files will be used again. ![google-font-error](/uploads/02447e9213a43ae301c615cbdc6c504b/google-font-error.png) 2. Uncaught Syntax Error on Report Pages. - **Impact:** May impact user experience and the code will have no effect because it was supposedly CSS file but added as Javascript File. - **Cause:** This might be a developer error added CSS as javascript. - **Solution:** Files added as stylesheet. ![uncaught-syntax-error](/uploads/9f1cfb935a5e23f0b2e3580df757c848/uncaught-syntax-error.png) **Image Issues on Sales Report Page.** 1. Fixes - Make sure that all images should point to the current instance because right now images are coming from zeneroe instance - If product has no image yet, we added default image. - We leave as is for those product that has broken images.
rob added the Completed label 2026-06-29 08:37:36 +00:00
rob closed this issue 2026-06-29 08:37:36 +00:00
Sign in to join this conversation.
No Label Completed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rob/pms3#276