Mailchimp Popup on homepage only with is (front_page) [closed]

You have a couple problems. First, the ! in the conditional means “NOT.” Secondly, the || means “OR”. In other words, your conditional translates to: If this is NOT the front page OR this is NOT the post archive page That describes every page. Try this instead: <?php if ( is_front_page() ) :?> <script id=”mcjs”>!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h). … Read more

WordPress MailChimp Framework suddenly stopped working without modification [closed]

Well, it seems that the author of WordPress MailChimp Framework is on indefinite vacation. So I suggest to you having the same problem as this one is to go through the PHP MCAPI wrapper (http://apidocs.mailchimp.com/downloads/#php) since this one is directly supported by the MailChimp team. The team has updated the wrapper to handle dropped connections. … 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

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)