This topic has 2 replies, 3 voices, and was last updated 11 years, 1 month ago by Wahed Khan.
Viewing 3 posts - 1 through 3 (of 3 total)
Had to resize the url for admin loginpage defaults to 84x84px i manually changed mineto mylogo size.. the hover and link also don’t link back to the sit main page.. (tried adding .login h1 a{} to custom css and it didnt work) I easily added necessary edits to php functions… but maybe could you include it to auto size and fix the hover text/link back on logo etc if youguys have time in next update.. thanks!
if ( ! function_exists( 'atp_custom_login_logo' ) ) {
function atp_custom_login_logo() {
if ( get_option('atp_admin_logo') ) {
echo '<style type="text/css">.login h1 a { background-image:url('.get_option('atp_admin_logo').') !important; background-size:auto auto; height:32px; width:266px; }</style>';
}
}
add_action('login_head', 'atp_custom_login_logo');
}
//admin Login Url and redirect
function my_loginURL() {
return 'http://example.com';
}
add_filter('login_headerurl', 'my_loginURL');
function my_loginURLtext() {
return 'example.com';
}
add_filter('login_headertitle', 'my_loginURLtext');
Please update the latest version. Hostmev2 – v2.4.0 – Updated – 30th June 2015 – is available for download. Make sure you take a backup of the old version before updating to the latest version of the theme. Please do check the theme ChangeLog.txt file provided in the full package downloaded from themeforest/codecanyon.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.