Editor icon is not shown in frontend when...

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri May 14, 2010 4:12 pm
Editor icon is not shown in frontend when I turn off all icons like email, print,PDF.

I need a fix for this as now I cannot edit any articles from the frontend unless I show at leased one of the email, print,PDF to be able to see the editor icon

Thanks
User avatar
Fresh Boarder

GK User
Sun May 23, 2010 11:45 pm
Hello,

I do need a solution for this ! As it has been a week now since I posted would be nice to get a feedback
User avatar
Fresh Boarder

teitbite
Mon May 24, 2010 1:02 pm
Hi

The way of making it work is to enable at least one of icons and than remove it from site using css

Code: Select all
display:none;


Please show me Your page with icons and I'll tell You exacly what to add to css.


PS: This is not a bug. Just the plugin adding edit icon has not suspected that the field for icons can not be displayed when no icons are selected.
User avatar
Moderator

GK User
Tue Jun 08, 2010 4:11 pm
Code: Select all
.buttonheading {
   float: right;
   padding-left: 4px;
   display: none;
}

Thank you. It works fine for me now. I changed the joomla.css file :D
User avatar
Fresh Boarder


cron