Tracy Perry
Customer
Thanks to @Steve going out of his way to help solve this.
If you happen to use Better Blogs with xenFoogle Pro you will find that you have two "Create Entry" buttons present.
The simple solution is to include in EXTRA.css (or define an include for a separate template in EXTRA.css that includes your special add-on CSS edits) the following code:
Result - you no longer have two buttons. The _home was the original one we found, but after playing around I found that you had to add _index and _list there also. So far those are the only additional ones I have found. If I find more, I will update this post.
If you happen to use Better Blogs with xenFoogle Pro you will find that you have two "Create Entry" buttons present.
The simple solution is to include in EXTRA.css (or define an include for a separate template in EXTRA.css that includes your special add-on CSS edits) the following code:
Code:
/* Better Blogs by Rigel */
.xfa_blog_list aside .topCtrl, .xfa_blog_index aside .topCtrl, .xfa_blog_home aside .topCtrl
{
display: none;
}
.titleBar .topCtrl
{
margin-top: -25px;
}