Tagged: x
-
AuthorPosts
-
November 10, 2016 at 4:52 am #1251493
warrenfabParticipantHi there,
I have posted some issues in the past and gotten no response. I hope this is not going to be the case again now. I pay for themes and support, and I expect support.
In mailchimp, I have exported the Mailchimp subscription JS code for signups and inserted it under the child functions.php, as per suggestion above. See code below:
————————————————————————–
add_action( ‘wp_footer’, ‘custom_page_script’, 10 );
function custom_page_script(){
if ( is_page(14) ) {
echo ‘<script type=”text/javascript” src=”//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us13.list-manage.com”,”uuid”:”b51c3181c5833e75463a9dce1″,”lid”:”aa7e46849a”}) })</script>’;
}
}
————————————————————————-The code is causing two elements to break on the page when viewed in any browser, as well as the actual admin console, which switches to skeleton mode due to this error.
What could be the conflict?
November 10, 2016 at 7:26 am #1251628
ChristianModeratorHey there,
It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1251493 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
