{"id":7237778,"date":"2016-04-04T13:57:56","date_gmt":"2016-04-04T13:57:56","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/bootstrap-code-problem-functionsphp\/"},"modified":"2016-08-31T15:25:50","modified_gmt":"2016-08-31T15:25:50","slug":"bootstrap-code-problem-functionsphp","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/bootstrap-code-problem-functionsphp\/","title":{"rendered":"Bootstrap code problem (functions.php)"},"content":{"rendered":"<p>Hi, I&#8217;m trying to use bootstrap with Contact Form 7. <\/p>\n<p>I followed this tutorial: <a href=\"https:\/\/github.com\/thebeckyhamm\/modal-contact-form-7\">Bootstrap Modal + Contact Form 7<\/a> but when i insert the code in functions.php worpress say it has an error. The code: <\/p>\n<pre><code>function BH_scripts() {\n\n     wp_enqueue_script( &#039;bootstrap-modal&#039;, get_template_directory_uri() . &#039;\/scripts\/modal.min.js&#039;, array(), null, true );\n\n    wp_register_style( &#039;modal-css&#039;, get_template_directory_uri().&#039;\/css\/modal.css&#039;, array(), null, &#039;all&#039; );\n    wp_enqueue_style( &#039;modal-css&#039; );\n}\n\nadd_action( &#039;wp_enqueue_scripts&#039;, &#039;BH_scripts&#039; );<\/code><\/pre>\n<p>I&#8217;m not sure if i&#8217;m inserting the code on the right place, or if i have to modify something else. <\/p>\n<p>The idea is to generate a lightbox with the contact form using Bootstrap. <\/p>\n<p>Any help is appreciated!<br \/>\nThanks in advance.<\/p>\n<p>https:\/\/wordpress.org\/plugins\/bootstrap-modals\/<\/p>\n","protected":false},"template":"","class_list":["post-7237778","topic","type-topic","status-publish","hentry","topic-tag-contact-form"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/7237778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/7237778\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=7237778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}