<table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><p dir=ltr>hi. I have a theme and it gives me the carousel option. I don't know how to paste into where. US their a specific way Ty o o? </p>
<p dir=ltr><a href="https://overview.mail.yahoo.com/mobile/?.src=Android">Sent from Yahoo Mail on Android</a></p>
</td></tr></table>            <div id="_origMsg_">
                <div>
                    <br />
                    <div>
                        <div style="font-size:0.9em">
                            <hr size="1">
                            <b>
                                <span style="font-weight:bold">From:</span>
                            </b>
                            Otto <otto@ottodestruct.com>;                            <br>
                            <b>
                                <span style="font-weight:bold">To:</span>
                            </b>
                            Discussion list for WordPress theme reviewers. <theme-reviewers@lists.wordpress.org>;                                                                             <br>
                            <b>
                                <span style="font-weight:bold">Subject:</span>
                            </b>
                            Re: [theme-reviewers] Theme Customizer Question                            <br>
                            <b>
                                <span style="font-weight:bold">Sent:</span>
                            </b>
                            Wed, Jun 4, 2014 3:35:17 AM                            <br>
                        </div>
                            <br>
                            <table cellspacing="0" cellpadding="0" border="0">
                                <tbody>
                                    <tr>
                                        <td valign="top"><div dir="ltr">Theme check has not been fully updated yet. It will be soon.<div><br clear="none"></div></div><div class="gmail_extra"><br clear="all"><div>-Otto</div>
<br clear="none"><br clear="none"><div class="yqt6067987152" id="yqtfd25496"><div class="gmail_quote">On Tue, Jun 3, 2014 at 10:28 PM, Imon Themes <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:imon.theme@gmail.com" target="_blank" href="javascript:return">imon.theme@gmail.com</a>></span> wrote:<br clear="none"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div dir="ltr">screenshot jpg format is acceptable ? <div><br clear="none"></div><div>if yes so why the theme check plug-in show </div><div><br clear="none"></div><div><span>WARNING</span>: No screenshot detected! Please include a screenshot.png.</div>


<div><br clear="none"></div><div>thanks  </div></div><div class="gmail_extra"><div><div class="h5"><br clear="none"><br clear="none"><div class="gmail_quote">On Wed, Jun 4, 2014 at 8:18 AM, Emil Uzelac <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:emil@uzelac.me" target="_blank" href="javascript:return">emil@uzelac.me</a>></span> wrote:<br clear="none">


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr"><div class="gmail_default" style="font-family:verdana, sans-serif;">IMO it doesn't have sense to do both. </div>


</div><div><div><div class="gmail_extra"><br clear="none"><br clear="none"><div class="gmail_quote">On Tue, Jun 3, 2014 at 9:15 PM, Stephen Cui <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:scui2005@gmail.com" target="_blank" href="javascript:return">scui2005@gmail.com</a>></span> wrote:<br clear="none">



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr">Now I know after several hours of digging. I have another question.<div><br clear="none"></div><div>Does it make sense to implement both customize and theme options? In my opinion, some options is better on theme option (e.g. more space).</div>




<div><br clear="none"></div><div>Regards</div></div><div><div><div class="gmail_extra"><br clear="none"><br clear="none"><div class="gmail_quote">On Tue, Jun 3, 2014 at 9:56 PM, Emil Uzelac <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:emil@uzelac.me" target="_blank" href="javascript:return">emil@uzelac.me</a>></span> wrote:<br clear="none">




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr"><div class="gmail_default" style="font-family:verdana, sans-serif;">I don't think that you need is_admin at all. Customizer already covers the roles and capability by default.</div>




<div class="gmail_default" style="font-family:verdana, sans-serif;">
<br clear="none"></div><div class="gmail_default" style="font-family:verdana, sans-serif;">See <a rel="nofollow" shape="rect" target="_blank" href="http://themes.svn.wordpress.org/twentyfourteen/1.1/inc/customizer.php">http://themes.svn.wordpress.org/twentyfourteen/1.1/inc/customizer.php</a> for examples.</div>





<div class="gmail_default" style="font-family:verdana, sans-serif;"><br clear="none"></div><div class="gmail_default" style="font-family:verdana, sans-serif;">Also see: <a rel="nofollow" shape="rect" target="_blank" href="http://kwight.ca/2012/12/02/adding-a-logo-uploader-to-your-wordpress-site-with-the-theme-customizer/">http://kwight.ca/2012/12/02/adding-a-logo-uploader-to-your-wordpress-site-with-the-theme-customizer/</a></div>





<div class="gmail_default" style="font-family:verdana, sans-serif;">this will give you an idea how API works :)</div></div><div><div><div class="gmail_extra"><br clear="none"><br clear="none"><div class="gmail_quote">On Tue, Jun 3, 2014 at 8:01 PM, Stephen Cui <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:scui2005@gmail.com" target="_blank" href="javascript:return">scui2005@gmail.com</a>></span> wrote:<br clear="none">





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr">Hi, Chip:<div><br clear="none"></div><div>I found the issue after several hours of digging.</div><div><br clear="none"></div><div>





Normal I only admin related function by checking is_admin()</div><div><br clear="none"></div><div>if ( is_admin() ) {<br clear="none">
</div><div>   require( get_template_directory() . '/core/theme-customizer.php' );<br clear="none"></div><div>}</div><div><br clear="none"></div><div>However, the preview is not admin. Thefore I have to remove the is_admin() check.</div><div>






<br clear="none"></div><div>Regards</div><span><font color="#888888"></font></span><div><br clear="none"></div><div>Stephen</div><div><br clear="none"></div></div><div><div><div class="gmail_extra"><br clear="none"><br clear="none"><div class="gmail_quote">
On Tue, Jun 3, 2014 at 5:41 PM, Chip Bennett <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:chip@chipbennett.net" target="_blank" href="javascript:return">chip@chipbennett.net</a>></span> wrote:<br clear="none">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr">Can you post code somewhere? GitHub/Gist etc.? It's really impossible to say for certain what the issue is without seeing what you're doing.<div>






<br clear="none"></div><div>Using the Options API (get_option()) works fine with the Customizer. Have a look at Oenology if you need a code reference.</div>
</div><div class="gmail_extra"><br clear="none"><br clear="none"><div class="gmail_quote"><div><div>On Tue, Jun 3, 2014 at 4:58 PM, Stephen Cui <span dir="ltr"><<a rel="nofollow" shape="rect" ymailto="mailto:scui2005@gmail.com" target="_blank" href="javascript:return">scui2005@gmail.com</a>></span> wrote:<br clear="none">







</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div><div dir="ltr">Hi, <div><br clear="none"></div><div>I am in the process to change my theme to use customize. I use method 3 from Otto's tutorial. However, the customize preview and get_option does not work well. get_option is always getting the value from the database.</div>








<div><br clear="none"></div><div>Is this expected results? Do I missing anything here?</div><div><br clear="none"></div><div>Regards</div><span><font color="#888888"></font></span><div><br clear="none"></div><div>Stephen Cui</div><div><br clear="none"></div></div>

<br clear="none"></div></div>_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"></div>
<br clear="none">_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"></div>
</div></div><br clear="none">_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"></div>
</div></div><br clear="none">_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"></div>
</div></div><br clear="none">_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"></div>
</div></div><br clear="none">_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"><br clear="all"><div><br clear="none"></div></div></div><span class="HOEnZb"><font color="#888888">-- <br clear="none"></font></span><div dir="ltr"><i>Imon Themes</i><div><br clear="none"></div></div>
</div>
<br clear="none">_______________________________________________<br clear="none">
theme-reviewers mailing list<br clear="none">
<a rel="nofollow" shape="rect" ymailto="mailto:theme-reviewers@lists.wordpress.org" target="_blank" href="javascript:return">theme-reviewers@lists.wordpress.org</a><br clear="none">
<a rel="nofollow" shape="rect" target="_blank" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br clear="none">
<br clear="none"></blockquote></div><br clear="none"></div></div></td>
                                    </tr>
                                </tbody>
                            </table>
                    </div>
                </div>
            </div>