- 
AuthorPosts
 - 
October 6, 2015 at 6:29 am #612942
jibajabazParticipantHello,
I’ve been given the code below by Taboola to place the code at the ‘end of your <body> tag: I believe it’s the footer.php but I can’t find the footer.php in X directory/global so I can create a Template for the X Child Theme.
Can I please be directed as where the footer.php file is? So I can proceed.
<script type=”text/javascript”>
window._taboola = window._taboola || [];
_taboola.push({flush: true});
</script>Thanks a milion
October 6, 2015 at 6:31 am #612943
jibajabazParticipantThis reply has been marked as private.October 6, 2015 at 6:52 am #612961
ZeshanMemberHi there,
Thanks for writing in!
X footer file is _footer.php located in “/wp-content/themes/x/framework/views/global/” directory. However, you can use following code in your child theme’s functions.php file to add your script in the footer of your site:
add_action('wp_footer', 'add_script_to_footer'); function add_script_to_footer() { ?> <!-- Your Script Will Go Here --> <?php }Replace
<!-- Your Script Will Go Here -->with your script.Thanks!
October 6, 2015 at 8:56 am #613133
jibajabazParticipantThanks that saves me a ton of headache. I will go and do it now!
October 6, 2015 at 9:22 am #613173
ThaiModeratorLet us know how it goes 🙂
October 6, 2015 at 10:31 am #613313
jibajabazParticipantThis reply has been marked as private.October 6, 2015 at 11:18 am #613413
JackKeymasterHi there!
You’re most welcome! 🙂
Try the following css to move each widget column down without effecting the main content band. In Customize > Custom > CSS
div#text-54.widget.widget_text { margin-top: 5px; }which is for the left hand side.
And
div#text-43.widget.widget_text { margin-top: 5px; }which is for the right hand side.
Any issues, let us know. We’re here to help. 🙂
Thanks!
October 6, 2015 at 12:09 pm #613498
jibajabazParticipantHello,
It didn’t work I did try to render the code given but still came up empty. Where it says Trending Now it’s too close to the button. Thanks
October 6, 2015 at 12:52 pm #613609
JadeModeratorHi there,
Please try this code instead:
.vc_empty_space { clear: both; }Hope this helps.
 - 
AuthorPosts
 
- <script> jQuery(function($){ $("#no-reply-612942 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
 
