By Ian Molyneux on Saturday, 21 March 2015
Posted in Technical Issues
Likes 0
Views 857
Votes 0
Hello Easy,

using Gavik Pro template and Joomla 3, with Easyblog.

Basically; lists don't seem to work properly in JCE. They work on normal Joomla articles but not on blog posts

If we click the list button in JCE, nothing happens. If we select circle or square bullet points, the bullet point appears in the left margin of the content and does not indent the text.

Any thoughts?

http://www.laughology.co.uk/blog
Hello Ian,

I am really sorry for the delay of this reply as it is a weekend for us here. May I know which particular post that contains these bullets but not appearing on the blog post? This is probably some css conflicts somewhere on the template's css level but if you can provide me with the direct link to the post, I could quickly craft out a css code that you can use to fix this.
·
Sunday, 22 March 2015 04:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark.

I have put bullet points in this blog http://www.laughology.co.uk/blog/entry/happy-thinking-power-posing - which don't show up and the numbers list doesn't seem to format properly.

I have a attached a jpg of where the bullets should be.

Ian
·
Sunday, 22 March 2015 20:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ian,

I am really sorry for the delay of this reply as it is a weekend for us here. It looks like your template is actually resetting the list items as you can see here, http://screen.stackideas.com/2015-03-23_0314.png .

To fix this, what you could do is to add the block of css codes below into your template's css file,


.blog-text ul li {
list-style: disc;
padding-left: 20px;
}


However it would be best that you contact your template provider to get them to address this issue since they really shouldn't be resetting these ul styles.
·
Monday, 23 March 2015 03:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

Thanks for the reply. I will contact the template people - but it only happens inside Easyblog posts?
Could there be a reason for that?
·
Monday, 23 March 2015 03:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ian,

Perhaps what they did was to reset all the "UL" styles but only re-apply the "UL" styles on known extensions from the articles in Joomla. It would be best to consult this with them so that this issue doesn't re-occur whenever you update the template
·
Monday, 23 March 2015 04:31
·
0 Likes
·
0 Votes
·
0 Comments
·
I have the same problem. I'll try the solution, but I doubt that it's the templater company's fault.
·
Sunday, 24 April 2022 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
The reason I doubt it's the overall site template is because this only started with the upgrade of EasyBlog. In any event, the CSS modification your recommended did not work. So what can I do now to fix this?
·
Sunday, 24 April 2022 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can start a new thread on our forum regarding this issue, so we can investigate this issue on your site.

Just for your information, I have locked and marked this thread as resolved to avoid confusion in the future. Please start a new thread if you have any other issues in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Monday, 25 April 2022 13:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post