<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuddyPress.org | media | Mentions</title>
	<link>https://buddypress.org/members/media/activity/mentions/</link>
	<atom:link href="https://buddypress.org/members/media/activity/mentions/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed mentioning media.</description>
	<lastBuildDate>Sat, 11 Apr 2026 02:57:08 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">181b01c457a885187ad9a038d4b6237a</guid>
				<title>José Manuel started the topic tag with the group admins value looks too big. in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/tag-with-the-group-admins-value-looks-too-big/</link>
				<pubDate>Sun, 08 Sep 2024 22:48:24 +0000</pubDate>

									<content:encoded><![CDATA[<p>Hi friends.<br />
I&#8217;m using buddypress Version 14.1.0 with the legacy buddypress template, in wordpress (latest version)</p>
<blockquote class="wp-embedded-content" data-secret="WV2MyulR5O"><p><a href="https://alfeizar.net/" rel="nofollow ugc">Inicio</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="«Inicio» — Alfeizar" src="https://alfeizar.net/embed/#?secret=xp6laHRIaJ#?secret=WV2MyulR5O" data-secret="WV2MyulR5O" width="515" height="290" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe><br />
When I open a group, I see that the &lt;h2&gt; tag with the group admins value<br />
looks too big.<br />
I&#8217;ve modified the css as follows:<br />
#item-actions, h2 {<br />
font-size: small;<br />
}<br />
And it looks fine on desktop, but it still looks&hellip;<span class="activity-read-more" id="activity-read-more-3655360"><a href="https://buddypress.org/support/topic/tag-with-the-group-admins-value-looks-too-big/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8b5ec4a8834b934b2a918176aca7f63e</guid>
				<title>David Cavins replied to the topic Mobile friendly registration? in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/mobile-friendly-registration/#post-271162</link>
				<pubDate>Sat, 03 Mar 2018 14:51:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>CSS.Something like this will fix up the default form:</p>
<p><code><br />
<a href="https://buddypress.org/members/media/" rel="nofollow ugc">@media</a> (max-width: 600px) {<br />
	#buddypress .standard-form #profile-details-section,<br />
	#buddypress .standard-form #basic-details-section {<br />
		float: left;<br />
		width: 100%;<br />
	}<br />
}<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">14b4c278e588f4d192116952c138bd73</guid>
				<title>Joost abrahams replied to the topic I do not see login or register links on top black bar in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/i-do-not-see-login-or-register-links-on-top-black-bar/#post-268089</link>
				<pubDate>Sat, 16 Sep 2017 19:25:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try this css code</p>
<p><code>/* wp-admin bar */<br />
<a href="https://buddypress.org/members/media/" rel="nofollow ugc">@media</a> screen and (max-width: 782px) {<br />
	#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {<br />
		padding: 0 8px;<br />
	}<br />
}</p>
<p><a href="https://buddypress.org/members/media/" rel="nofollow ugc">@media</a> screen and (max-width: 782px) {<br />
	#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register {<br />
		display: block;<br />
	}<br />
}<br />
</code></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">17c7bba1ebeeaddfc4d00ec9e2007ea3</guid>
				<title>Joost abrahams replied to the topic missing wordpress admin bar mobile view in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/missing-wordpress-admin-bar-mobile-view/#post-268088</link>
				<pubDate>Sat, 16 Sep 2017 19:00:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>Put this css inside your customizer or child theme.</p>
<p><code>/* wp-admin bar */<br />
<a href="https://buddypress.org/members/media/" rel="nofollow ugc">@media</a> screen and (max-width: 782px) {<br />
	#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {<br />
		padding: 0 8px;<br />
	}<br />
}</p>
<p><a href="https://buddypress.org/members/media/" rel="nofollow ugc">@media</a> screen and (max-width: 782px) {<br />
	#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register&hellip;</code><span class="activity-read-more" id="activity-read-more-926382"><a href="https://buddypress.org/support/topic/missing-wordpress-admin-bar-mobile-view/#post-268088" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bb7a3afa33ff681db19b0a78a8f536e5</guid>
				<title>Georgio replied to the topic Changing adminbar site-name url in the forum How-to &#038; Troubleshooting</title>
				<link>https://buddypress.org/support/topic/changing-adminbar-site-name-url/#post-257467</link>
				<pubDate>Tue, 09 Aug 2016 23:11:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>Finally I could resolve the problem after reading this <a href="https://www.creare.co.uk/blog/wp/how-to-add-a-custom-link-to-the-wordpress-admintoolbar-with-icon" rel="nofollow ugc">article</a></p>
<p>This developer suggests creating a plugin. The result is a link with a dashicon but it is not responsive. To make it responsive (show on mobile), I added in the css file of the plugin a snippet I fould elsewhere:</p>
<p><code><a href="https://buddypress.org/members/media/" rel="nofollow ugc">@media</a> screen and (max-width: 782px) {<br />
		  #wpadminbar&hellip;</code><span class="activity-read-more" id="activity-read-more-593218"><a href="https://buddypress.org/support/topic/changing-adminbar-site-name-url/#post-257467" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0db08b2cfda0d50b24d3ad8fa1723f8e</guid>
				<title>@mercime replied to the topic [Resolved] Front.php and BuddyPress 2.6 in the forum Miscellaneous</title>
				<link>https://buddypress.org/support/topic/front-php-and-buddypress-2-6/#post-255535</link>
				<pubDate>Thu, 30 Jun 2016 07:20:11 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="https://buddypress.org/members/destac/" rel="nofollow ugc">@destac</a> There are different ways to implement the new feature. For the screenshot, I did it in 4 simple steps. </p>
<p>Note that you might need to adjust how the widgets are registered, named, or styled based on your theme.</p>
<p>1. Registered three new widget areas in the child/theme&#8217;s <code>functions.php</code> file.</p>
<p><code>&lt;?php // Only add this line if you are adding this&hellip;</code><span class="activity-read-more" id="activity-read-more-579067"><a href="https://buddypress.org/support/topic/front-php-and-buddypress-2-6/#post-255535" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">211700def5c0672aaf717f9949119ee2</guid>
				<title>@mercime replied to the topic [Resolved] Full Width Layout with &#034;Reddle&#034;-themen in the forum Creating &#038; Extending</title>
				<link>http://buddypress.org/support/topic/full-width-layout-with-reddle-themen/#post-197879</link>
				<pubDate>Thu, 18 Sep 2014 19:55:19 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/1a-spielwiese/" rel="nofollow ugc">@1a-spielwiese</a> The better guide to use in making a full-width page for the theme you&#8217;re using, <a href="https://wordpress.org/themes/reddle" rel="nofollow ugc">https://wordpress.org/themes/reddle</a>, is the one for Twenty Twelve at <a href="http://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-twelve-theme/" rel="nofollow ugc">http://codex.buddypress.org/themes/bp-theme-compatibility-and-the-wordpress-default-themes/twenty-twelve-theme/</a> </p>
<p>HTML structure for Reddle and Twenty Twelve are almost identical.&hellip;<span class="activity-read-more" id="activity-read-more-305770"><a href="http://buddypress.org/support/topic/full-width-layout-with-reddle-themen/#post-197879" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">009ef087bb28c3a408fcefcd9582fe63</guid>
				<title>Prince Abiola Ogundipe replied to the topic Feedback needed before i release this buddypress theme in the forum Showcase</title>
				<link>http://buddypress.org/support/topic/feedback-needed-before-i-release-this-buddypress-theme/#post-183235</link>
				<pubDate>Thu, 22 May 2014 15:56:18 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/members/bphelp/" rel="nofollow ugc">@bphelp</a>, thanks boss for the feedback, I will look into the error.</p>
<p><a href="http://buddypress.org/members/henrywright/" rel="nofollow ugc">@henrywright</a>, thanks for the feedback, yes I will definately make theme responsive. I have the necessary <a href="http://buddypress.org/members/media/" rel="nofollow ugc">@media</a> screen css ready to take care of that.</p>
<p>As a free theme, i dont want to use bootstrap because of my past experience.</p>
<p>After the release, update will include changing the&hellip;<span class="activity-read-more" id="activity-read-more-248356"><a href="http://buddypress.org/support/topic/feedback-needed-before-i-release-this-buddypress-theme/#post-183235" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">30fdca128262d48303454c8ba40aa0bb</guid>
				<title>Clara replied to the topic [Resolved] Remove member last active in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/remove-member-last-active/#post-178918</link>
				<pubDate>Wed, 26 Feb 2014 04:04:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>HI, </p>
<p>I am attempting this as well.</p>
<p>I went into custom.css in my buddyboss theme (it is reflective mobile ready theme)</p>
<p>I thought I was adding this in the right place by putting it in global area, but it did not work&#8230;</p>
<p>have never been near css before so clueless&#8230;</p>
<p>here is what the page looks like with my addition&#8230; it did not hide the active&hellip;<span class="activity-read-more" id="activity-read-more-215100"><a href="http://buddypress.org/support/topic/remove-member-last-active/#post-178918" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ac4d3290755cb43388457091794ee770</guid>
				<title>@mercime replied to the topic sidebar issues in the forum How-to &#038; Troubleshooting</title>
				<link>http://buddypress.org/support/topic/sidebar-issues-2/#post-164449</link>
				<pubDate>Tue, 21 May 2013 15:59:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>Add this to the bottom of your custom.css</p>
<p>/* Mobile */<br />
<a href="http://buddypress.org/community/members/media/" rel="nofollow ugc">@media</a> only screen and (max-width: 767px) {<br />
     body.bp-user #sidebar {<br />
          margin-top: 0;<br />
     }<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">64a8e12ee8528bb6b54cb39a9f0c440d</guid>
				<title>aces replied to the forum topic Default Theme: Menus on narrow screens or old laptops in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/default-theme-menus-on-narrow-screens-or-old-laptops/#post-126614</link>
				<pubDate>Sat, 07 Apr 2012 17:36:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve just done it in a non bp child theme &#8211; wrapping the new css in extra brackets for <a href="http://buddypress.org/community/members/media/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/media/" rel="nofollow ugc">@media</a> in style.css &#8211; ie:<br />
`<br />
@ media (max-width: 520px) {<br />
.my-class {<br />
	float: none;<br />
	width:100%;<br />
}<br />
.whatever-class [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7abffd23435df460158e1302c6738b25</guid>
				<title>aces replied to the forum topic Default Theme: Menus on narrow screens or old laptops in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/default-theme-menus-on-narrow-screens-or-old-laptops/#post-126612</link>
				<pubDate>Sat, 07 Apr 2012 17:26:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>It is probably the <a href="http://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/_inc/css/responsive.css" rel="nofollow ugc">http://buddypress.trac.wordpress.org/browser/tags/1.5.5/bp-themes/bp-default/_inc/css/responsive.css</a> stylesheet kicking in. </p>
<p>You should be able to use <a href="http://buddypress.org/community/members/media/" rel="nofollow ugc"></a><a href="http://buddypress.org/community/members/media/" rel="nofollow ugc">@media</a> in your child theme stylesheet&#8230;..</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a679af51b7b05fe054b8eadab244a58</guid>
				<title>Pisanojm posted on the forum topic Need Help with Print CSS for Buddypress. PLEASE help. in the group How-To and Troubleshooting</title>
				<link>http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/need-help-with-print-css-for-buddypress-please-help/#post-63513</link>
				<pubDate>Thu, 15 Jul 2010 02:33:30 +0000</pubDate>

									<content:encoded><![CDATA[<p><a href="http://buddypress.org/community/members/mercime/" rel="nofollow ugc">@mercime</a> First of all THANK YOU! I&#8217;m 95% of the way there! Items 2 and 3 completely resolved with your above. Item 1 still doesn&#8217;t appear&#8230; Any other thoughts? Here is what I currently have: /* &gt; Print Styles MusicPLN.org BP &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */ <a href="http://buddypress.org/community/members/media/" rel="nofollow ugc">@media</a> print { body { background: #CEDAF4; font-size:&hellip;<span class="activity-read-more" id="activity-read-more-30187"><a href="http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/need-help-with-print-css-for-buddypress-please-help/#post-63513" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>