-
@mercime replied to the topic Control oEmbed video size in the forum How-to & Troubleshooting 9 years, 8 months ago
@style960 for video and other embeds, that’s usually handled by the setting of the content width in your theme’s functions.php file.
/**
* Set the content width based on the theme’s design and stylesheet.
*/
if ( ! isset( $content_width ) ) {
$content_width = 660;
} -
Henry Wright replied to the topic Notifications Behaviour in the forum How-to & Troubleshooting 9 years, 10 months ago
-
@mercime replied to the topic Comment to Updates not triggering notification in the forum How-to & Troubleshooting 9 years, 11 months ago
@hypnoscribe @milenushka @style960 default notifications are posted at https://codex.buddypress.org/member-guide/notifications/ set up in your Profile Settings > Notifications panel. If the feature you need is not available, do create a ticket in BP Trac. Log in using your WP username and password.
-
Henry Wright replied to the topic Live Notifications in the forum Requests & Feedback 10 years ago
Hi @style960
Email notifications are fired off instantly (unless queued by your mail server). Web notifications (as you’ve noticed) need a page refresh by default. Ajax would need to be put into place in order for them to become ‘live’. You can request this feature over at Trac but there’s no guarantee the functionality will make it into…[Read more]
-
@mercime replied to the topic Add sidebar to Registration Page in the forum How-to & Troubleshooting 10 years, 5 months ago
@style960 Based on the markup of your Register page, you’re using a full-width page template. Perhaps if you change it to default page template, the modifications you made will show up. Again, this is only guesswork as I am not familiar with your theme.
-
@mercime replied to the topic Add sidebar to Registration Page in the forum How-to & Troubleshooting 10 years, 5 months ago
I’m advised by Buddyboss support to call the sidebar on this page: /buddypress/bp-themes/bp-default/registration/register.php … I am editing the right file?
@style960 No idea why their support is advising you to call the sidebar on the bp-default theme instead of using BP theme compatibility as we have no access to the premium theme. Perhaps y…[Read more]
-
@mercime replied to the topic Bulk mark new notifications as Read in the forum Requests & Feedback 10 years, 5 months ago
@style960 it’s currently slated for BP 2.1 https://buddypress.trac.wordpress.org/ticket/5513
-
@mercime replied to the topic Mobile Styling in the forum How-to & Troubleshooting 10 years, 8 months ago
@style960 The template pack will be mobile-friendly if not mobile-first.
@style960
Active 3 years, 2 months ago