<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: comment field on the main page</title>
		<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page</link>
		<description>THE MOLITOR FORUMS &#187; Topic: comment field on the main page</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 12:58:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/comment-field-on-the-main-page" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29944</link>
			<pubDate>Tue, 01 Jul 2014 10:23:10 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29944@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. Just to clarify, your posts do not have proper markup. Here's an example of your markup...</p>
<pre><code>&#60;p&#62;&#60;img class=&#34;alignleft wp-image-653&#34; src=&#34;http://zagovorfiltrov.com/wp-content/uploads/2014/06/1.png&#34; alt=&#34;1&#34; width=&#34;62&#34; height=&#34;62&#34; /&#62;Горячий туман. Ослепительная боль. Вспышка, разорвавшая немоту.&#60;br /&#62;
Мучительно медленно все стало приобретать очертания. Сначала смутные: тени, невнятные разводы, постепенно превращающиеся в грязные пятна цвета, комки смыслов.&#60;br /&#62;
Вечность спустя они сгустились, как при проявке фотографии Поляроида, в то, что он осознал собой. Он сказал, и началось существование.&#60;br /&#62;
/For loop code is beginning&#60;br /&#62;
{script type=”text/memescript”}&#60;br /&#62;
&#60;!–&#60;br /&#62;
document.write(“&#60;/p&#62;</code></pre>
<p>As you can see above, you only have a single p tag used for multiple paragraphs. This is likely why the pagination plugin doesn't work. Are you copy/pasting this text from another source? If so, it's possible this process is adding these br tags. I recommend using the WordPress post editor to create content. This is what your markup should look like...</p>
<pre><code>&#60;p&#62;&#60;img class=&#34;alignleft wp-image-653&#34; src=&#34;http://zagovorfiltrov.com/wp-content/uploads/2014/06/1.png&#34; alt=&#34;1&#34; width=&#34;62&#34; height=&#34;62&#34; /&#62;Горячий туман. Ослепительная боль. Вспышка, разорвавшая немоту.&#60;/p&#62;
&#60;p&#62;Мучительно медленно все стало приобретать очертания. Сначала смутные: тени, невнятные разводы, постепенно превращающиеся в грязные пятна цвета, комки смыслов.&#60;/p&#62;
&#60;p&#62;Вечность спустя они сгустились, как при проявке фотографии Поляроида, в то, что он осознал собой. Он сказал, и началось существование.&#60;/p&#62;</code></pre>
<p>2-3. Unfortunately I can't provide support for custom layouts like that. Implementing something like this would require some research, custom code and testing to make sure it performs/displays properly on all devices and screen sizes. </p>
<p>4. All text like this is posted in languages/novelist.pot for translation purposes. The "Search Site" text is located in searchform.php on line 3 and sidebar.php on line 11. "Pages" is located in page.php on line 19 and singe.php on line 22. For more info about translation, please review this FAQ thread: <a href="http://www.themolitor.com/forums/topic/localization-usage" rel="nofollow">http://www.themolitor.com/forums/topic/localization-usage</a></p>
<p>Hope that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>borisee on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29935</link>
			<pubDate>Tue, 01 Jul 2014 06:15:18 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">29935@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
thank you for your response. I looked through the CSS file, and I could find p tag you were writing about as I wanted to adjust styling<br />
p {<br />
margin-bottom: 0 }<br />
p + p {<br />
text-indent: 1.5em;<br />
margin-top: 0 }<br />
I have deleted it, but it didn't help with the pagination problem. So I have reinstalled the theme, but it still not working. Also, I didn't translate/localized Wordpress at all.<br />
So, the issues which I wanted to adress with changing stylesheet are still there, and I would be very thankful if you could help me out with advice on the following -<br />
1) Pagination by plugin is not working - I have tried a few of them, turning on and off all the plugins? reinstalled you theme from scratch. How can I fix this?<br />
2) I use bastard titles (half titles) in my book, which is standard practice in book design. So each chapter I need to start from a single image in the left column and the text starts on the right from it. Is there are a tag for this? I can't do it with manual pagination, as it results in empty right column.<br />
3) Each chapter starts not from a letter, but from what in book design called "initial" - an image with the following text. How is it possible to keep this image before text starts while having large first letter? I couldn't make it with html hacks, eg &#60;span style="font-size: 330%;"&#62;S&#60;/span&#62;, as it leaves an unjustified break under the first line of text, and it looks ugly<br />
4) How I can change texts "search site" in the search field and "pages" next to pagination, so they will be displayed in Russian?<br />
I have spent a couple of days for these issues, but still didn't get the results.<br />
Thank you very much in advance.<br />
Boris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29896</link>
			<pubDate>Fri, 27 Jun 2014 10:09:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29896@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Looking at your source code, all your text is sitting inside a single p tag, which is why none of your styling is working (and that's probably why the post pagination plugin isn't working too). I'm not sure if this is caused by the process you use to translate the theme, but this is not standard behavior.</p>
<p>Unfortunately this isn't a theme-related issue I can help with as it has to do with either your post formatting, translation process, or WordPress configuration.</p>
<p>Hope that helps narrow down the issue you're having.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>borisee on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29891</link>
			<pubDate>Fri, 27 Jun 2014 00:15:53 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">29891@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris, thank you very much for helping me out.<br />
In regard of WordPress - I have the latest version of WP release installed. You can find my site at zagovorfiltrov.com<br />
What I am trying to do is -  to only indent paragraphs that follow other paragraphs. The first paragaph of a page doesn't need to be indented, and neither do paragraphs that follow an image, a heading or something else that is offset from the text as desribed here - <a href="http://www.w3.org/Style/Examples/007/indent.html" rel="nofollow">http://www.w3.org/Style/Examples/007/indent.html</a></p>
<p>p {<br />
  margin-bottom: 0 }<br />
p + p {<br />
  text-indent: 1.5em;<br />
  margin-top: 0 }</p>
<p>I can't adjust pages height as you suggest at <a href="http://www.themolitor.com/forums/topic/pages-same-size" rel="nofollow">http://www.themolitor.com/forums/topic/pages-same-size</a> either.<br />
The Autopagination plugin is not working too, so it makes it quite a task to break next in equal pages.</p>
<p>Also, I have an issue with the first letter (some symbols like - or ") from which paragraphs start are not being displayed correctly, as they are not aligned with the following text, and this issue repeats. I can't avoid that as the rules of punctuation in Russian are different with English. Is it possible in cases like this make the first paragraph symbol or punctuation mark (that are not letters) to "stick" together with the following letter, so it makes them readable? </p>
<p>Sorry if there are too many things I would like to ask.<br />
Thank you for your help and suggestions in advance.<br />
Bests,<br />
Boris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29867</link>
			<pubDate>Wed, 25 Jun 2014 09:33:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29867@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Just to clarify, the image I linked to above is for individual edit pages. That's how you turn on/off comments individually. Changing those settings will either show or hide your comments on the post/page your editing.</p>
<p>If you continue to have issues with this, unfortunately that's something WordPress related as the comments feature is 100% controlled by WordPress, not the theme.</p>
<p>Regarding issues seeing your Custom CSS changes, can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>borisee on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29859</link>
			<pubDate>Wed, 25 Jun 2014 05:20:06 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">29859@http://www.themolitor.com/forums/</guid>
			<description><p>I am also trying to change paragraph style as described here - <a href="http://www.themolitor.com/forums/topic/paragraph-style#post-26101" rel="nofollow">http://www.themolitor.com/forums/topic/paragraph-style#post-26101</a>, but it doesn't work.<br />
I can save it, but see no changes.<br />
What could be a problem? Do I need to chmod permissions or something? I can't customize the theme at all...
</p></description>
		</item>
		<item>
			<title>borisee on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29857</link>
			<pubDate>Tue, 24 Jun 2014 22:30:10 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">29857@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
I did just that. But there is no option with checkbox "Allow comments", just "Add comment" button, no matter if I check or uncheck " Allow people to post comments on new articles' in Settings/Discussion.<br />
What could be an issue?<br />
Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29841</link>
			<pubDate>Tue, 24 Jun 2014 10:24:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29841@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Please review this graphic for turning off comments on posts already pubslished: <a href="http://i.imgur.com/SGUryfc.jpg" rel="nofollow">http://i.imgur.com/SGUryfc.jpg</a></p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>borisee on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29835</link>
			<pubDate>Tue, 24 Jun 2014 04:50:11 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">29835@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
thank you for this. I have tried my best, but as odd as it may sound, I still have Thoughts field on the main page even with comments turned off in Settings - and I do not have these fields that allow switch on/off comments displayed on pages individual settings on the editors page.<br />
Any thoughts what could go wrong?<br />
Thank you!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29736</link>
			<pubDate>Mon, 16 Jun 2014 09:35:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29736@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Please review this FAQ thread about turning comments off: <a href="http://www.themolitor.com/forums/topic/turn-off-comments-in-wordpress" rel="nofollow">http://www.themolitor.com/forums/topic/turn-off-comments-in-wordpress</a></p>
<p>If you want to change the text, it's located in comments.php on line 11</p>
<p>Let me know if that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>borisee on "comment field on the main page"</title>
			<link>http://www.themolitor.com/forums/topic/comment-field-on-the-main-page#post-29731</link>
			<pubDate>Mon, 16 Jun 2014 07:17:11 +0000</pubDate>
			<dc:creator>borisee</dc:creator>
			<guid isPermaLink="false">29731@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, how can I take Thoughts comment field on the main page, or change its text?<br />
thank you,<br />
Boris
</p></description>
		</item>

	</channel>
</rss>
