<?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: Change language in submission form</title>
		<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Change language in submission form</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 18:15:30 +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/change-language-in-submission-form" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33646</link>
			<pubDate>Fri, 20 Mar 2015 13:58:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33646@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but adjusting the submission form like that goes a bit beyond the level of support I'm able to provide here in the forums. If it was something I knew off the top of my head I would gladly help, but if it requires a bit of research, testing and custom code then I have ask that you submit a request for customization services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>inadyreborg on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33645</link>
			<pubDate>Fri, 20 Mar 2015 13:24:22 +0000</pubDate>
			<dc:creator>inadyreborg</dc:creator>
			<guid isPermaLink="false">33645@http://www.themolitor.com/forums/</guid>
			<description><p>Tank you I will try that.</p>
<p>I ended up trying changing the language in the "page-form" and that worked perfectly.</p>
<p>But is it possible to make the drop-down menu in the submission form multiple choice?</p>
<p>Best Ina
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33644</link>
			<pubDate>Fri, 20 Mar 2015 12:46:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33644@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try using this for the font style...</p>
<pre><code>font-style: normal;</code></pre>
<p>Regarding "The End" text, I was actually trying to clarify your request above. "Change the language" can mean many things, such as changing the text to say something else. I mentioned above that the text is located in calendar.php on line 64 if you want to change the words.  If you're wanting to translate that text to a different language, please review this FAQ thread for translating the theme: <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>inadyreborg on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33643</link>
			<pubDate>Fri, 20 Mar 2015 10:41:58 +0000</pubDate>
			<dc:creator>inadyreborg</dc:creator>
			<guid isPermaLink="false">33643@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris </p>
<p>Thank you, that helped, but for some reason the is still italic but Bold Though.</p>
<p>You forgot to answer me on my question "Is it possible to change the language in the submission form"?</p>
<p>Best<br />
Ina
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33629</link>
			<pubDate>Fri, 20 Mar 2015 09:35:12 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33629@http://www.themolitor.com/forums/</guid>
			<description><p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33628</link>
			<pubDate>Fri, 20 Mar 2015 09:34:57 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">33628@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Are you wanting to change the words of the style of "The End"? It's located in calendar.php on line 64 if you want to change the words. You can adjust the style by targeting #theEnd via CSS.</p>
<p>Page/post titles have the following CSS style...</p>
<pre><code>h2#postTitle {
    font-family: serif;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
}</code></pre>
<p>You can copy/paste that into the Custom CSS box and make adjustments there.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>inadyreborg on "Change language in submission form"</title>
			<link>http://www.themolitor.com/forums/topic/change-language-in-submission-form#post-33593</link>
			<pubDate>Thu, 19 Mar 2015 01:33:18 +0000</pubDate>
			<dc:creator>inadyreborg</dc:creator>
			<guid isPermaLink="false">33593@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris</p>
<p>Is it possible to change the language in the submission form and "The End", in the Custom CSS and how?</p>
<p>I tried to find the text style for the headlines/page names in the CSS style sheet but I couldn't, so can you tell me the CSS code, so headline won't be italic? </p>
<p>And by the way, I wrote you earlier about trouble with uploading the zip file through localhost in Wordpress and I never got it to work. I ended up replacing the old template and hoping for the best and lockily it works much better then the old one, even though it's not finished.</p>
<p>Ina
</p></description>
		</item>

	</channel>
</rss>
