Forum Replies Created
-
AuthorPosts
-
Brice
MemberHello,
i've found a solution for all genesis user fields
add_action( 'admin_init', 'custom_remove_user_profile_fields' );
function custom_remove_user_profile_fields(){
remove_action( 'show_user_profile', 'genesis_user_options_fields' );
remove_action( 'edit_user_profile', 'genesis_user_options_fields' );
remove_action( 'show_user_profile', 'genesis_user_archive_fields' );
remove_action( 'edit_user_profile', 'genesis_user_archive_fields' );
remove_action( 'show_user_profile', 'genesis_user_seo_fields' );
remove_action( 'edit_user_profile', 'genesis_user_seo_fields' );
remove_action( 'show_user_profile', 'genesis_user_layout_fields' );
remove_action( 'edit_user_profile', 'genesis_user_layout_fields' );
}Brice
MemberHello,
i've found a solution for all genesis user fields
add_action( 'admin_init', 'custom_remove_user_profile_fields' );
function custom_remove_user_profile_fields(){
remove_action( 'show_user_profile', 'genesis_user_options_fields' );
remove_action( 'edit_user_profile', 'genesis_user_options_fields' );
remove_action( 'show_user_profile', 'genesis_user_archive_fields' );
remove_action( 'edit_user_profile', 'genesis_user_archive_fields' );
remove_action( 'show_user_profile', 'genesis_user_seo_fields' );
remove_action( 'edit_user_profile', 'genesis_user_seo_fields' );
remove_action( 'show_user_profile', 'genesis_user_layout_fields' );
remove_action( 'edit_user_profile', 'genesis_user_layout_fields' );
}Brice
MemberHi,
have you found a solution ?
thank you
Brice
MemberHi Anitac,
thank you for your link but it's not really that i'm look at for,
to give you a more accurate idea see links above:http://demo.wpbakery.com/?theme=visual-composer
http://www.elegantthemes.com/gallery/elegant-builder/
codecanyon.net/item/ether-content-builder-wordpress-plugin
Brice
MemberThank you Mayur but Dynamics is more a template editor than a page builder, i look at for a tool that let me create page and post fastly with blocks and allowing me to save custom structure.
Brice
MemberThank you Mayur,
do you know a good page builder that is not a framework in itself ?
-
AuthorPosts