How to populate a Mailchimp newsletter with latest events from WordPress plugin EventOn?

The easiest way to accomplish this would be to get an RSS feed from EventOn and then create an RSS Campaign in Mailchimp and pull in the event items automatically using that RSS feed. Configuring RSS Feed in EventOn Using RSS Content Blocks in Mailchimp PS This is really not the right forum for this … Read more

Launching a Mailchimp popup from a menu item

I found solution using bootstrap popup and mailchimp shortcode. You need to install mailchimp plugin. https://wordpress.org/plugins/mailchimp-for-wp/ Step 1 : Customise menu item function nav_replace_wpse_189788( $item_output, $item, $depth, $args ) { //var_dump($item_output, $item); if( $args->theme_location != ‘main_menu’ ){ return $item_output; } if ( $item->menu_order == ‘3’ ) { $item_output .= ‘<li class=”moblie-nav menu-item menu-item-type-custom menu-item-object-custom last-menu-item”>’; … Read more

}catch (ex){} showing in header [closed]

You have nested <script> tags in your snippet. Try the following snippet, it’s reformatted for readability: <script id=”mcjs”> try { ! function(c, h, i, m, p) { m = c.createElement(h), p = c.getElementsByTagName(h)[0], m.async = 1, m.src = i, p.parentNode.insertBefore(m, p) }(document, “script”, “https://chimpstatic.com/mcjs-connected/js/users/2095bd42340716fa509260a90/406ca4747992260e47dbadffd.js”); } catch (ex) {} </script>