Looking at Listings in /create-edit-your-listing?view=managecompanies, I am used to seeing the following icons to the right of each listing record:
- Publish / Unpublish (la-ban)
- Edit (la-pencil)
- Preview (la-eye)
- Delete (la-trash)
Where are the switches or configs that ensure these icons are always available?
Chris
Think there is some conflict with css of line-awesome.css files and other css liberaries there.. I had to add manually all these settings before as I remembered.
Example:
.la-shopping-cart::before {
content: "\f07a";
}
I had to make custom to:
.la-shopping-cart::before {
content: "\f07a" !important;
}
To change to the colour etc I wanted.
The icons should be always visible unless there is a conflict with the template or another extension.
There is no setting for the icons.