<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Eventualo Forum &#187; Tag: theme - Recent Posts</title>
		<link>http://www.eventualo.net/forum/tags/theme</link>
		<description>eventualo.net</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 05:53:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.eventualo.net/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.eventualo.net/forum/rss/tags/theme" rel="self" type="application/rss+xml" />

		<item>
			<title>bauchladen on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1521</link>
			<pubDate>Mon, 10 Oct 2011 17:49:55 +0000</pubDate>
			<dc:creator>bauchladen</dc:creator>
			<guid isPermaLink="false">1521@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Yesssss, this works great. :-) &#60;/p&#62;
&#60;p&#62;Open alo-easymail_functions.php, search this line (2895):&#60;br /&#62;
$themes = glob( $dir. &#34;*.{htm,html}&#34;, GLOB_BRACE );&#60;br /&#62;
and replace with:&#60;br /&#62;
$themes = array_merge( glob( $dir. &#34;*.htm&#34;), glob( $dir. &#34;*.html&#34;) );&#60;/p&#62;
&#60;p&#62;I don't know if  GLOB_BRACE flag is the cause of my Problem, but the solution fixed my problem. Now i love your plugin :-)&#60;/p&#62;
&#60;p&#62;Thank you for the quick reply - Carsten
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alo on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1520</link>
			<pubDate>Mon, 10 Oct 2011 14:20:51 +0000</pubDate>
			<dc:creator>alo</dc:creator>
			<guid isPermaLink="false">1520@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi. On &#60;a href=&#34;http://php.net/manual/en/function.glob.php#refsect1-function.glob-notes&#34;&#62;php manual&#60;/a&#62; I can read:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Note: The GLOB_BRACE flag is not available on some non GNU systems, like Solaris.&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;Maybe it could be the cause of your problem.&#60;br /&#62;
To fix it I found this tip. I'd like that you check this and share your feedback, so I can include it in next plugin release.&#60;br /&#62;
Open &#60;strong&#62;alo-easymail_functions.php&#60;/strong&#62;, search this line (2895):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$themes = glob( $dir. &#38;quot;*.{htm,html}&#38;quot;, GLOB_BRACE );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$themes = array_merge( glob( $dir. &#38;quot;*.htm&#38;quot;), glob( $dir. &#38;quot;*.html&#38;quot;) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bauchladen on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1519</link>
			<pubDate>Mon, 10 Oct 2011 00:50:33 +0000</pubDate>
			<dc:creator>bauchladen</dc:creator>
			<guid isPermaLink="false">1519@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;I have a similar Problem. When i update the Preferences, i got these warnings:&#60;/p&#62;
&#60;p&#62;Warning: glob() expects parameter 2 to be long, string given in /mnt/web1/13/79/51509279/htdocs/wordpress/wp-content/plugins/alo-easymail/alo-easymail_functions.php on line 2895&#60;/p&#62;
&#60;p&#62;Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /mnt/web1/13/79/51509279/htdocs/wordpress/wp-content/plugins/alo-easymail/alo-easymail_options.php on line 129&#60;/p&#62;
&#60;p&#62;Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /mnt/web1/13/79/51509279/htdocs/wordpress/wp-content/plugins/alo-easymail/alo-easymail_options.php on line 130&#60;/p&#62;
&#60;p&#62;When i create a Newsletter, the Themes Section shows this Warning, instead (i suggest...) a List of Templates:&#60;/p&#62;
&#60;p&#62;Warning: glob() expects parameter 2 to be long, string given in /mnt/web1/13/79/51509279/htdocs/wordpress/wp-content/plugins/alo-easymail/alo-easymail_functions.php on line 2895&#60;/p&#62;
&#60;p&#62;I use the newest Wordpress-Release, and a  custom Child-Template based on the twentyelen Template... &#60;/p&#62;
&#60;p&#62;Any Ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alo on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1490</link>
			<pubDate>Sun, 02 Oct 2011 12:44:29 +0000</pubDate>
			<dc:creator>alo</dc:creator>
			<guid isPermaLink="false">1490@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;When you click the &#34;Preview&#34; / &#34;View newsletter&#34; button you see the online version of newsletter where the active WP theme is applied, and not the newsletter theme you choose. The newsletter theme (that you can chose in Theme box in newsletter edit screen, and of which you preview the general layout using &#34;View&#34; button) is applied to newsletters &#60;em&#62;only when sending them&#60;/em&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cecile on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1482</link>
			<pubDate>Fri, 30 Sep 2011 15:26:40 +0000</pubDate>
			<dc:creator>cecile</dc:creator>
			<guid isPermaLink="false">1482@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;I am back just to say to those who may be interested that the theme I chose was sent by mail, although it didn't appear when previewing it, nor when clicking the 'show online' link in the newsletter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cecile on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1481</link>
			<pubDate>Fri, 30 Sep 2011 14:43:55 +0000</pubDate>
			<dc:creator>cecile</dc:creator>
			<guid isPermaLink="false">1481@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to understand the template functionnality.&#60;/p&#62;
&#60;p&#62;Did you resolve this problem ? I thought maybe we can see the newsletter with the template only when sending it ?&#60;/p&#62;
&#60;p&#62;Thnaks for helping.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Begin on "IE Problem on New WP Theme"</title>
			<link>http://www.eventualo.net/forum/topic/384#post-1438</link>
			<pubDate>Wed, 21 Sep 2011 15:08:16 +0000</pubDate>
			<dc:creator>Begin</dc:creator>
			<guid isPermaLink="false">1438@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;I was copying a theme i made on my computer (1 html 1 css)&#60;br /&#62;
to a WP theme templete on a new domain without changing anything&#60;br /&#62;
in the code (just dividing it to parts like WP themes do...)&#60;br /&#62;
and it works great in every browser (Mac&#38;amp;Windows: safari, FF, Chrome)&#60;br /&#62;
except IE that make some things weird ( a few pixels space on top, menu links go down...)&#60;/p&#62;
&#60;p&#62;Can anyone, maybe see what may be the problem?&#60;/p&#62;
&#60;p&#62;This is the site's adress:&#60;br /&#62;
&#60;a href=&#34;http://www.oryakar.co.il&#34; rel=&#34;nofollow&#34;&#62;http://www.oryakar.co.il&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank's anyway!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alo on "Theme doesn&#039;t change back to &#34;No&#34;"</title>
			<link>http://www.eventualo.net/forum/topic/329#post-1265</link>
			<pubDate>Tue, 02 Aug 2011 23:02:33 +0000</pubDate>
			<dc:creator>alo</dc:creator>
			<guid isPermaLink="false">1265@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;You are right. Thanks for bug report, I'll fix it in next release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>quantum_leap on "Theme doesn&#039;t change back to &#34;No&#34;"</title>
			<link>http://www.eventualo.net/forum/topic/329#post-1261</link>
			<pubDate>Tue, 02 Aug 2011 13:36:15 +0000</pubDate>
			<dc:creator>quantum_leap</dc:creator>
			<guid isPermaLink="false">1261@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Latest Wordpress version and 2.1.2 ALO EasyMail Newsletter version. When I change the theme to a predefined one, it doesn't allow me to switch back to the &#34;No&#34; theme option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>IAmediaworks on "Newsletter not showing template...."</title>
			<link>http://www.eventualo.net/forum/topic/328#post-1255</link>
			<pubDate>Fri, 29 Jul 2011 17:25:17 +0000</pubDate>
			<dc:creator>IAmediaworks</dc:creator>
			<guid isPermaLink="false">1255@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hey...&#60;/p&#62;
&#60;p&#62;Morning.  When I create a newsletter, and apply a template - then preview - it still shows up in the Wordpress theme for the site - not the template I selected.  It doesn't matter which template I choose.  Help?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alo on "Echo WP Email Capture Widget in theme files"</title>
			<link>http://www.eventualo.net/forum/topic/298#post-1150</link>
			<pubDate>Wed, 13 Jul 2011 18:25:58 +0000</pubDate>
			<dc:creator>alo</dc:creator>
			<guid isPermaLink="false">1150@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;I don't know much more about WP Email Capture plugin. About it I suggest that you ask to the author.&#60;br /&#62;
The link you reported speaks about Alo EasyMail Newsletter (my plugin), not WP Email Capture. They are 2 different plugins with different features and functions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>schwooba on "Echo WP Email Capture Widget in theme files"</title>
			<link>http://www.eventualo.net/forum/topic/298#post-1136</link>
			<pubDate>Sun, 10 Jul 2011 13:24:04 +0000</pubDate>
			<dc:creator>schwooba</dc:creator>
			<guid isPermaLink="false">1136@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Howdy. Love the well thought out and polished plugin. Can you tell me how to display the WP Email Capture Widget (the one asking for username and email) in another part of my theme...say the header or footer. I'm not really using the widget portion of Wordpress. &#60;/p&#62;
&#60;p&#62;I tried looking at this (&#60;a href=&#34;http://www.eventualo.net/forum/topic/83#post-417&#34; rel=&#34;nofollow&#34;&#62;http://www.eventualo.net/forum/topic/83#post-417&#60;/a&#62;) but it doesn't show username and email. Is there another shortcode I can user? Any help would be appreciated. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pneurauter on "alo_em_user_form &#38; alo_em_pubblic_form is not defined"</title>
			<link>http://www.eventualo.net/forum/topic/98#post-538</link>
			<pubDate>Tue, 21 Dec 2010 17:05:26 +0000</pubDate>
			<dc:creator>pneurauter</dc:creator>
			<guid isPermaLink="false">538@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;No, nothing more to do. Just include the standard WP-template-hook as described here: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_head&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_head&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Otherwise the necessary JavaScript for the form won't be loaded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jhat on "alo_em_user_form &#38; alo_em_pubblic_form is not defined"</title>
			<link>http://www.eventualo.net/forum/topic/98#post-523</link>
			<pubDate>Mon, 20 Dec 2010 08:03:09 +0000</pubDate>
			<dc:creator>jhat</dc:creator>
			<guid isPermaLink="false">523@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;@pneurauter How did you fix this exactly?  I've read the guide...&#60;/p&#62;
&#60;p&#62;wp_head(); is in the header.php file right before &#38;lt;/head&#38;gt; (displayed below). Is there something else I'm supposed to do?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wp_head();

?&#38;gt;
&#38;lt;/head&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here's the site in question: &#60;a href=&#34;http://tho.apptoweb.com/&#34;&#62;tho.apptoweb.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;---- &#60;/p&#62;
&#60;p&#62;&#34;00:46:37.952: Exception: document.alo_easymail_widget_form is undefined Source File: &#60;a href=&#34;http://tho.apptoweb.com/&#34; rel=&#34;nofollow&#34;&#62;http://tho.apptoweb.com/&#60;/a&#62; Line: 23, Column: 0 Category: content javascript&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pneurauter on "alo_em_user_form &#38; alo_em_pubblic_form is not defined"</title>
			<link>http://www.eventualo.net/forum/topic/98#post-494</link>
			<pubDate>Tue, 14 Dec 2010 12:31:43 +0000</pubDate>
			<dc:creator>pneurauter</dc:creator>
			<guid isPermaLink="false">494@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Oh man, shame on me … the &#34;problem&#34; was, that in my custom theme the template-hook wp_head did not exist.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pneurauter on "alo_em_user_form &#38; alo_em_pubblic_form is not defined"</title>
			<link>http://www.eventualo.net/forum/topic/98#post-493</link>
			<pubDate>Mon, 13 Dec 2010 21:01:34 +0000</pubDate>
			<dc:creator>pneurauter</dc:creator>
			<guid isPermaLink="false">493@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;I use EasyMail 1.8.4 (german) with Wordpress 3.0.1. and a custom template. I've integrated the EasyMail-Widget but it does not seem to work. &#60;/p&#62;
&#60;p&#62;I see the subscription-form when I'm not logged in, but when I want to register nothing happens. Firebug says: alo_em_user_form is not defined&#60;/p&#62;
&#60;p&#62;When I'm logged in and change the active radio button, nothing happens. Firebug says: alo_em_pubblic_form is not defined&#60;/p&#62;
&#60;p&#62;The same errors happen, when I use the subscription-page EasyMail automatically produces on installation&#60;/p&#62;
&#60;p&#62;Do you have any idea, what could be the problem for that?&#60;/p&#62;
&#60;p&#62;Btw. I've already tried to reinstall the plugin, have deactivated all other plugins, but that makes no difference …&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
