BuddyBoss
BuddyBoss
  • Product
    • Features
      • Connect your people
      • Make it fun and engaging
      • Sell access, generate revenue & create wealth
      • Everything you need to customize for your brand
      • Launch your online courses
      • Amplify your impact with the power of mobile
    • Integrations
    • Platform
    • Use Cases
      • For Online Communities
      • For Online Courses
      • For Membership Sites
      • For LearnDash
      • For LifterLMS
    • Mobile Apps
      • For Online Communities
      • For LearnDash
      • For Online Courses
      • For Membership Programs
    • Showcase
    • Roadmap
  • Agency
    • Case Studies
    • Expertise
    • Enterprise
    • Retainers
    • Agency Partners
    • Staff Augmentation
  • Resources
    • Step by step documentation for easy BuddyBoss setup
    • Create a new ticket, and get help from the BuddyBoss support team
    • More Resources
      • Blog
      • Videos
      • Webinars
      • Code Reference
      • Release Notes
      • Git
  • Features
    • Connect your people
    • Make it fun and engaging
    • Sell access, generate revenue & create wealth
    • Everything you need to customize for your brand
    • Launch your online courses
    • Amplify your impact with the power of mobile
  • Get More Out Of BuddyBoss
  • Platform
  • Use Cases
    • For Online Communities
    • For Online Courses
    • For Membership Sites
    • For LearnDash
    • For LifterLMS
  • Mobile App
    • For Online Communities
    • For LearnDash
    • For Online Courses
    • For Membership Programs
  • Showcase
  • Roadmap
My Account
My Account
Pricing

Support Forums

BuddyBoss Home – Web › Support Forums › Themes › BuddyBoss theme › Logo doesn't displayed at Login page

Tagged: login page, logo

  • This topic has 7 replies, 3 contibutors, and was last updated 7 years, 5 months ago by Deepak BuddyBoss.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Question

    March 6, 2015 at 5:26 am #36887

    Anton
    @sowulio

    Dear Support Team, after theme update Logo is not displayed at Login page. Please advise how to fix it.

    Thank you
    Anton

    Answers

    March 6, 2015 at 3:42 pm #36904

    Deepak BuddyBoss
    Participant
    @deepak

    @sowulio it appears the database is not saving the logo location. I'll forward this issue to the devs right away.

    March 7, 2015 at 5:24 am #36927

    Anton
    @sowulio

    Thank you! Could you please advise any workaround? Thanks, Anton

    March 7, 2015 at 10:31 am #36940

    Deepak BuddyBoss
    Participant
    @deepak

    @sowulio add this to functions.php:

    function buddyboss_custom_login_logo_backup()
    {
        $logo = "[insert logo url here in this format /wp-content/uploads/2015/3/image.jpg]";
    	
    	/*convert from relative url to absolute url*/
    	$scheme = is_ssl() ? 'https://' : 'http://';
    	$logo_absolute_url = $scheme . @$_SERVER['HTTP_HOST'] . $logo;
    
        if ( $logo ) {
            if ( !0 ) {
                list( $width, $height ) = getimagesize( $logo_absolute_url );
                echo '<style type="text/css">
                        #login h1 a {
                            background-image: url('.esc_url($logo).');
                            background-size: '.intval($width).'px '.intval($height).'px;
                            min-height: 87px;
                            min-width: 326px;
                            width: '.intval($width).'px;
                            height: '.intval($height).'px;
                            overflow: hidden;
                        }
                        body.login {
                            background: #fff !important;
                        }
                        .login form {
                            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
                            -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
                            box-shadow: 0 1px 3px rgba(0,0,0,.3);
                        }
                    </style>';
            }
        }
    }
    add_action( 'login_head', 'buddyboss_custom_login_logo_backup' );
    March 8, 2015 at 12:34 pm #36989

    Michael Eisenwasser
    Keymaster
    @michael

    @sowulio

    I am not able to replicate this locally. I had a developer test and he could not replicate it either.

    March 8, 2015 at 7:00 pm #37006

    Deepak BuddyBoss
    Participant
    @deepak

    @michael I have been able to replicate this, not sure what I've done differently than you.

    March 9, 2015 at 5:07 am #37026

    Anton
    @sowulio

    My issue was due to logo “name” was Cyrillic symbols. I changed to Eng.and it works. Thank you!

    March 9, 2015 at 11:13 am #37052

    Deepak BuddyBoss
    Participant
    @deepak

    @sowulio oh, that is good news, I'll close this out then.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Logo doesn't displayed at Login page’ is closed to new replies.
  • Helpful Information
    • Privacy Policy
    • Refund Policy
    • Terms and Conditions
    • Support Policy
    • Licenses & Subscriptions

  • View Themes Custom Work
    STAY IN TOUCH
    Subscribe to our Newsletter, and we’ll send you the latest news from BuddyBoss
    • Hidden
    • This field is for validation purposes and should be left unchanged.
    COMPANY
    • Blog
    • Contact Us
    • Media Kit
    • Affiliate Program
    • Terms & Conditions
    • Support Policy
    • Privacy Policy
    • Affiliate Program Terms
    SOLUTIONS
    • Community Software
    • Online Courses Software
    • LearnDash Theme
    • LifterLMS Theme
    • Themes
    • BuddyPress Plugins
    • BuddyBoss vs BuddyPress
    AGENCY
    • Agency Overview
    • Retainers
    • Enterprise
    • Expertise & Services
    • Case Studies
    • Partners
    • Staff Augmentation
    RESOURCES
    • Frequently Asked Questions
    • Documentation
    • Code Reference
    • Webinars
    • Videos & Tutorials
    • Create Support Ticket
    • Roadmap
    • My Account

    © All rights reserved Boss Media Ltd. 2022

    Terms & Conditions Privacy Policy

    Not recently active
    62f26ef553251