Tagged: x
-
AuthorPosts
-
June 8, 2016 at 10:23 pm #1033272
flauntessenceParticipantI am trying to add a mailmunch pop-up to my website I have been searching everywhere for an answer and nothing is working.
Once I finished my pop-up creation it said:
Paste the following code right before the </head> tag on every page of your site:<!– MailMunch for FlauntEssence –>
<!– Paste this code right before the </head> tag on every page of your site. –>
<script src=”//a.mailmunch.co/app/v1/site.js” id=”mailmunch-script” data-mailmunch-site-id=”231252″ async=”async”></script>how do I do it on this theme?
June 9, 2016 at 12:20 am #1033411
John EzraMemberHi there,
Thanks for writing in! Note: that we can’t provide support for 3rd Party plugins or scripts. If you run into issues you would need to contact the plugin developer.
If there are no conflicts this is how you would add that code to the head section of your site. Please backup your site before proceeding.
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Once you have that setup, please copy this file:
/wp-content/themes/x/framework/views/global/_header.php
then paste it in the same directory in your child theme:
/wp-content/themes/x-child/framework/views/global/_header.php
Then open the file in your child theme and insert your code in between the head tags below what’s already in there.
Let us know how that goes. Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1033272 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
