Advertisement:

Author Topic: [Solved] RichEdit - no formatting  (Read 938 times)

spevoli

  • Jr. Member
  • **
  • Posts: 83
[Solved] RichEdit - no formatting
« on: January 05, 2016, 01:30:30 pm »
Hi,
I have the plugin installed RichEdit ... it appears ...
when I see my editing everything is displayed correctly ... I save it from me and watch it on the item page ... because the formatting can not be seen ...

I use the Infinity theme...

Does somebody has any idea?

Thanks and regards, spevoli
« Last Edit: January 06, 2016, 04:32:40 pm by spevoli »

spevoli

  • Jr. Member
  • **
  • Posts: 83
Re: RichEdit - no formatting
« Reply #1 on: January 05, 2016, 01:32:33 pm »
Hi,
I have the plugin installed RichEdit ... it appears ...
when I see my editing everything is displayed correctly ... I save it from me and watch it on the item page ... because the formatting can not be seen ...

I use the Infinity theme...

Does somebody has any idea?

Thanks and regards, spevoli

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: RichEdit - no formatting
« Reply #2 on: January 05, 2016, 02:58:36 pm »
Hi,

Not a problem of the plugin, but of Infinity style and the HTML features of that given ad description. For starters, in Infinity all the description is shown in bold, so no difference for first phrase.

Then in infinity/css/style.css Line 26 you have this block:

Code: [Select]
ul {
    padding: 0;
    list-style-type: none;
}

That is getting that list to appear just as the rest of the text.

Add this at the bottom of style.css:

Code: [Select]
#description ul {
    padding-left: 24px;
    list-style-type: disc;
}

And at least you can see your bulleted list.

Regards

spevoli

  • Jr. Member
  • **
  • Posts: 83
Re: RichEdit - no formatting
« Reply #3 on: January 06, 2016, 01:31:15 pm »
Hello Teseo!
thanks for the hint ... yes, infinity is quite strange ... the style I'm already so far on change ... this bold annoying :-)

had determined to a bare osclass process better ...
I've made a post, you can tell me there might help in?

http://forums.osclass.org/3-5-x/only-certain-categories/

thanks and greetings, spevoli

Sophia_OS

  • Sr. Member
  • ****
  • Posts: 416
.
« Reply #4 on: December 28, 2017, 11:19:47 pm »
.
« Last Edit: April 11, 2019, 10:19:28 pm by Sophia_OS »