By Esteban Morales on Saturday, 11 January 2014
Posted in General Issues
Replies 4
Likes 0
Views 779
Votes 0
When i use easyblog and im going to write an article the apply button is not displaying properly.

The buttons articles and read more are not displaying properly either. for displaying this you need to log in, i already gave you user name and password
Hello,

Add this to your template's css file to fix this up,


body #ezblog-dashboard .dashboard-option >.float-r .buttons
{
text-shadow: none !important;
border-color: #AAAAAA #AAAAAA #999999 !important;
border: 1px solid #aaa !important;
}
#editor-xtd-buttons a
{
color: #666 !important;
}
·
Saturday, 11 January 2014 14:30
·
0 Likes
·
0 Votes
·
0 Comments
·
The button in the screenshot is not showing remember to get there you need to be logged in
·
Sunday, 12 January 2014 05:45
·
0 Likes
·
0 Votes
·
0 Comments
·
I added another button with the same issues
·
Sunday, 12 January 2014 06:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Add the block of css codes into your template's css file,


.toggle-editor a
{
color: #666 !important;
}


You should really contact the template club that created this Joomla template because it seems like it's messing up with everything from Joomla including the editor
·
Sunday, 12 January 2014 13:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post