Replies
- Brajesh Singh on April 19, 2017 at 8:03 pm in reply to: WordPress Restrict Email Domains Rejects all #8670
Hi Doug,
can you please let me know if that worked for you or not?Thank you
Brajesh - Brajesh Singh on April 19, 2017 at 7:56 pm in reply to: [Resolved] Featured Members not displaying on Members page #8669
Thank you.
I am sorry but that depends on theme.if you are comfortable with code, you can register a widget area using
register_sidebar() function and display it using dynamic_sidebar()
References:-
https://codex.wordpress.org/Function_Reference/register_sidebar
https://codex.wordpress.org/Function_Reference/dynamic_sidebarI personally suggest asking the theme developer to provide a widgetized area for the same.
regards
Brajesh - Brajesh Singh on April 19, 2017 at 7:50 pm in reply to: [Resolved] Featured Members not displaying on Members page #8667
Thank you.
Does you theme have a sidebar widget area on member page? if yes, you can use it to list there. Closing as resolved due to lack of replies.
- Brajesh Singh on April 19, 2017 at 7:39 pm in reply to: [Resolved] Pending Users / BP Autologin on Activation #8663
Closing it as resolved due to lack of replies.
Hi Nana,
I am very sorry to keep you waiting.Please give me a day, I will post back here.
Thank you
Brajesh- Brajesh Singh on April 19, 2017 at 7:00 pm in reply to: BuddyBlog – Grid Layout for Post Archive #8660
Hi Vito,
You can override the Buddyblog posts loop using buddyblog/posts.php in your theme. That gives you the flexibility to define it as a grid or any other layout. The default is in the buddyblog/templates/buddyblog directory.For example,
In our Community Builder theme, we have provided the grid layout for BuddyBlog. You can also control the per_page using pre_get_posts or by modifying the template.by default, the plugin respects your reading settings.
Hope that helps.
Regards
Brajesh - Brajesh Singh on April 19, 2017 at 6:50 pm in reply to: Make "My Friend's Activity" as default #8659
Hi Dandy,
I posted a tutorial a few days ago for the same and have given exact same example there.Please check out here
https://buddydev.com/buddypress-tutorials/set-default-landing-tab-buddypress-activity-directory/
Hope that helps.
Regards
Brajesh - Brajesh Singh on April 19, 2017 at 6:48 pm in reply to: Displaying title and user on shortcode pages #8658
Hi Ryan,
Than you for posting.Are you looking it for shortcode or the directory page?
- Brajesh Singh on April 19, 2017 at 6:46 pm in reply to: [Resolved] shortcode examples for Buddypress featured members #8657
Hi Gibby,
Please try this[bp-featured-members view="slider" ]You can further customize it using other available options from this page
https://buddydev.com/plugins/bp-featured-members/
Hope that helps.