Advertisement:

Author Topic: 3.2.1-3.2.2 Upgrade Issue  (Read 1438 times)

nootkan

  • Sr. Member
  • ****
  • Posts: 259
3.2.1-3.2.2 Upgrade Issue
« on: November 25, 2013, 08:37:49 am »
After upgrading to 3.2.2 I no longer see any of the icons associated with the compact menu and category gui in admin.  Any ideas?  I cannot seem to find where they may be in oc-admin.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: 3.2.1-3.2.2 Upgrade Issue
« Reply #1 on: November 25, 2013, 11:20:53 am »
Could you take an screenshot?

Also, with chrome's console or firefox's firebug you could right-click on the icon and select "inspect element" to know the css rules/html and see if anything is missing

Thanks

nootkan

  • Sr. Member
  • ****
  • Posts: 259
Re: 3.2.1-3.2.2 Upgrade Issue
« Reply #2 on: November 25, 2013, 07:32:56 pm »
Here are a couple of screenshots to show what I mean and the css taken from firebug for the compact menu.  I haven't made any changes to the css so not sure what to look for.

Code: [Select]
body.compact #sidebar h3 .ico {
    margin-left: 8px;
    width: 35px;
    height: 35px;
}
#sidebar h3 .ico {
    margin-left: 16px;
}
body.compact .ico-appearance {
    background-position: -192px -315px;
}
.ico-48 {
    width: 48px;
    height: 48px;
    display: block;
    padding: 0px;
}
.ico-appearance {
    background-position: -48px -96px;
}
.ico {
    text-indent: -99999px;
    background-repeat: no-repeat;
}
.ico, .status-expanded, .status-collapsed {
    background-image: url("../images/split.png") !important;
}
#sidebar, #sidebar a {
    color: rgb(71, 71, 73);
}
a {
    color: rgb(1, 139, 227);
}
body.compact #sidebar h3 {
    text-indent: -9999px;
    font-size: 0px;
}
#sidebar h3 {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
#sidebar .oscmenu li, #show-more li {
    list-style: none outside none;
}
ul, ol {
    list-style: none outside none;
}
body {
    font-family: "Helvetica Neue","HelveticaNeue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}



_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: 3.2.1-3.2.2 Upgrade Issue
« Reply #3 on: November 25, 2013, 07:39:44 pm »
Hi

Clean the cache of your browser maybe you're pulling the old css file

nootkan

  • Sr. Member
  • ****
  • Posts: 259
Re: 3.2.1-3.2.2 Upgrade Issue
« Reply #4 on: November 26, 2013, 04:17:30 am »
Nope that wasn't it.

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Re: 3.2.1-3.2.2 Upgrade Issue
« Reply #5 on: November 26, 2013, 10:51:22 am »
Re-upload the files of 3.2.2

nootkan

  • Sr. Member
  • ****
  • Posts: 259
Re: 3.2.1-3.2.2 Upgrade Issue
« Reply #6 on: November 26, 2013, 06:36:49 pm »
I figured it out.  It was the rich edit plugin.  As soon as I disabled it all my icons returned.