Edit-Bar buttons are gone
Permalink
Hello.
I am working with the 5.7.5.4
Suddenly I miss all the buttons of my edit-bar (see the attachment)?
Unfortunately there are working some guys with the homepage and I can`t say what was done during the last days ...
Has anybody any idea how I can get back the buttons?
inklusion-vernetzt.org
Greetings and thanks
Jürgen
I am working with the 5.7.5.4
Suddenly I miss all the buttons of my edit-bar (see the attachment)?
Unfortunately there are working some guys with the homepage and I can`t say what was done during the last days ...
Has anybody any idea how I can get back the buttons?
inklusion-vernetzt.org
Greetings and thanks
Jürgen
Hello MrKDilkington.
Thanks for your hint with font-awesome.
After some hours I found the problem ... I`ve made a small CSS change.
a = font-family tahoma
So the buttons tried to use Tahoma instead of font-awesome!
Thanks for your hint with font-awesome.
After some hours I found the problem ... I`ve made a small CSS change.
a = font-family tahoma
So the buttons tried to use Tahoma instead of font-awesome!
I always use 'wrapper' class to stop theme interfering with C5.
Example:
Then add '.wrapper', example:
Example:
<div class="<?php echo $c->getPageWrapperClass()?>"> <div class="wrapper">.....</div></div>
Then add '.wrapper', example:
.wrapper a {font-family: Tahoma}
Thanks, now everything works fine.
Excellent news.
You are missing the Font Awesome icons in your Content block menu bar.
When you add or edit content with the Content block, are there any errors in your browser console?
"Unfortunately there are working some guys with the homepage and I can`t say what was done during the last days ..."
Were these people users or developers/designers? Have you asked them what changes they made?