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)