bswarnock
Forum Replies Created
-
Forum: Plugins
In reply to: [Sidebar Login] Login with email in place of usernamefunction my_changein_args ($my_form_args) {
return array(
‘echo’ => true,
// ‘redirect’ => esc_url( apply_filters( ‘sidebar_login_widget_login_redirect’, $redirect ) ),
‘label_username’ => __( ‘Username or Email’, ‘sidebar-login’ ),
// ‘label_password’ => __( ‘Password’, ‘sidebar-login’ ),
// ‘label_remember’ => __( ‘Yourrememberlabel’, ‘sidebar-login’ ),
// ‘label_log_in’ => __( ‘Yourloginlabel’, ‘sidebar-login’ ),
// ‘remember’ => $show_rememberme,
‘value_remember’ => true
);
}
add_filter( ‘sidebar_login_widget_form_args’, ‘my_changein_args’ );- This reply was modified 8 years, 11 months ago by bswarnock.
I’m experiencing the same issue on Twenty Twelve theme. Has this been updated? Listing Gallery image doesn’t maintain aspect ratio when viewing a single listing on mobile/tablet, so image is stretched vertically.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Mailing AddressWhat do you use for contact form 7? I tried for example: mc4wp-ADDRESS[addr1]. The extra [] doesn’t work.