Logo

Office Address

123/A, Miranda City Likaoli
Prikano, Dope

Phone Number

+0989 7876 9865 9

+(090) 8765 86543 85

Email Address

info@example.com

example.mail@hum.com

How to fix OpenCart missing icons problem

Very simple solution to fix the icon missing problem in opencart which is due to domain address. The issue is caused due to cross-domain policies for example :
If you access blazingcoders.com and it might be working but if you access www.blazingcoders.com then it will show messy icons it’s just due to HTTP_SERVER point location.

So you can fix by changing config.php opencart root folder.

// HTTP
define(‘HTTP_SERVER’, ‘https://www.blazingcoders.com‘);

// HTTPS
define(‘HTTPS_SERVER’, ‘https://www.blazingcoders.com‘);

config.php – OpenCart admin folder
// HTTP
define(‘HTTP_SERVER’, ‘https://www.blazingcoders.com/admin/‘);
define(‘HTTP_CATALOG’, ‘https://www.blazingcoders.com/‘);

// HTTPS
define(‘HTTPS_SERVER’, ‘https://www.blazingcoders.com/admin/‘);
define(‘HTTPS_CATALOG’, ‘https://www.blazingcoders.com/‘);

After configuration please do check that your .htaccess file is configured properly like this.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ HTTP://www.%{HTTP_HOST}/$1 [R=301,L]

This will help you to sort out your problem in Opencart bootstrap version icon or font awesome missing issue.

Tags

  • Opencart Icon Issue

  • Opencart Icon missing

  • Font awesome icons missing

  • Font awesome icons missing Issue

Related Posts

How to fix OpenCart missing icons problem, Font awesome icons missing Issue

Fireworks vs Photoshop – Where to use what?

It’s over the years that we heard about the Adobe Photoshop. It was a new software that helped

Read More
How to fix OpenCart missing icons problem, Font awesome icons missing Issue

SEO vs. Paid Ads: Which Strategy Delivers Better Results?

The long-running argument between SEO (Search Engine Optimization) and paid advertisements is still

Read More
H

Hire Software, Mobile and Automation Tester Hyderabad

Blazingcoders in Hyderabad provides a wide range of service in Software testing with includes, Autom

Read More