Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 801 through 825 (of 32,561 total)
  • Author
    Search Results
  • #324297
    iknowledgesolution
    Participant

    Hello Support,
    I am planing to use Sweet Date WordPress Theme for one of my client, but as per request client want no membership for whole website only for when user want to chat each other they need a credit. So is it possible to do? Please can any one guide me about this.

    Waiting for your reply.

    #324288
    gabelon
    Participant

    Hello, I am using Page View Count plugin to show information on post visits, that shows whenever those are fully displayed. Everything ok there.
    The thing is that I would like to display also that information on each Buddypress post activity loop.

    Page View Count plugin offer some code (see below) to display that information, but I don´t understand yet on which buddypress file (and where) should I insert those lines of code (I’m using a child-theme):

    For Single post, page, object
    <?php pvc_stats_update( $postid, 1 ); ?>
    Increase Page Views Count and echo stats of this post

    <?php pvc_stats_update( $postid, 0 ); ?>
    Increase Page Views Count and return stats of this post

    for Index pages
    <?php pvc_stats( $postid, 1 ); ?>
    Echo stats of this post

    <?php pvc_stats( $postid, 0 ); ?>
    Return stats of this post

    Thanks
    ——–
    Wordpress version 5.9.3
    Buddypress versión 10.2.0
    Page View Count versión 2.5.3

    #324287
    maestromike1977
    Participant

    Hi, I’m using Buddyboss theme, and when a user creates a group and its forum, I need the forum to have by default certain topics set up, eg. ‘Rules’, ‘General Chat’ etc. Not sure how to code this, any help appreciated thanks!

    gsako
    Participant

    Anyone else seen this? My admin can upload an Avatar but my Users can’t. I deactivated all of my plugins and found that the conflict lies with WooCommerce. I have a store on my site so I need to keep WooCommerce running but I also need people to be able to upload Avatar photos. It is definitely Woo that is doing it as I turned off every plugin but that.

    I am running WordPress 5.9.3 and BuddyPress 10.2 and woo 6.4.1 This happened on several themes including 2012. It is for the site http://www.13hikes.com

    Eric Kuznacic
    Participant

    I had an issue with a client site that the BP team may want to look into, in the event that it is affecting more sites than just mine.

    The issue: Running the latest version of BuddyPress (10.2), I had a client site and server that were seeing spikes to 100% CPU and high RAM usage — but only when a logged-in user opened the WordPress media library (/wp-admin/upload.php).

    My hosting support first told me it was a plugin error, then I was told it was a theme error. But we were unable to find any evidence of this. I cloned the live site, deactivated all plugins and switched to a default WP theme, and the issue still occurred.

    There were no related items in the Apache or Nginx error logs, but the PHP access log fills with lines like this, seemingly for every media file:

    (server IP) – [15/Apr/2022:15:57:37 +0000] “GET /index.php?bp-attachment=13109/NorthCrawford-300×225.jpg” 301 0 – 798 14702 0.648 8388608 9.27% 3.09% “/?bp-attachment=13109/NorthCrawford-300×225.jpg”

    The solution: This is what I received from my hosting support:

    The issue is BuddyPress created htaccess that redirects all wp-content/uploads/bp-attachments/ to ?bp_attachments= URL. The redirects spawn heaps of apache and php-fpm which also cause the issue . They created this sample htaccess found on the directory below

    /public_html/wp-content/uploads/bp-attachments# cat .htaccess

    RewriteEngine On
    RewriteBase /
    RewriteRule (.+) ?bp-attachment=$1 [R=302,NC]

    The htaccess has been renamed so, when you load medias, it should no longer reach 100%

    The solution was to take the .htaccess file out of the equation by renaming it, which is only a temporary fix. I presume this file would be overwritten upon the next BP update?

    If that’s the case, how would I keep this from happening, aside from renaming the offending .htaccess file each time there is a BP update?

    #324253
    kobusjfk
    Participant

    Wordpress v. 5.9.3
    Buddypress v. 10.2.0
    Theme. BuddyX

    In Private Messages – the message body part ‘shows’ at the top that you can attach a file or a link,
    the link option works, but when you click on the image attachment, it gives a popup that asks for the ‘source’ of the image. It doesn’t open a normal file explorer window to select the image.
    Please, how do I FIX this?

    #324229

    In reply to: Private Messages

    shanebp
    Moderator

    You need to contact the creators of the BuddyX theme about your issue.

    #324228
    carasse64
    Participant

    Hello

    I have decided to add a bbpress forum to my buddypress site because it allows to sort, archive and retrieve easily threads. In fact, when a user posts a question in the “what’s new” text box in buddypress and when other users comment this post, the thread quickly diseappears under the newsfeed activity. So, it becomes impractical to retrieve this interesting thread later. That’s why I prefer to prevent the users from posting anything on the newsfeed page and to force them to create a forum topic to launch a discussion.

    With a bbpress forum, the topics and the different forums allow to have a look easily on every topics created and it is very simple to search any type of topic with the search feature.

    So, to get a perfect combination of Buddypress and Bbpress, I am trying to get the next features :

    1. Disable the “Comment” button when a forum topic is displayed on the newsfeed = we can configure it in the buddypress general settings = OK.

    2. I would like to allow the user to directly reply to the topic by clicking on the comment reply button. Actually, if he clicks on this button he just will be able to commment the activity. It would be great if by clicking he could reply to the topic.

    The new link for the comment reply button would be the direct link to reply the topic.

    I also would like to change “Comment” tab by “Reply” tab.

    3. Hide the “what’s new” text box at the top of the newsfeed page = I did it with css/display=none. I have created instead a “new topic” button in a widget.

    4. When a user creates a buddypress group, a forum should be automatically created with the same name as the group (the user can’t choose if he wants to create a forum or not). Is it possible to force that ?

    5. When a user creates a new topic from a buddypress group forum, the “Create new topic” button should create a new topic directly in the group linked to the forum. Is it possible to force that ?

    6. Once a new topic is created, when you push the “Submit” button, you should be linked to the newsfeed page to see how the topic you have just created is displayed on the newsfeed and not to the forum index page.

    I hope you understand all what I mean with my poor english. I have contacted the theme’s author (BuddyX/Webcom design) but they answered they can not help me. Bbpress support advised me to post here.

    Do you think it is possible to configure such features ?

    Thanks a lot.

    Fabien

    #324224
    irishblake
    Participant

    Hi all.
    Working on this build https://swingsocial.co/ThemeStage/
    I’ve been going thru 4 different old versions of site, and I’ve managed to confuse myself horribly.

    I KNOW this is a simple item ,but for the life of me I can’t track it down. I’m hoping someone can direct my ID10(t) self to where this can be corrected.
    When you click ‘Register’ on the above link ,next page comes up “content restricted”. Where do i go to clear that, what setting have I screwed up??
    Thanks in Advance for any/all help on this~

    Regards
    Blake

    #324223
    kobusjfk
    Participant

    In BuddyX theme, there is two options to contact members. Either via Public Message or Private Message.
    My theme does NOT show the PRIVATE MESSAGE option anymore!
    PLEASE HELP

    #324214
    oumz99
    Participant

    This has the potential to cause huge amount of spam on your site. I am not sure why would you want to disable this as this is an industry standard, also helps in confirming emails and communication.

    p.s : In a commercial theme I use WPLMS, it has this feature of custom registration forms where this checkbox to disable account activation and log the user in automatically.

    #324204
    omidokasuo
    Participant

    Ok found where issue is; which is the theme min.css; unclear where to set min.css vs .css.

    it is the background the boarder and width combination which is seems to mess things up.

    temp fix: manually edit the nouveau min.css to exclude the from the @media screen for the video area

    #324203
    omidokasuo
    Participant

    So many plug-ins seem to not work at all or some functions are not available or working.

    Solution: Have found this to be the nouveau theme issue, setting to legacy will help test to show that plugins work fine as designed.

    Issue: Currently we use mediapress to add video and the controls.svg / controls.png from the mediaelement (include js) don’t work. That is to say the player show empty blocks for the play, volume and expand button. This is not true for the video play arrow in main screen. Buttons work, they just do show the icon image.

    Solution: unknown as using legacy theme is not an option. Any help.

    honoluluman
    Participant

    I am not sure if anyone else is facing the same problem.

    I have been testing and debugging for several hours for this problem.
    I am using premium theme boombox , but also tried on Twenty Twenty-Two. Everywhere the same issue.

    I have deactivated all plugins, minimum set up.

    My website is on GR language in the frontend and i get the url of invitations component like that /members/user/προσκλησεις/ (with the GR translation). It should be /members/user/invitations/ like the rest of the components. I get an error page as a return. The component is not active.

    When i change default front lang to UK that i can see the /invitations/ component and invitations are working normal.

    Of course i have been saving permalinks, disabling-enabling invitations settings

    Could anyone help please??

    #324192
    carasse64
    Participant

    Hello

    I use the BuddyX theme. I have installed a BBpress forum.

    I want to force the users to ask questions in the forum and to prevent them from posting comments on the newsfeed page.

    In the buddypress settings, i have disabled the users’s ability to post comments.

    Now, I would like to propose users so create new forum topics from the top newsfeed window : https://www.awesomescreenshot.com/image/25425875?key=c016bab1832426963f4c9b9655c974ee

    Instead of the text “Quoi de neuf (french version ;)), I would like a text like : “Ask a new question by clicking here / here = a link to https://espace-organisateur.fr/forums/#new-post
    Of course, the user would not have any other choice than clicking on the link. He could not write anything else in the window.

    Also, I would like to do the same in the activity tabs of the members pages profile.

    Do you think this is possible ?

    Thanks a lot for your help.

    Fabien

    #324182
    bpauljr
    Participant

    I am experiencing an issue with Smash Balloon YouTube Feed when loading more of the videos. If I disable BuddyPress the “Load More” button works normally.

    When displaying the feed (say about 6 videos) there is a button to “Load More” below the videos. When the button is clicked a new browser tab will open and display in the url “about:blank#blocked”. When I go back to the website page, it does “Load More” however I need to prevent this new blank tab from opening.

    Wordpress v. 5.9.2 with Olympus Theme
    BuddyPress V. 10.2.0
    Smash Balloon YouTube Feed V 1.4.4

    #324135
    epgb101
    Participant

    Hi..
    I have had the fantastic Buddypress working perfectly for a year on a folder install of WP (not multisite) like; http://www.mysite.com/wordpressandbuddypressinstall/register/.

    But I discovered for the last week people are no longer able to register (it just returns you to /register page). I disabled ALL plugins did not fix /register – HOWEVER disabling Buddypress plugin (and all other plugins) does allow registration on plain WordPress. I tried registering on Buddypress on different browsers / different PCs / using 20-19 theme etc but nothing fixes it.

    Q: does anyone have any suggestion as why /register may have stopped or how to fix?

    ps – I have Settings > Anyone can register [x] on and permalinks set to Post name

    Thank you in advance.

    #324113

    In reply to: Database Errors

    Mike Witt
    Participant

    @shanebp – OK, I deactivated every other plugin, and I switched from 2022 to 2020 as you suggested.

    Getting the same error when clicking on one of multiple PM notifications.

    The only things active are BuddyPress and the 2020 theme. No 2020 child.

    #324112

    In reply to: Database Errors

    Mike Witt
    Participant

    @shanebp

    > You could try turning off other plugins and switching momentarily to a WP theme like 2020

    Are you saying 2022 is no good?

    I’ll try turning other plugins off.

    #324111

    In reply to: Database Errors

    shanebp
    Moderator

    The error is still the empty IN().
    You could try turning off other plugins and switching momentarily to a WP theme like 2020 – that may narrow down the error source.

    #324037

    In reply to: Database Errors

    shanebp
    Moderator

    Yes, the empty IN is the problem.
    Is the error thrown when you message another member?
    If not, then the issue is related to your theme or generatepress.

    bigtinydesigns
    Participant

    Hi,

    WordPress Version 5.9.2
    Theme: MagicVersion: 1.10.0 By Bdaia
    Website: miComunidad.com

    When I install the BuddyPress.10.2.0 I get these errors:

    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_notifications' doesn't exist]
    SELECT COUNT(*) FROM wp_wkkr_bp_notifications n WHERE user_id IN (1) AND component_name IN ('xprofile','friends','messages','activity','groups','members') AND is_new = 1
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_messages_recipients' doesn't exist]
    SELECT SUM(unread_count) FROM wp_wkkr_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_friends' doesn't exist]
    SELECT id FROM wp_wkkr_bp_friends WHERE (initiator_user_id = 1 OR friend_user_id = 1) ORDER BY date_created DESC
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_invitations' doesn't exist]
    SELECT DISTINCT i.item_id FROM wp_wkkr_bp_invitations i WHERE user_id IN (1) AND class IN ('bp_groups_invitation_manager') AND type = 'invite' AND invite_sent = 1 AND accepted = 0
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_groups' doesn't exist]
    SELECT DISTINCT g.id FROM wp_wkkr_bp_groups g WHERE g.id IN (0) ORDER BY g.date_created DESC
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_groups' doesn't exist]
    SELECT COUNT(DISTINCT g.id) FROM wp_wkkr_bp_groups g WHERE g.id IN (0)
    
    WordPress database error: [Table 'micomuni_wpcristiana.wp_wkkr_bp_notifications' doesn't exist]
    SELECT id, user_id, item_id, secondary_item_id, component_name, component_action, date_notified, is_new, COUNT(id) as total_count FROM wp_wkkr_bp_notifications n WHERE user_id IN (1) AND component_name IN ('xprofile','friends','messages','activity','groups','members') AND is_new = 1 GROUP BY user_id, component_name, component_action ORDER BY date_notified desc

    How do I create these database tables? Please help?

    Thanks,

    Carlos

    #324000
    brhoom
    Participant

    I have created “Professional Experience” repeater field set and inside it I created :

    • current job (yes or no)
    • end date (date) hide when current job is yes

    The issue is when I edit the profile the end date hid only in the first field not working on other fields. Also, it’s not working at all when I view the profile.
    Does anyone have a solution, please?

    BuddyBoss Platform Pro v 1.2.0
    Conditional Profile Fields for BuddyPress v 1.2.5
    BuddyBoss Theme v 1.8.7

    #323989
    user4forum
    Participant

    Issue seems to be related to buddypress plugin. No sorting of members within bp groups possible (alphabetical, newest, oldest). After selecting one of the given options, nothing happens at all. One level above, sorting groups like size, name, etc. just works.

    Tested with buddypress plugin activated only and with different themes like ‘twentytwentytwo’ and ‘buddyx’.

    BP 10.0 – 10.0.2, WP 5.9.2, PHP 7.4

    user4forum
    Participant

    Therefore asking this question on both buddypress.org and bbpress.org support forums. Wondering that this issue has not been yet reported.

    If bbpress is enabled hidden bp-groups are not visible for member/moderator or administrator wihin own groups in BP overview page. The number of hidden groups is reported correct under ‘My Groups’ but no icons are shown. Hidden groups are only viewable and accessible via search function.

    Tested with these two plugins only activated. Standard WP Install without ‘bp-custom.php’.

    Environment:
    bbPress 2.6.9 (2.7-alpha), BP 10.0 – 10.2.0, WP 5.9.2, PHP 7.4 (Themes: WP TwentyTwentyTwo and BuddyX)

Viewing 25 results - 801 through 825 (of 32,561 total)
Skip to toolbar