Can't edit Avatar - button off

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • William Thomas Jr
    Senior Member
    • Nov 2014
    • 526
    • 5.1.x

    Can't edit Avatar - button off

    I can't edit avatar in profile because the edit avatar button is appearing off in 5.3.4 Alpha. Is there a simple CSS correction which can be done in the meantime?

    Click image for larger version

Name:	avatar.jpg
Views:	263
Size:	294.4 KB
ID:	4380311
  • William Thomas Jr
    Senior Member
    • Nov 2014
    • 526
    • 5.1.x

    #2
    Temp fix by changing position from absolute to relative:

    .profile-sidebar-widget .profileContainer .profile-photo-wrapper .edit-profile, .groupSummaryContainer .sg-icon-wrapper .editGroupIcon, .blogSummaryContainer .blog-icon-wrapper .editBlogIcon {
    position: relative;
    bottom: 0;
    right: 0;
    background: #0093D2;
    font-weight: bold;
    color: white;
    font-size: 12px;
    padding: 2px 7px;
    cursor: pointer;
    display: none;
    }
    Last edited by William Thomas Jr; Wed 1 Nov '17, 11:59am.

    Comment

    • Mark.B
      vBulletin Support
      • Feb 2004
      • 24286
      • 6.0.X

      #3
      That might be your custom style....I'm not seeing that problem on my demo site.
      MARK.B
      vBulletin Support
      ------------
      My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
      My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73976

        #4
        I cannot replicate the issue either.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • hunter22375
          Senior Member
          • Mar 2008
          • 153

          #5
          I am also having this issue but cannot find which CSS file to edit to fix it. The edit avatar button appears when you hover over the existing one but then goes away when you go to click on it. I am running 5.2.2
          Signature

          Comment


          • In Omnibus
            In Omnibus commented
            Editing a comment
            It may be irrelevant to your issue but you should be running 5.3.4 PL1 for security reasons.
        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 73976

          #6
          Originally posted by hunter22375
          I am also having this issue but cannot find which CSS file to edit to fix it. The edit avatar button appears when you hover over the existing one but then goes away when you go to click on it. I am running 5.2.2
          You will need to upgrade to 5.3.4 PL1 before we can assess your problem. If it continues after upgrading, then you need to create a new topic so we can provide you with support.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          • mcbeck101
            New Member
            • Aug 2016
            • 2
            • 5.2.x

            #7
            This same thing just happened to me, as well. I'm using 5.4.2. I have two licenses and using the same theme for each. On one site, no issues. But on the other, the Edit Avatar button moved to the same place as the OP's. I am currently using the css code he kindly posted as a temporary solution.

            Any assistance would be greatly appreciated.

            Comment

            • Mark.B
              vBulletin Support
              • Feb 2004
              • 24286
              • 6.0.X

              #8
              Originally posted by mcbeck101
              This same thing just happened to me, as well. I'm using 5.4.2. I have two licenses and using the same theme for each. On one site, no issues. But on the other, the Edit Avatar button moved to the same place as the OP's. I am currently using the css code he kindly posted as a temporary solution.

              Any assistance would be greatly appreciated.
              Does this happen in a default style?
              MARK.B
              vBulletin Support
              ------------
              My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
              My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

              Comment

              Related Topics

              Collapse

              Working...