Hello,
This is something we had encountered before and currently working/resolved on a separate site but the same fix is not working.
Basically the bullet image we have in our template is working everywhere else except for inside the blog body/component itself. We do see them when using the Easyblog Module though.
See this link for an example.
http://ccc.ccc
This post has bullet images not showing. Using the Chrome Dev tools - if we disable the part:
#eblog-wrapper li:after {
display: none;
They do show up throughout the page (including a few links on the toolbar)
On a working site:
See example: http://ccc.ccc
We added this to our template CSS and it seems to have resolved the problem. This does not work on the new site.
.blog-text ul>li:before {
display: inline-block !important;
}
The only difference we can think is that the template on the new site is responsive and running on Joomla 3.2 instead of the other site still being on 2.5.
Your assistance would be greatly appreciated.
Easyblog version: 3.9.15155
Joomla 3.2.1