By Skyla Services on Tuesday, 31 December 2013
Posted in Technical Issues
Replies 5
Likes 0
Views 1.3K
Votes 0
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
Hello Scott,

So sorry for the delay in getting back to you. I have added the fix for you in EasyBlog common.css file. We will have to review the codes for this. We will add a real fix next release Hope this helps.

Thanks!
·
Tuesday, 31 December 2013 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Scott,

So sorry for the delay in getting back to you. Please try this CSS codes instead
#eblog-wrapper .blog-text li:before {
display: inline-block;
}

Hope this helps.

Thanks!
·
Tuesday, 31 December 2013 00:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Thanks for your quick reply

I've added the code you've provided to the "template.css" file of the template used with no luck, I've also tried adding the "!important" code and unfortunately still no bullet points to be seen.

Any other ideas, thanks for your help!
·
Tuesday, 31 December 2013 01:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Many thanks once again Adelene for the great support
·
Tuesday, 31 December 2013 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Scott, glad that your issues are resolved now.
·
Tuesday, 31 December 2013 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post