Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #988291
    bedingfield
    Participant

    Hi there,

    I am not sure how I can add lines to the header when I am using the Renew Child theme. Is there an easy way to do this?

    Thank you

    #988704
    Jade
    Moderator

    Hey there,

    Thanks for writing in! For this particular situation one of the easiest things you could do is output some content via a custom function in a child theme. To accomplish this, you will first need to setup a child theme then add the following code to the functions.php file of that theme:

    function my_custom_head_output() {
      ?>
        ...code here...
      <?php
    }
    
    add_action( 'wp_head', 'my_custom_head_output', 99999 );

    You can replace the sections that say …code here… with any code you need. You can choose between the two functions depending if you need your output in the <head> or near the closing <body> tag.

    Thanks!

    #989184
    bedingfield
    Participant

    Fantastic. Thank you.

    Just another quick questions. I have activated the included plugin ‘The Grid’. How do activate it. When I go to settings for ‘The Grid’ It says, ‘Not Activated’. Is there a serial number I have to add?

    Thank you.

    #989213
    Rupok
    Member

    Hi there,

    Thanks for writing in! The Grid is an Integrated Plugin of X. You don’t need to activate it to use with X and there is no license key provided for integrated plugins. However if you want the premium features (check their site) then you need to purchase a separate license from CodeCanyon.

    P.S: The term “activation” is actually referring the license activation not the plugin.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-988291 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>