Search Results for 'wordpress'
-
Search Results
-
Topic: Activity as grid
WordPress version 4.5.4
BuddyPress versioin 2.6.1Hi,
I would like to display the Activity feed in a grid format but most plugins will do that for post types and pages. The Activity feed is neither of those. Does anyone know of a way to register Activity elements as post types (or something)? Or a plugin that will grab those elements? I’m using the premium X theme. I also have plugins such as Essential Grid and The Grid.
Thanks
Topic: [Resolved] Child Theme
Hello,
I have a few questions about Buddypress, themes, and child themes.
Is a Buddypress theme something seperate from a WordPress theme? My understanding, is that a Buddypress theme is simply a WordPress theme, which is optimized for Buddypress. Is this correct?
My next question:
I have modified REGISTER.PHP, and I realize that whenever there is a Buddypress upgrade, my changes will be lost. This file is located in this folder:public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members
Sometimes, I like to make changes to strings of text in other php files as well.
Can I, and how can I use a child theme to protect my changes?
Thanks in advance!
Hello,
I installed BuddyPress 2.6.2 in my website https://staging1.hatzosc.com which uses WordPress 4.6.1 and when I try to upload a personal image profile/avatar the following error appears: “There was a problem cropping your image.”
The filename size shouldn’t be a problem since the filename is “tree.jpg”. I also checked that GD support is enabled too in PHP 5.6.26
Is there a way to fix this issue?
In my WordPress site I need to send email to all members in a group for all activity.If any one posts then all the members should receive an email.I have installed BuddyPress Group Email Subscription, but only admin had received email for all activity and one member received his own activity mail.He should receive email for all group activity like other member posts or new member joins.If anybody has any solution please help me.
I’m using the BP xProfile Location plug-in
https://wordpress.org/plugins/bp-xprofile-location/Which adds a ‘Location’ field to BuddyPress profiles.
It states
The geocode will be saved in the usermeta table in this format:
meta_key = geocode_[field id]
meta_value = [latitude], [longitude]I’m not familiar with the usermeta table in BuddyPress. I checked the mysql databases and could not find this inserted (although, I was probably not looking in the right place).
Where is the usermeta table located so that I can get these values?
Thanks.
Hi
I am using buddypress with extended fields. but I have noticed whenever i update information of fields whether from the dashboard or from front end it lands onto blank page when I go back to previous page changes are being made but its not refreshing properly. Any idea ?I have tried to debug via wp config but there was not any error so I dont know why really that white blank screen is appearing
. help please already posted this but no reply
Wordpress : 4.6.0
buddypress: 2.6.1.1Hello. Please help, I really need to get my site live but ever since installing buddypress, new users who register are not getting a confirmation email so that they may log in. I can do it manually from the backend but I want users just be able to confirm and get into the site themselves.
ALSO when an order is placed, no confirmation email is sent to the customer or vendor. Rather it is only sent to me the admin that a new customer order has been made. Please help.
I did check woocommerce email settings>emails and emails are supposed to be send after purchasing and after making an account.
I am using wordpress 4.6.1, woocommerce 2.4.6, wc vendors pro 1.3.6 , ninja forms 3.0.5, BP WC vendors 1.0.8, Buddypress 2.6.2.
Thank you.
Topic: Hello!
Hi, my Name is Chancellor Purvis. You can find me at @spectre.grimm on facebook. Well here is my issue.
On the latest version of WordPress all of a sudden Buddypress refuses to work. I can’t even login to the website to remove it. I need a FTP script to remove buddypress to remove it as I need to be able to update worshiphouston.org. I have used this script this module this plugin on 18 websites and never encountered this issue. But I install it to my clients page that is a christian worship organization all of a sudden on the newest version of WordPress it no longer works nor is compatible. I need this script fixed. I need a SQL script to remove buddypress before I lose my livelihood. As they have issued that if I don’t fix this issue within the week I’m losing the job. And right now I can’t afford the rent to lose this. I’m asking you to help me.
Hello,
I can not load ANYTHING on buddypress whether it be someones profile, photos, settings, messages anything…it tells me that the website has too many redirects.I tried placing some coding (that I saw in an older forum here from 4 years ago) into bp-custom and bp-loader but that did not change anything. The website launches in 2 days and I REALLY need help!
My htaccess file has the following:
# BEGIN s2Member GZIP exclusions
<IfModule rewrite_module>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|\?|&)s2member_file_download\=.+ [OR]
RewriteCond %{QUERY_STRING} (^|\?|&)no-gzip\=1
RewriteRule .* – [E=no-gzip:1]
</IfModule>
# END s2Member GZIP exclusions# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
AuthName “Developer”
AuthUserFile “/home3/reelhookedco/.htpasswds/public_html/passwd”
AuthType Basic
require valid-userPlease help!
Thank you!