Tagged: x
-
AuthorPosts
-
October 18, 2016 at 2:29 pm #1221249
hyperdrive_boomParticipantGood evening,
I have set up a mailchimp account and added the X theme mailchimp plugin to the site.
Just adding the shortcode to the page via cornerstone seems to work completely fine… However I want my sign up field to be in the Header. When I add the shortcode to this the field does not appear. Just shows the shortcode i.e.:
[x_subscribe form=”184″]
What do I need to do to enable this to work?
I have the latest wordpresss, X theme and cornerstone/mailchimp plugin
Kind Regards,
JasonOctober 18, 2016 at 6:13 pm #1221450
JadeModeratorHi Jason,
Are you trying to add the shortcode in the topbar?
If so, please add this code in the child theme’s functions.php:
add_filter('x_option_x_topbar_content', 'top_bar_content_shortcode'); function top_bar_content_shortcode ( $content ) { return do_shortcode ( $content ); }Hope this helps.
October 24, 2016 at 10:01 am #1228418
hyperdrive_boomParticipantPerfect thank you!
October 24, 2016 at 10:55 am #1228500
RahulModeratorGlad to hear it!
Let us know if we can help with anything else.
Thank you!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1221249 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
