Post by lawsonian » Tue Jul 12, 2016 2:51 pm

Anyone knows how to fix that? :( :(

Thanks.

Attachments

Screenshot_1.png

Screenshot_1.png (79.95 KiB) Viewed 458 times


Newbie

Posts

Joined
Fri Jun 10, 2016 1:34 pm

Post by impairedspook » Tue Jul 12, 2016 4:11 pm

Hi lawsonian,

The font awesome icons generally will display as squares when you go to your site using a different URL that is specified in your config files... example, if your config file has

Code: Select all

define('HTTP_SERVER', 'http://www.example.com/');
but your visit your site using

Code: Select all

http://example.com
You will see the squares instead of the proper icons

You want to check config.php in your home directory along with admin/config.php. I would recommend deciding on a URL (with or without www), making sure both config files specify what you have decided to use and then setup a 301 redirect to redirect the URL you are not using to the one you have decided on...

Hope this helps :)

(Sorry copied and pasted answer from one of my previous posts, this refers to your main store but will be the same logic for the admin side...)

Active Member

Posts

Joined
Sat Apr 26, 2014 4:44 am

Post by lawsonian » Tue Jul 12, 2016 7:12 pm

impairedspook wrote:Hi lawsonian,

The font awesome icons generally will display as squares when you go to your site using a different URL that is specified in your config files... example, if your config file has

Code: Select all

define('HTTP_SERVER', 'http://www.example.com/');
but your visit your site using

Code: Select all

http://example.com
You will see the squares instead of the proper icons

You want to check config.php in your home directory along with admin/config.php. I would recommend deciding on a URL (with or without www), making sure both config files specify what you have decided to use and then setup a 301 redirect to redirect the URL you are not using to the one you have decided on...

Hope this helps :)

(Sorry copied and pasted answer from one of my previous posts, this refers to your main store but will be the same logic for the admin side...)
Thanks!

Newbie

Posts

Joined
Fri Jun 10, 2016 1:34 pm
Who is online

Users browsing this forum: No registered users and 187 guests