MMMedia VIP
Total posts: 16
12 Feb 2014 10:07

In the administrator portion of the Emerald 9 component the icons for checkin/checked out and status (published, unpublished) are not displaying.

Last Modified: 18 Aug 2014


Sergey
Total posts: 13,748
12 Feb 2014 23:41

This is probably template issue. You will give me access in the other topic and I'll check that too.


Toolie VIP
Total posts: 5
18 Aug 2014 02:35

Hi Sergey,

I am having the same no-button problem; can you give me a clue where to check to fix this? Here's just part of one screen:

Here are my system details.

Template: JSN Epic by Joomlashine

PHP Built On Linux Wed Jun 18 12:56:52 CDT 2014 x86_64
Database Version 5.5.37-35.1
Database Collation utf8_general_ci
PHP Version 5.4.29
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.3.3 Stable [ Ember ] 25-July-2014 13:00 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko

Thanks in advance,

Toolie


Sergey
Total posts: 13,748
18 Aug 2014 04:36

When did you updated Emerald last?


hakana VIP
Total posts: 425
18 Aug 2014 04:41

Your answer is here:

Activate mootols: http://www.mintjoomla.com/support/community-forum/user-item/3923-hakana/52-emerald-9/4274-buttons-dont-work.html Check any plugin that prevents the loading of mootols.

For the icons please add to your template:

/* Glyphicons */
.icon-publish{ 
    background-position:-288px 0;
}
.icon-unpublish,.icon-cancel{
    background-position:-312px 0; 
}
.icon-menu{
    background-position:-264px 0px;
}
.icon-checkedout{
    background-position:-287px -24px;
}

;-)

Powered by Cobalt