<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Editor format is not applied - Bug Reports				            </title>
            <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 14 Mar 2026 12:45:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/paged/2/#post-72872</link>
                        <pubDate>Mon, 19 Sep 2022 12:49:03 +0000</pubDate>
                        <description><![CDATA[It seems to work so far. Thank you very much!]]></description>
                        <content:encoded><![CDATA[<p>It seems to work so far. Thank you very much!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Lorias_</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/paged/2/#post-72872</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72856</link>
                        <pubDate>Mon, 19 Sep 2022 08:51:26 +0000</pubDate>
                        <description><![CDATA[@lorias_,
Add this CSS code ass well:
#wpforo #wpforo-wrap span{
    font-weight: unset;
}
The first CSS Code works well as it shows the seperator]]></description>
                        <content:encoded><![CDATA[<p><span>@lorias_,</span></p>
<p>Add this CSS code ass well:</p>
<pre contenteditable="false">#wpforo #wpforo-wrap span{
    font-weight: unset;
}</pre>
<p>The first CSS Code works well as it shows the seperator</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72856</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72835</link>
                        <pubDate>Sun, 18 Sep 2022 14:29:54 +0000</pubDate>
                        <description><![CDATA[@lorias_ 
you copy the text from an external writing program to the wpForo editornot all formatting done there will be executed in wpForo
&lt;div class=&quot;mycode_align&quot; style=&quot;text-align: ju...]]></description>
                        <content:encoded><![CDATA[<p>@lorias_ </p>
<p>you copy the text from an external writing program to the wpForo editor<br />not all formatting done there will be executed in wpForo</p>
<pre contenteditable="false">&lt;div class="mycode_align" style="text-align: justify"&gt;
&lt;span class="mycode_size" style="font-size: 14pt"&gt;
&lt;span class="mycode_b" style="color: #00ccff"&gt;</pre>
<p>example</p>
<ul>
<li>mycode_align</li>
<li>mycode_size</li>
<li>mycode_b</li>
</ul>
<p>write directly in the wpForo editor then everything works</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72835</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72834</link>
                        <pubDate>Sun, 18 Sep 2022 13:50:28 +0000</pubDate>
                        <description><![CDATA[I have pasted the code and saved it. Have looked, no change. Subsequently, I have deleted the cache and reloaded again, unfortunately still without visible change]]></description>
                        <content:encoded><![CDATA[<p>I have pasted the code and saved it. Have looked, no change. Subsequently, I have deleted the cache and reloaded again, unfortunately still without visible change</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Lorias_</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72834</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72366</link>
                        <pubDate>Sat, 17 Sep 2022 14:28:41 +0000</pubDate>
                        <description><![CDATA[@lorias_ ,
Insert the below CSS Code in Custom CSS Codes field from Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles:
#wpforo #wpforo-wrap .wpforo-post-content hr {
    displa...]]></description>
                        <content:encoded><![CDATA[<p>@lorias_ ,</p>
<p>Insert the below CSS Code in <span style="color: #0000ff">Custom CSS Codes</span> field from <span style="color: #ff6600">Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles</span>:</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-post-content hr {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: white;
    border: none;
    margin-bottom: 10px;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72366</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72353</link>
                        <pubDate>Sat, 17 Sep 2022 13:19:28 +0000</pubDate>
                        <description><![CDATA[@chris Here again is an example post where the problem occurs. We suspect that when we use shift+enter that it then changes the size of the letters. At least it fixed the whole thing in othe...]]></description>
                        <content:encoded><![CDATA[<p>@chris <br /><br />Here again is an example post where the problem occurs. <br />We suspect that when we use shift+enter that it then changes the size of the letters. At least it fixed the whole thing in other posts when we replaced that with simple enter</p>
<p><br />https://aegorin.de/community/terraforming-antraege/leitfaden-fuer-einen-terraforming-antrag/#post-453</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Lorias_</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-72353</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71682</link>
                        <pubDate>Mon, 12 Sep 2022 13:36:25 +0000</pubDate>
                        <description><![CDATA[@lorias_ ,
ok]]></description>
                        <content:encoded><![CDATA[<p>@lorias_ ,</p>
<p>ok</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71682</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71668</link>
                        <pubDate>Mon, 12 Sep 2022 10:06:20 +0000</pubDate>
                        <description><![CDATA[Our website is currently blocked by a plugin that only those with existing accounts can log in. On Saturday the website will be released for the users. I can unfortunately only then forward ...]]></description>
                        <content:encoded><![CDATA[<p>Our website is currently blocked by a plugin that only those with existing accounts can log in. On Saturday the website will be released for the users. I can unfortunately only then forward a URL to the topic. I will get back to you on Saturday in this post</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Lorias_</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71668</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71667</link>
                        <pubDate>Mon, 12 Sep 2022 09:17:52 +0000</pubDate>
                        <description><![CDATA[@lorias_,
please provide topic URL.]]></description>
                        <content:encoded><![CDATA[<p>@lorias_,</p>
<p>please provide topic URL.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71667</guid>
                    </item>
				                    <item>
                        <title>RE: Editor format is not applied</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71600</link>
                        <pubDate>Sun, 11 Sep 2022 15:32:12 +0000</pubDate>
                        <description><![CDATA[And because I can not edit the post from me:The next thing we just noticed spontaneously, settings like bold writing is displayed in the editor, but not applied on the website.If you insert ...]]></description>
                        <content:encoded><![CDATA[<p>And because I can not edit the post from me:<br /><br />The next thing we just noticed spontaneously, settings like bold writing is displayed in the editor, but not applied on the website.<br /><br />If you insert a separator line, it is also only displayed in the editor, but not on the website at the end.<br /><br />However, the errors do not always occur, only randomly in a post</p>
<div id="wpfa-13419" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1662910332-line-and-bold-error.png" target="_blank" title="line-and-bold-error.png"><i class="fas fa-paperclip"></i>&nbsp;line-and-bold-error.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports</category>                        <dc:creator>Lorias_</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/editor-format-is-not-applied/#post-71600</guid>
                    </item>
							        </channel>
        </rss>
		