single player bio pages

Shoal Summit Solutions Forums MSTW Team Rosters Plugin single player bio pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2874

    I am trying to get the header information to go across the top with a logo like the cal-bears. It is currently stacking the same as it does on the gallery page:
    http://www.legacyunitedfc.com/wordpress/team/

    Let me know if you need additional information.

    dw

    #2875
    Mark
    Keymaster

      Hey Dan,
      It looks like you have a bit of a mess going on here. (FYI, your theme is throwing JavaScript warnings.) I assume you are referring to the single player profile. The basic problem is that the content is taking up more than the available space. Try modifying the following CSS rules:

      #player-photo {
        padding-left: 20px;
        /* display: inline; */
        line-height: 0;
        float: left;
      }
      
      table#player-info {
        font-size: 16px;
        padding-left: 10px;
        margin-left: 20px;
        width: auto;
      } 
      

      That seems to work in the inspector (other than the fact that the photo is a bit large and throwing off the vertical alignment, but that too is fixable.

      As far as the team logo on the right hand side of the header, that’s a 4.0 feature you are seeing on the dev site (because I’m doing final pre-release testing there). Version 4.0 will be released shortly.

      Let me know.
      -Mark

      • This reply was modified 9 years, 3 months ago by Mark.
      #2877
      Mark
      Keymaster

        Got your e-mail and forwarded you a screenshot of what those to changes (in boldface) did. It looks right to me, but maybe we are talking about different things. (??)

        As far as ‘the mess’, it’s not really out of the ordinary. The theme and the plugin frequently need to have the CSS tweaked a bit to get things to line up. I’m a bit at a loss probably because I’ve been immersed in version 4.0 for months, so the 3.1.2 stuff has become somewhat of a fond memory to me. The JS exceptions would concern me a bit though.

        Let me know.

        -Mark

        #2881

        I have made those modifications, and I’m getting the same result with the # and info below the picture. Any other suggestions?

        #2882

        Ok, I figured out what I was doing wrong and it is working as expected now.

        The post navigation text at the top of the profile pages, is that supposed to be there?

        #2883
        Mark
        Keymaster

          Cool. I don’t believe the POST NAVIGATION text is coming from the plugin.

          • This reply was modified 9 years, 3 months ago by Mark.
        Viewing 6 posts - 1 through 6 (of 6 total)
        • You must be logged in to reply to this topic.