<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>Cosmothemes &#187; Tag: Schedule - Recent Posts</title>
		<link>http://cosmothemes.com/forums/tags/schedule</link>
		<description>Cosmothemes support forums</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 23:08:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://cosmothemes.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://cosmothemes.com/forums/rss/tags/schedule" rel="self" type="application/rss+xml" />

		<item>
			<title>Cornel on "Scheduling post in front end uploader"</title>
			<link>http://cosmothemes.com/forums/topic/4470#post-14157</link>
			<pubDate>Tue, 21 Aug 2012 13:13:06 +0000</pubDate>
			<dc:creator>Cornel</dc:creator>
			<guid isPermaLink="false">14157@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi. No, the theme does not provide such functionality, this feature is present in Wordpress itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kobe oni on "Scheduling post in front end uploader"</title>
			<link>http://cosmothemes.com/forums/topic/4470#post-14131</link>
			<pubDate>Mon, 20 Aug 2012 21:29:31 +0000</pubDate>
			<dc:creator>kobe oni</dc:creator>
			<guid isPermaLink="false">14131@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Is there any way to add a area in the uploader to let people schedule when the post will be published like there is in the wp-admin?&#60;/p&#62;
&#60;p&#62;Thanks-
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alex on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-389</link>
			<pubDate>Sun, 21 Aug 2011 15:11:39 +0000</pubDate>
			<dc:creator>alex</dc:creator>
			<guid isPermaLink="false">389@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;You need to look in style.css for class  &#34;.sf-sub-indicator&#34; - remove background and margin-left - in this way you'll get rid of  sub menu indicator.&#60;/p&#62;
&#60;p&#62;Also play with firebug to see what classes you need to change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-388</link>
			<pubDate>Sun, 21 Aug 2011 14:59:36 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">388@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Alex, Thank you for your quick fixes.&#60;/p&#62;
&#60;p&#62;I've been working with a child theme.&#60;br /&#62;
Any suggestions to remove the sub indicator. &#60;/p&#62;
&#60;p&#62;Thank You!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alex on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-387</link>
			<pubDate>Sun, 21 Aug 2011 14:51:02 +0000</pubDate>
			<dc:creator>alex</dc:creator>
			<guid isPermaLink="false">387@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Check out the Slideshow improvements &#60;a href=&#34;http://cosmothemes.com/conference/&#34; rel=&#34;nofollow&#34;&#62;http://cosmothemes.com/conference/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alex on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-386</link>
			<pubDate>Sun, 21 Aug 2011 14:21:09 +0000</pubDate>
			<dc:creator>alex</dc:creator>
			<guid isPermaLink="false">386@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;By the way, if you want customize the theme, it will be better to create a child theme, in order to not loose your changes on future updates.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alex on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-385</link>
			<pubDate>Sun, 21 Aug 2011 14:17:50 +0000</pubDate>
			<dc:creator>alex</dc:creator>
			<guid isPermaLink="false">385@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Done, download it one more time :)&#60;/p&#62;
&#60;p&#62;About the menu in style.css look for /*Menu*/ block of code (line 163)&#60;/p&#62;
&#60;p&#62;and replce it with the old code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
/*Menu*/&#60;br /&#62;
.z-index {z-index: 12;}&#60;br /&#62;
.cosmo-menu { position: relative; padding: 0; margin:0 auto; height: auto; font-family: &#34;Oswald&#34;}&#60;br /&#62;
.cosmo-menu li { z-index: 9; float: left; display: inline; height: 22px; line-height:22px;}&#60;br /&#62;
.cosmo-menu li a { position: relative; outline: none; z-index: 10; line-height: 13px; *line-height:22px; height: 16px; float: left; display: block; padding: 0 20px; color: #000; font-size: 16px; background: url(images/delimiter.bg.png) repeat-y left center; text-shadow: 0 1px 0 #fff;}&#60;br /&#62;
.cosmo-menu li:first-child  a { padding-left:0; background: none;}&#60;br /&#62;
.cosmo-menu li:last-child  a { padding-right:0;}&#60;br /&#62;
.cosmo-menu li.active a { opacity: 1!important; filter: alpha(opacity=100)!important;}&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If there is something else I'm missing, let me know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-384</link>
			<pubDate>Sun, 21 Aug 2011 14:14:30 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">384@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Future feature request! ;)&#60;br /&#62;
Different levels of sponsors. My conference has 5-6 Full sponsors and 20 co-sponsors. &#60;/p&#62;
&#60;p&#62;Thank you for the rapid development of this theme. My deadline looms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-383</link>
			<pubDate>Sun, 21 Aug 2011 14:04:49 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">383@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;No worries, where can I change the menu font back to Oswald, I think it was?&#60;br /&#62;
Also what happened to the menu roll over? No color change now.  I have such big menu (10 items). I had to remove the log in and register menus completely. With the new font nothing fits. &#60;/p&#62;
&#60;p&#62;It would be very helpful if both the option to remove the log in and turn off registration the full menu width 940px could be used by the main menu. Move both to widgets.   &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alex on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-382</link>
			<pubDate>Sun, 21 Aug 2011 13:54:05 +0000</pubDate>
			<dc:creator>alex</dc:creator>
			<guid isPermaLink="false">382@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Thank you for your notices, I've fixed 404 :)&#60;/p&#62;
&#60;p&#62;But I forgot to change the shortcode that generates the schedule.&#60;br /&#62;
Thus I'll need to do a small change and update the zip again.&#60;/p&#62;
&#60;p&#62;I think I will not change the theme version for just a small change, I'll let you know when I'm done.&#60;/p&#62;
&#60;p&#62;Sorry for missing that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-381</link>
			<pubDate>Sun, 21 Aug 2011 13:38:58 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">381@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Thanks Alex for the update. I am downloading it now. I noticed on the live demo on your site that the schedule date format the home page is MM-DD-YY but on the Schedule page the format is DD-MM-YY. Can both be MM-DD-YY.&#60;/p&#62;
&#60;p&#62;Also I think your live demo is showing 404 errors.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alex on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-380</link>
			<pubDate>Sun, 21 Aug 2011 08:28:10 +0000</pubDate>
			<dc:creator>alex</dc:creator>
			<guid isPermaLink="false">380@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Now version 0.2 is available for download.&#60;/p&#62;
&#60;p&#62;change log: v 0.2&#60;/p&#62;
&#60;p&#62;- Added possibility to add different posts in slider&#60;br /&#62;
- After member registered an event, show them a different registration banner.&#60;br /&#62;
- added social media widget&#60;br /&#62;
- added menu in the footer&#60;br /&#62;
- added option for removing ‘Log In’ link&#60;br /&#62;
- fixed bug for contact form shortecode&#60;br /&#62;
- changed program layout&#60;br /&#62;
- improved slider by adding posibility to include custom posts into it &#60;/p&#62;
&#60;p&#62;If after updating the theme you'll have problems with permalinks (showing 404 for pages or posts), just go to Settings -&#38;gt; Permalinks (&#60;a href=&#34;http://yourdomin/wp-admin/options-permalink.php&#34; rel=&#34;nofollow&#34;&#62;http://yourdomin/wp-admin/options-permalink.php&#60;/a&#62;) and change 'Common settings' to anything, save the settings, then switch back to initial settings and save again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-376</link>
			<pubDate>Sat, 20 Aug 2011 18:54:19 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">376@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Thank you for your quick response to my request!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>admin on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-375</link>
			<pubDate>Sat, 20 Aug 2011 16:35:45 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">375@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi Ben,&#60;/p&#62;
&#60;p&#62;1. We will soon provide an update that will fix the date and time format so it corresponds to site's general settings: &#60;a href=&#34;http://yoursite/wp-admin/options-general.php&#34; rel=&#34;nofollow&#34;&#62;http://yoursite/wp-admin/options-general.php&#60;/a&#62;&#60;br /&#62;
You will be able to check the desired format at the provided link.&#60;/p&#62;
&#60;p&#62;2. At this moment, if 2 schedule items have the same start time, only the latest added one will be displayed.&#60;br /&#62;
If you need a fix for that and want to display all the items regardless the start time, we will also provide it in the next update.&#60;/p&#62;
&#60;p&#62;Please, check the download repository in 10-12 hours, you will see the &#34;new&#34; icon and version 0.2 in front of conference theme. Download the new version and install it again.&#60;/p&#62;
&#60;p&#62;Thank you for your inputs and sorry for the delay.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "ProConference Date and Time format"</title>
			<link>http://cosmothemes.com/forums/topic/99#post-374</link>
			<pubDate>Sat, 20 Aug 2011 15:26:12 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">374@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;I am working on a site that needs the dates and time in the Schedule to be MM-DD-YY and the times to be displayed in a 12 hour clock format with AM and PM displayed.&#60;/p&#62;
&#60;p&#62;Also other than offsetting the start times by one minute is there a way to display schedule items with the same start time. Such as a multi track conference?&#60;/p&#62;
&#60;p&#62;Thank You!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
