Hi,
today i figured out, that an orange icon is overlaying my blog grid: http://blog.lichttraeumer.de/blog/
This night, the wordpress does the update to 3.9.1 and i update also my FooBox plugin.
Is the overlaying a Enfold or an FooBox problem … ?
BR,
Martin
Hey mwolfert!
I cannot see an orange icon – http://i.imgur.com/LafWGxM.png
Have you already fixed the issue? If not, please post a screenshot and show the issue
Regards,
Yigit
Hi Ygit,
pls look here: http://blog.lichttraeumer.de/download/enfold_1.jpg
This overlay circles appearing with
Safari on Mac (also after deleting the cache)
Chrome & Firefox on Linux (Ubuntu)
but not with:
Firefox on Mac
Firefox & IE on WIN
This is really strange :)
Any fix for this? I have the same thing.
Good Morning,
for testing proposals i deactivated the FooBox plugin, without changing the issue.
So, we can exclude the FooBox plugin from this issue.
Regards,
Martin
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.fallback-post-type-icon {
display: none;
}
I have reported the issue.
Best regards,
Yigit
Good Morning,
thx for your answer, but this doesn’t fix the issue on my side.
As i work with a child theme, i put the code also in the child’s custom.css
Best regards,
Martin
Hey guys,
and new idea, to fix the problem ?
Regards,
Martin
Hey!
Please add the code to bottom of Style.css file of your child theme in Appearance > Editor also try adding !important rule as following
span.fallback-post-type-icon {
display: none !important;
}
Please flush browser cache after applying the code
Best regards,
Yigit
Hey,
now it works for me, thx.
The reason for this issue was … ? :)
Regards,
Martin