Jump to content

No icons showing after upgrade to 1.6.0.x


Recommended Posts

Hi all

 

I recently upgraded my shop to several versions of 1.6.0.x, latest one I tried was .14

Since those upgrades, from 1.6.0.3 (if I remember correctly) to 1.6.0.9 I don't have any icons displayed in my store:

- follow us icons(Facebook...)

- cart icons

- language and currency icon for scroll down...

- just all of them

 

I'm using default template, tried to rollback, install, restore folders and DB... Nothing works

 

Any idea?

 

Url: ps.min-goo.com

post-879301-0-38738700-1427091001_thumb.jpg

Link to comment
Share on other sites

This is the default one, I mainly disabled a lot of modules from it and made couple of other changes only.

 

My guess are:

- by restoring the database, I forced wrong path for fontawesome icons: I didn't find any data related to path for fontawesome

- one of my few css changes are not compatible with 1.6.0.9 and above: I checked and restored some of them without success

- one configuration file from the theme is targeting icons into old folder: can't find anything for this..

Link to comment
Share on other sites

  • 4 months later...

kikidonc how did you solve this? I know my problem is with the global.css file, all the css for font awesome seems to be missing the references, e.g

 

.icon-bullhorn:before {

  content: ""; }
 
.icon-bell:before, .icon-bell-alt:before {
  content: ""; }
 
.icon-certificate:before {
  content: ""; }
 
.icon-hand-o-right:before, .icon-hand-right:before {
  content: ""; }
 
.icon-hand-o-left:before, .icon-hand-left:before {
  content: ""; }
 
.icon-hand-o-up:before, .icon-hand-up:before {
  content: ""; }
 
.icon-hand-o-down:before, .icon-hand-down:before {
  content: ""; }
 
.icon-arrow-circle-left:before, .icon-circle-arrow-left:before {
  content: ""; }
 
.icon-arrow-circle-right:before, .icon-circle-arrow-right:before {
  content: ""; }
 
.icon-arrow-circle-up:before, .icon-circle-arrow-up:before {
  content: ""; }
 
.icon-arrow-circle-down:before, .icon-circle-arrow-down:before {
  content: ""; }
 
.icon-globe:before {
  content: ""; }
 
.icon-wrench:before {
  content: ""; }
 
.icon-tasks:before {
  content: ""; }
 
I have replaced some by comparing it to a backup global.css of 1.6.0.9 but cannot go through 1000+ lines of css to put in the correct \f reference.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...