By Adam Garbiński on Wednesday, 22 January 2014
Posted in Technical Issues
Replies 6
Likes 0
Views 629
Votes 0
Hello,

I am unable to display bullets inside blog post. They show up in editor but once posted disappear (not visible on front end).
EasyBlog version 3.8.14635
Joomla version 2.5.11

Regards,
Adam Garbinski
Hi Adam,

We are so sorry for this delayed respond. We already inspected your site and referring to this post, your bullets is showing, see the attachment:
http://www.3mamcukier.pl/index.php/blog/entry/ciasto-szwedzkie-z-maka-owsiana

Please let us know if you need further assistance on this issue, thank you and have a good day!
·
Wednesday, 22 January 2014 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ikram,

Bullets you can see in this blog post were added manually via editor options. So for each bullet we have to pick a special character and insert it... Not an optimal user experience.
To reproduce the issue please CREATE new post and then ADD some text in it and use bullets. You will see the bullets in editor but once you post it you will see them no more.
Please help.

Cheers,
Adam
·
Wednesday, 22 January 2014 14:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adam,

Oh, I see, let me inspect more. Hold on sir.
·
Wednesday, 22 January 2014 15:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adam,

I already inspected it again, and found that your Joomla template styling already reset the UL styling, please check this styling at line 235:
joomlafolder/templates/3mamcukierwide/css/template.css
ul
{
list-style-type: none;
}


We have 2 options to fix this issue:
1. Remove the above styling
2. Add this styling to the bottom of the source code to make the bullet appear:
.blog-text ul
{
list-style-type: disc;
}


Hope this will help, please let me know if you need further assistance. Thank you.
·
Wednesday, 22 January 2014 15:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ikram,

Thanks for fast response. I use Artisteer generated theme, it must be some kind of bug in there (bullets are visible in Artisteer builder). I will contact their support to resolve that issue and get back to you as soon as I know something.

Regards,
Adam
·
Wednesday, 22 January 2014 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Adam,

You're welcome. Please let us know if you need any help on this issue.

Thank you and have a great day ahead.
·
Wednesday, 22 January 2014 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post