Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • @mercime : Thanks – placing the “span.activity { display: none; }” in the css worked for me. Q: Now that the activity is hidden, would it be possible to display the users phone# in that same spot? http://www.pciba.org/members Thanks

  • cwheelsone posted a new activity comment 12 years, 11 months ago

    Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now

  • cwheelsone posted a new activity comment 12 years, 12 months ago

    Thank you so much for taking the time to look at my example link. Yes, the template is a buddydress template called scholar. I’m new to buddypress so I’m learning how to make slight edits here and there so I don’t break things LOL. Thank you for the advice. I will read your feedback and try and figure this out. What you say makes sense. Do you…[Read more]

    • You can try adding to the bottom of your themes style.css

      #content-full-width .map-display {float-right;}
      #ilatest-update {width:your-value;}

      but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ‘bp_before_member_header_meta’ region

      • Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now

  • cwheelsone posted a new activity comment 12 years, 12 months ago

    another thing, when you view a profile in Mozilla, if the user has added text to their activity, the Google map will cover the text. It works fine in IE. See this example: http://www.mahopaccarmelonline.com/members/domeniczecca/

    • @cwheelsone You appear to be missing a property that should have been applied to the map parent container to float it to the right this property and ruleset is applied for positions that fall within the header content area and to gauge that a descendant selector group is used as:
      # item-header-content .map-display {float:right}
      this ruleset can…[Read more]

      • Thank you so much for taking the time to look at my example link. Yes, the template is a buddydress template called scholar. I’m new to buddypress so I’m learning how to make slight edits here and there so I don’t break things LOL. Thank you for the advice. I will read your feedback and try and figure this out. What you say makes sense. Do you…[Read more]

        • You can try adding to the bottom of your themes style.css

          #content-full-width .map-display {float-right;}
          #ilatest-update {width:your-value;}

          but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ‘bp_before_member_header_meta’ region

          • Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now

  • 1 stars2 stars3 stars4 stars5 starsThis was just what I was looking for. Def worth a few $$. Some more control options over layout and positioning would be nice. But a great start anyway http://www.mahopaccarmelonline.com/members/whelantech/

    • Thanks, I’ve tried to keep it simple in terms of positioning just using the template actions to hook into for display, not sure what other options could be provided will think about that could possibly add a position selection that ran through my own template function for display giving the option to add that template function anyone cared to on…[Read more]

      • another thing, when you view a profile in Mozilla, if the user has added text to their activity, the Google map will cover the text. It works fine in IE. See this example: http://www.mahopaccarmelonline.com/members/domeniczecca/

        • @cwheelsone You appear to be missing a property that should have been applied to the map parent container to float it to the right this property and ruleset is applied for positions that fall within the header content area and to gauge that a descendant selector group is used as:
          # item-header-content .map-display {float:right}
          this ruleset can…[Read more]

          • Thank you so much for taking the time to look at my example link. Yes, the template is a buddydress template called scholar. I’m new to buddypress so I’m learning how to make slight edits here and there so I don’t break things LOL. Thank you for the advice. I will read your feedback and try and figure this out. What you say makes sense. Do you…[Read more]

            • You can try adding to the bottom of your themes style.css

              #content-full-width .map-display {float-right;}
              #ilatest-update {width:your-value;}

              but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ‘bp_before_member_header_meta’ region

              • Thank you … I’ll try “but you’ll need to play around with these as it’s difficult to give exact guidance. Also you may get better results if you display the map in the ’bp_before_member_header_meta’ region” for now

  • Found solution on my buddypress site – This drove me crazy 🙂 .. My clients wanted ‘Profile’ to show first when their link was clicked on. OK, makes sense for this site. 1. Did not work: This method broke my buddydress theme in IE (but not Mozilla) – adding ‘define(‘BP_DEFAULT_COMPONENT’,’profile’); ‘ to bp-custom.php and uploading […]

Skip to toolbar