<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>OK got it to work - I was dequeueing in one function and the re enqueueing in a second function which did not work.<div><br></div><div>Placing both in the same function and giving it a priority of 20 did the trick :)</div><div><br></div><div>Off to bed now and will figure the rest out tomorrow. <br><br><div><hr id="stopSpelling">From: zulfikarnore@live.com<br>To: theme-reviewers@lists.wordpress.org<br>Date: Sun, 22 Sep 2013 01:23:01 +0100<br>Subject: Re: [theme-reviewers] Removal of parent theme's enqueue function<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">Thanks for the links Justin.<div><br></div><div>For some reason wp_dequeue_script has never worked for me - I must be using the wrong handler.</div><div><br></div><div>For the functions.js this would be what's required <?php wp_dequeue_script( 'twentythirteen-script' ); ?> right?<br><br><div><hr id="ecxstopSpelling">Date: Sat, 21 Sep 2013 19:04:10 -0500<br>From: justin@justintadlock.com<br>To: theme-reviewers@lists.wordpress.org<br>Subject: Re: [theme-reviewers] Removal of parent theme's enqueue function<br><br>
  
    
  
  
    Here's the functions you're looking for:<br>
    <br>
    <a href="http://codex.wordpress.org/Function_Reference/wp_dequeue_style" target="_blank">http://codex.wordpress.org/Function_Reference/wp_dequeue_style</a><br>
    <a href="http://codex.wordpress.org/Function_Reference/wp_dequeue_style" target="_blank">http://codex.wordpress.org/Function_Reference/wp_dequeue_script</a><br>
    <a href="http://codex.wordpress.org/Function_Reference/wp_deregister_script" target="_blank">http://codex.wordpress.org/Function_Reference/wp_deregister_style</a><br>
    <a href="http://codex.wordpress.org/Function_Reference/wp_deregister_script" target="_blank">http://codex.wordpress.org/Function_Reference/wp_deregister_script</a><br>
    <br>
    <div class="ecxmoz-cite-prefix">On 9/21/2013 6:59 PM, Zulfikar Nore
      wrote:<br>
    </div>
    <blockquote cite="mid:DUB123-W255B31BD3972ECA7E250F4A1230@phx.gbl">
      <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style>
      <div dir="ltr">Hello review team,
        <div><br>
        </div>
        <div>Hope you are enjoying your weekend.</div>
        <div><br>
        </div>
        <div>Re: Subject line...</div>
        <div><br>
        </div>
        <div>In a child theme I propose to do this: remove_action(
          'wp_enqueue_scripts', 'twentythirteen_scripts_styles' );</div>
        <div>and then enqueue from my own function - is this acceptable?</div>
        <div><br>
        </div>
        <div>My reasoning is that I'm changing the CSS and the
          functions.js to unlock the sidebar in order to prevent it from
          overflowing in to the footer.</div>
        <div>I felt doing the way I want to would gives me better
          control on the CSS and javascript and to be honest, I loath
          @import and didn't want to fumble with function priorities.</div>
        <div><br>
        </div>
        <div>Thanks in advance,</div>
        <div>Zulf</div>
      </div>
      <br>
      <fieldset class="ecxmimeAttachmentHeader"></fieldset>
      <br>
      <pre>_______________________________________________
theme-reviewers mailing list
<a class="ecxmoz-txt-link-abbreviated" href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a>
<a class="ecxmoz-txt-link-freetext" href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a>
</pre>
    </blockquote>
    <br>
  

<br>_______________________________________________
theme-reviewers mailing list
theme-reviewers@lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers</div></div>                                       </div>
<br>_______________________________________________
theme-reviewers mailing list
theme-reviewers@lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers</div></div>                                       </div></body>
</html>