Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 901 through 925 (of 32,561 total)
  • Author
    Search Results
  • #323044
    holfordjory
    Participant

    WordPress 5.8.3, BuddyPress 10.0.0
    Site in SiteGround Staging
    Theme: Blocksy; Same problem with WP Twenty Nineteen

    New site, integrating BuddyPress with bbPress.
    All goes well until the following step: “If you do not have a group, create a new group under Groups->Add New. Proceed through the setup steps. There will be a ‘Forum’ settings step. Check the ‘Yes. I want this group to have a forum’ option. Continue with the setup steps and create the Group.”
    When I click on “Add New” the following message appears: “Oops! That page can’t be found.”

    #322965
    Alex
    Participant

    Hello!

    I just installed BuddyPress, it created the necessary pages for me automatically. The Members and the Activity pages work. But the Register and Activate pages don’t. I have allowed people to register in my website. I checked the settings of BuddyPress – all seem fine and associated. I tried also to delete those and create them manually, and then associate them manually from the settings of BuddyPress. The result was the same – Members and Activity open, while Register and Activate redirects me to Home. What could me the problem? I’m using Astra theme.

    #322931
    cheekeat
    Participant

    Hi @vapvarun, below is the error info that I copied from the fatal crash email. Hope it is helpful.

    ################
    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 5.8.3
    Current theme: BuddyX (version 4.2.8)
    Current plugin: Wbcom Designs – Shortcodes & Elementor Widgets For BuddyPress (version 2.4.0)
    PHP version 7.4.27

    Error Details
    =============
    An error of type E_ERROR was caused in line 444 of the file /home/mykepo/public_html/wp-content/plugins/shortcodes-for-buddypress/buddypress-shortcodes-element.php. Error message: Uncaught Error: Call to undefined function Elementor\bp_nouveau_before_activity_directory_content() in /home/mykepo/public_html/wp-content/plugins/shortcodes-for-buddypress/buddypress-shortcodes-element.php:444
    Stack trace:
    #0 /home/mykepo/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2172): Elementor\Buddypress_Shortcode_Activity_Widget->render()
    #1 /home/mykepo/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(584): Elementor\Controls_Stack->render_by_mode()
    #2 /home/mykepo/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(708): Elementor\Widget_Base->render_content()
    #3 /home/mykepo/public_html/wp-content/plugins/elementor/includes/base/element-base.php(534): Elementor\Widget_Base->get_raw_data(true)
    #4 /home/mykepo/public_html/wp-content/plugins/elementor/includes/base/element-base.php(534): Elementor\Element_Base->get_raw_data(true)
    #5 /home/mykepo/public_html/wp-content/plugins/elementor/core/base/document.php(876): Elementor\Element_
    ################

    #322930
    Varun Dubey
    Participant

    https://wordpress.org/plugins/shortcodes-for-buddypress/ and BuddyX both mine, seems working fine together, I have just tested on a template with preinstalled BuddyPress and Shortcode for Buddypress and BuddyX theme at https://tastewp.com/template/kXs6JdadkV0
    You can check in debug log for any errors and send that to our support we will check

    cheekeat
    Participant

    Hi!

    I am trying to create a shortcode to place the activity loop in a new page, so I can customize and highlight some activities. To start, I inserted the standard loop inside a shortcode function (code as below). But the standard loop failed to show. Just to ensure that my shortcode is ok, I just inserted a “testing 123” text to check.

    FYI, I am using BuddyX theme (WordPress version 5.8.3). I test the code below in functions.php before place it into Code Snippets plugin. Currently, the code is still inside functions.php.

    I placed the shortcode ([mkp_activity]) in a page (link to the page as below). I also try to place the shortcode in widget area. But the loop just did not appear.

    Test Page

    function mkp_bp_activity_shortcode() {
    
    $message = 'testing 123';
    return $message;
    
    if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) :
        while ( bp_activities() ) : bp_the_activity();
    
            locate_template( array( 'activity/entry.php' ), true, false );
    
        endwhile;
    endif;
    
    }
    add_shortcode('mkp_activity', 'mkp_bp_activity_shortcode');

    I am new to this. I am not sure if I am doing this completely wrong. Appreciate any advice. Thanks!

    Regards,
    CK

    #322920
    phpstar
    Participant

    Hi,
    We are using buddy press theme and using the Mass Messaging buddyPress plugin but we are facing some slow loading times issues and getting some times 503 error. We have also contacted with the host support and they told us there is error in the plugin….

    Here is the error message.

    Looking into this, it looks like your plugin,
    mass-messaging-in-buddypress is having issues:

    Warning: “continue” targeting switch is equivalent to “break”. Did you
    mean to use “continue 2”? in
    plugins/mass-messaging-in-buddypress/includes/implementation.php
    on line 267
    PHP Warning: “continue” targeting switch is equivalent to “break”. Did
    you mean to use “continue 2”? in
    plugins/mass-messaging-in-buddypress/includes/implementation.php
    on line 271
    Warning: “continue” targeting switch is equivalent to “break”. Did you
    mean to use “continue 2”? in
    plugins/mass-messaging-in-buddypress/includes/implementation.php
    on line 271
    PHP Warning: “continue” targeting switch is equivalent to “break”. Did
    you mean to use “continue 2”? in
    plugins/mass-messaging-in-buddypress/includes/implementation.php
    on line 275
    Warning: “continue” targeting switch is equivalent to “break”. Did you
    mean to use “continue 2”? in
    plugins/mass-messaging-in-buddypress/includes/implementation.php
    on line 275

    please check and give an solution how to fix the slow loading times isssue.

    Thanks

    #322905
    lavoise
    Participant

    After installing Buddypress, the event page is empty or something, what should I do? I created the page.php file.

    #322895
    VibeThemes
    Participant

    If it still does not work, use this code snippet to force it. Add in child theme – functions.php
    add_action('init',function(){ if(!is_user_logged_in()){add_filter( 'show_admin_bar', '__return_false',99 ); });

    #322883
    VictorMLG
    Participant

    It also happens to me with the Theme Nouveau. The option does not appear in the configurations and the assigned funds are “deactivated” when it is selected. With the Legacy theme, everything is correct, options in the configuration and recovered funds. It’s been happening to me since the first day I installed it …

    ————

    A mi me pasa tambien con el Theme Nouveau.
    No aparece la opción en las congiguraciones y se “desactivan” los fondos asignados cuando esta seleccionado.
    Con el theme Legado, todo correcto, opciones en la configuración y fondos recuperados.
    Lleva pasándome desde el primer día que lo instale …

    #322871
    djsteveb
    Participant

    @vibethemes – thank you so much for this info! It was driving me crazy trying all things wordpres to fix!

    my google-fu for “cloudflare “SameSite” policy” is leaving me extra confused now.. so this could be a ‘cookies’ thing?

    Still trying to read up on this to figure it out –

    #322853
    VibeThemes
    Participant

    this is a design question, not possible in default Buddypress. You need a plugin or theme to achieve this.

    Disclaimer : This plugin is owned by us and currently priced. It is possible using the extension we have about custom registration forms. [ https://www.youtube.com/watch?v=GQ_yvx1xU-I ]. We have plans to make this open source in near future for BuddyPress. Let me know if you’re interested to be notified about it.

    #322849
    djsteveb
    Participant

    when filling out register form it just refreshes the page – seems to fail with no error message I can see.
    How would I find out what is happening in the browser and on the server to debug?

    tried with turning off plugins and back to default theme,
    also did the list of things to check from here:
    (
    – check the WordPress settings allows account to be created (Anyone can register checkbox needs to be active) See: wordpress.org/support/article/settings-general-screen/#membership
    – check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
    – check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    NB: the registration and activation pages are only displayed to users who are not logged in,
    )

    site is https://www.chatyolo.com/register/ – it’s kind of NSFW

    1. Which version of WordPress are you running?
    5.8.3
    2. Did you install WordPress as a directory or subdomain install?
    main directory
    6. Which version of BP are you running?
    9.2
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    301 Redirects, All in One SEO, AdRotate, Error Log Monitor, Forminator Pro,
    Slide Anything – Responsive Content / HTML Slider and Carousel, Wise Chat Pro, Wordfence Security,
    WP Activity Log, Smush Pro, Query Monitor,
    9. Are you using a standard WordPress theme or customized theme?
    tried both -happens with 2021 theme, zakra, and astra

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    2.6.9 – it’s turned off through and still issue

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
    was on legacy, switched to neavox

    Tried with firefox and chrome and different computers..
    had a few other profile fields – then removed them from the base signup and it still fails –

    Help greatly appreciated

    #322820
    oysteradministrator
    Participant

    I am using WOrdpress 5.8.3 I have BuddyPress 9.2.0 I am using Woffice theme
    I do get messages that BakeryBuid cannot update and I do not know if that is related to my problem

    On the home page banner I have a link to “Activity”. When clicked on it “loads community updates”. However it seems stuck on profile changes from 3 months ago and does not show recent topic changes

    In the Dashboard there is an icon for “Activity” and that too only lists activity up to 3 months ago.

    How do I refresh the list???

    #322819
    Sadegh Hosseini
    Participant

    Hi @danbp,
    I’ve used your code in 2021theme.
    it doesn’t work.
    so I’ve edited this section :

    if ( ! $activity_id ) {
        return 'No Activity';
    }

    and now in the blog post, it shows “No Activity”.
    Please tell me what’s wrong.
    Thanks

    mguillaume
    Participant

    Hello everyone 🙂

    I wish to remove the whole title (header?) of posted activities of a specific user (algoflash)

    I am no developer. I can make use of CSS (child theme) or add something to functions.php, but barely more 🙁
    Any help would be greatly appreciated! Thank you!

    The website is https://algomuse.fr
    Wordpress 5.8.2 and BP 9.2.0

    How to remove title in activity stream but only for a specific user?

    #322803
    puppydoggies22
    Participant

    Hi all, I am using a paid theme called My Listing for my website https://puppydoggies.com.au/, I am thinking to try Buddy Press to allow my users to interact with each other. The My Listing theme already has the function that allows users to sign up and create an account, if I use Buddy Press would the users be able to use the same account they have already setup?

    #322802
    mohamedmb
    Participant
    jackster160
    Participant

    Hi everyone

    Anyone been able to re-create Tumblr features with BuddyPress?

    I like the idea of using WP over other platforms as the WYSIWYG editor is nice and the idea that users could have some choice over their profile themes.

    Thing is, we would like front end only dashboard for users and the ability to have re-blogging with quotes, front page with popular content, hashtags, search for content/hastags, user directory etc

    Frontend options looks to just be https://wordpress.org/plugins/wp-user-frontend/ ??

    Not sure how to do directory of users and popular content though.
    Any thoughts?

    #322701
    VibeThemes
    Participant

    If the activities are recorded in the database, there is no reason it would not show up in the activity section of the user.
    The only possible reasons are caching or the theme customised the activity tempalte.

    Try switching to a default theme also clearing your cache (Object cache to be specific).

    #322696
    drerob0320
    Participant

    I am having trouble between the buddypress plugin and my avada wordpress theme. 1) My activity does not come up as a page. Since I am using Ultimate Membership Pro (UMP) plugin, I want to lock the activity stream page so only members have access. Currently it keeps giving me a 404 as my page title.

    Ryoma
    Participant

    Hi there,

    I have a problem and want to know hoe to solve it.

    <Group – Invite friends> → works well and hasn’t issue
    OK
    1) check the invite friend
    2) Load a invite friends list in right part.
    ————————————————————————————————–
    <Create New Group – Invite friends> → has issue
    Error
    1) check the invite friend
    2) Don’t load a invite friends list in right part.

    <Tutorial video>

    [video src="https://schrew.com/wp-content/uploads/2021/10/2021-10-09_12-29-59.mp4" /]

    I changed my theme to default and stop other plugin.
    But this problem is occur.
    So I think the problem is depends on Buddypress Code.

    Thanks.

    #322625
    greenhope
    Participant

    Hi everyone.
    I have been looking around the web for several days, but I have not found anything that satisfies me.. As the title suggests, I would like “my” users to have the ability to upload and use animated avatars.
    At the moment it is not possible because when a user tries to upload an animated gif, they are asked to crop it and there is no way to skip image cropping.
    Also the Gravatar service does not support animated avatars.. or so I have read around the web.
    As silly as it may seem, I find it highly limiting, speaking of user experience, not to be able to upload an animated avatar.
    Can someone help me?

    In case there is no way to load an animated gif without it being resized, is it possible to add a field in the front-end user’ profile where he can insert a link to an image like in the phpbb forums?

    my WordPress is updated to version 5.8.2
    my buddypress is updated to version 2.1.1

    Link to my site MRLab

    I don’t use child theme.

    In case I have created a duplicate topic, I apologize in advance.
    In my defense my English is not the best and I haven’t seen any other open topics about it.

    Thanks in advance to anyone who will help me and Merry Christmas to everyone!

    #322622

    In reply to: Video width incorrect

    nahsye84
    Participant

    I just added the background video on my blog but its width was very suitable with the website theme you can contact to any expert to solve this video size issue.

    #322610
    wackao
    Participant

    The only other possibility is “human” spam which can not be caught by any software ( unless it s AI Powered ). What you can do is strip all HTML and links, so the spammers would lose all interest in your site.

    add_filter('bp_before_groups_edit_base_group_details_parse_args',function($args){
    		$args['description'] = wp_strip_all_tags($args['description']);
    		return $args;
    	});

    p.s : In our theme we already added the restriction on “Who can create groups”.

    wackao
    Participant

    It would be a mix of BuddyPress and BBPress. The main challenge is that it has to be fast, without page loads. We already have the PWA framework on BuddyPress and are releasing new themes. Built on ReactJS , HeadLess Social network, super fast community framework. [ See video : https://www.youtube.com/watch?v=lLDs4Ue1vzU ]

    Current BuddyBoss is legacy just like Buddypress. Working with Ajax calls , jQuery.

Viewing 25 results - 901 through 925 (of 32,561 total)
Skip to toolbar