Hi Emil,<br><br>For the Admin Enqueue I had created simplecatch_admin_scripts() and simplecatch_admin_styles() which is called only in admin section inside the function simplecatch_options_menu()     // admin_print_scripts-(hookname) and add_print_styles-(hookname)<br>


    add_action( &#39;admin_print_scripts-&#39; . $simplecatch_options, &#39;simplecatch_admin_scripts&#39; );<br>
    add_action( &#39;admin_print_styles-&#39; . $simplecatch_options, &#39;simplecatch_admin_styles&#39; );<br>
    <br>
    // admin_print_scripts-(hookname) and add_print_styles-(hookname)<br>
    add_action( &#39;admin_print_scripts-&#39; . $slider_options, &#39;simplecatch_admin_scripts&#39; );<br>
    add_action( &#39;admin_print_styles-&#39; . $slider_options, &#39;simplecatch_admin_styles&#39; );<br><br>I have pasted the code as below. Isn&#39;t this correct as this similar to what you have mention to the comment. I think this should also work. If not then can you tell me why not.<br>

<br>Regards,<br>Sakin<br><br>/**<br> * Enqueue admin script<br> *<br> * @uses wp_enqueue_script <br> * @Calling jquery, jquery-ui-tabs,jquery-cookie, jquery-ui-sortable, jquery-ui-draggable<br> */<br>function simplecatch_admin_scripts() {<br>

    //jquery-cookie registered in functions.php<br>    wp_register_script( &#39;simplecatch_admin&#39;, get_template_directory_uri().&#39;/functions/panel/admin.js&#39;, array( &#39;jquery&#39;, &#39;jquery-ui-tabs&#39;, &#39;jquery-cookie&#39;, &#39;jquery-ui-sortable&#39;, &#39;jquery-ui-draggable&#39; ), &#39;1.0&#39;, false );<br>

    wp_enqueue_script ( &#39;simplecatch_admin&#39; );<br>    //registering add_image_script.js and enqueue<br>    wp_register_script( &#39;simplecatch_upload&#39;, get_template_directory_uri().&#39;/functions/panel/add_image_scripts.js&#39;, array( &#39;jquery&#39;,&#39;media-upload&#39;,&#39;thickbox&#39; ) );<br>

    wp_enqueue_script( &#39;simplecatch_upload&#39; );<br>}<br><br><br>/**<br> * Enqueue admin stylesheet<br> *<br> * @uses wp_enqueue_style<br> */<br>function simplecatch_admin_styles() {<br>    wp_enqueue_style( &#39;simplecatch_admin&#39;,get_template_directory_uri().&#39;/functions/panel/admin.css&#39;, array(), &#39;1.0&#39;, &#39;screen&#39; );<br>

    //Enqueue thickbox.css<br>    wp_enqueue_style( &#39;thickbox&#39; );<br>}<br><br><br>/*<br> * Create a function for Theme Options Page<br> *<br> * @uses add_menu_page<br> * @add action admin_menu <br> */<br>add_action( &#39;admin_menu&#39;, &#39;simplecatch_options_menu&#39; );<br>

function simplecatch_options_menu() {<br>    <br>    $simplecatch_options = add_theme_page( <br>        sprintf( esc_html__( &#39;%s Theme Options&#39;, &#39;simplecatch&#39; ), get_bloginfo( &#39;name&#39;) ), // Name of page<br>

        __( &#39;Theme Options&#39;, &#39;simplecatch&#39; ),        // Label in menu<br>        &#39;edit_theme_options&#39;,                         // Capability required<br>        &#39;simplecatch_options&#39;,                             // Menu slug, used to uniquely identify the page<br>

        &#39;simplecatch_options_page&#39;<br>    );                        // Function that renders the options page<br>    <br>    $slider_options = add_theme_page( <br>        sprintf( esc_html__( &#39;%s Slider&#39;, &#39;simplecatch&#39; ), get_bloginfo( &#39;name&#39;) ), // Name of page<br>

        __( &#39;Featured Slider&#39;, &#39;simplecatch&#39; ),        // Label in menu<br>        &#39;edit_theme_options&#39;,                         // Capability required<br>        &#39;simplecatch_options_slider&#39;,                             // Menu slug, used to uniquely identify the page<br>

        &#39;simplecatch_options_slider_page&#39;    // Function that renders the options page<br>    );<br>            <br>    // admin_print_scripts-(hookname) and add_print_styles-(hookname)<br>    add_action( &#39;admin_print_scripts-&#39; . $simplecatch_options, &#39;simplecatch_admin_scripts&#39; );<br>

    add_action( &#39;admin_print_styles-&#39; . $simplecatch_options, &#39;simplecatch_admin_styles&#39; );<br>    <br>    // admin_print_scripts-(hookname) and add_print_styles-(hookname)<br>    add_action( &#39;admin_print_scripts-&#39; . $slider_options, &#39;simplecatch_admin_scripts&#39; );<br>

    add_action( &#39;admin_print_styles-&#39; . $slider_options, &#39;simplecatch_admin_styles&#39; );<br>}<br>add_action( &#39;admin_menu&#39;, &#39;simplecatch_options_menu&#39; );<br><div class="gmail_quote">On Sun, Jun 3, 2012 at 3:10 PM, Emil Uzelac <span dir="ltr">&lt;<a href="mailto:emil@themeid.com" target="_blank">emil@themeid.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font color="#333333"><font><font face="arial,helvetica,sans-serif">Hi,</font></font></font><div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br>

</font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">2nd opinion will come from other admins or reviewers :)</font></font></font></div>

<div><font color="#333333"><font><font face="arial,helvetica,sans-serif"><br></font></font></font></div><div><font color="#333333"><font><font face="arial,helvetica,sans-serif">Emil<br></font></font></font><br><div class="gmail_quote">

<div><div class="h5">

On Sun, Jun 3, 2012 at 4:24 AM, Sakin Shrestha <span dir="ltr">&lt;<a href="mailto:info@catchinternet.com" target="_blank">info@catchinternet.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div class="h5">

Hi Emil,<br><br>Sorry this is not my question. My question if that why my theme is being issue for IE specific style and scripts. Where I can see your WordPress default theme Twenty Eleven theme is using it. This is not fair. If my theme is check against this script then twenty eleven theme should also be checked. This should be equal to everyone.<br>





<br>Another is about the <b>License: (2nd opinion needed). </b>I asked you help in this as I am new to theme development in WordPress repo. So, if you help me with this that What should I add it additional for this css <a href="http://978.gs" target="_blank">http://978.gs</a><br>





<br>Regards,<br>Sakin <br><div><div><br><div class="gmail_quote">On Sun, Jun 3, 2012 at 2:56 PM, WordPress Themes <span dir="ltr">&lt;<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>&gt;</span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>#7867: THEME: Simple Catch - 1.1<br>
-------------------------------+-----------------------<br>
Reporter:  catchthemes         |       Owner:  figerty<br>
    Type:  theme               |      Status:  reopened<br>
Priority:  major               |  Resolution:<br>
Keywords:  theme-simple-catch  |<br>
-------------------------------+-----------------------<br>
<br>
</div>Comment (by emiluzelac):<br>
<br>
 For styles you can use [<a href="http://modernizr.com/" target="_blank">http://modernizr.com/</a> Modernizr]. It&#39;s easy and<br>
 very effective too and go after specific IE browsers. Since we don&#39;t have<br>
 any good if IE alternatives you can disregard that. I do know that default<br>
 Theme is using it and perhaps that also is not the best solution either.<br>
<span><font color="#888888"><br>
--<br>
Ticket URL: &lt;<a href="http://themes.trac.wordpress.org/ticket/7867#comment:5" target="_blank">http://themes.trac.wordpress.org/ticket/7867#comment:5</a>&gt;<br>
</font></span><div><div>WordPress Themes &lt;<a href="http://themes.trac.wordpress.org/" target="_blank">http://themes.trac.wordpress.org/</a>&gt;<br>
WordPress.org Theme Directory Reviews<br>
</div></div></blockquote></div><br>
</div></div><br></div></div>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br>