Tagged: x
-
AuthorPosts
-
July 7, 2016 at 9:16 pm #1077366
undiciParticipantWhite label 1.1.0 – Correct Link on Logo
updated to
White label 1.2.0 – Link on Logo Goes to WordPress.org?
How can I change this back to the actual site link that the extension is installed on?
Thanks!
July 8, 2016 at 2:35 am #1077613
Rue NelModeratorHello There,
Thanks for writing in! This must be a bug in the latest release. For the meantime, to change back to the actual site link, please insert this following code in your child theme’s functions.php file.
// WP Login logo link // ============================================================================= function custom_login_custom_link() { return esc_url( home_url() ); } add_filter('login_headerurl','custom_login_custom_link'); // =============================================================================Hope this helps. Kindly let us know.
July 8, 2016 at 3:35 pm #1078420
undiciParticipantI think I will wait for the fix, so I don’t have to install the child theme and add the code, but thank you for your response.
Best,
MarkJuly 8, 2016 at 10:51 pm #1078862
Prasant RaiModeratorSure, feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1077366 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
