Search Results for 'theme'
-
Search Results
-
Hello
I use the BuddyX theme, and hide the WordPress menu for my users.
Is there any way to let users change email via the Buddypress user menu?
Thanks,
LarsWordPress v 6.1.1
BuddyPress v 11.0.0
Theme Onecommunity (latest version 3.7.8) (https://themeforest.net/item/onecommunity-buddypress-theme/3713046?gclid=CjwKCAiAqt-dBhBcEiwATw-ggL19B1O2bH4PjCwmpFyse_KZ7o4KEGnurStZcFrqDBd1d-3rDApwZxoC22cQAvD_BwE)
My frontend test Site: https://staging-rezodenthodenthcom-staging.kinsta.cloud/Hi there!
1/ After updating my hosted site from php 7.4 to 8.0 (Kinsta hosting), buddypress causes the following critical syntax error !
2023/01/06 13:48:41 [error] 43493#43493: *668 FastCGI sent in stderr: “PHP message: PHP Parse error: syntax error, unexpected token “;”, expecting “)” in /www/rezodenthodenthcom_528 /public/wp-content/themes/onecommunity/buddypress/groups/single/group-header.php on line 29
The site (front and backend) is still visible but the groups are not displayed anymore in groups single page
Could you please be kind enough to help solving this first problem?2/ I usually use a child theme with two small custom codes that worked fine in php 7.4 but with php 8.0, I have a new FTAL error. So it appears that this function somehow is not working correctly with the child theme enabled: call_user_func_array()
From that stack trace in the Fatal error, it is referencing BuddyPress with it:
#2 /www/rezodenthodenthcom_528/public/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(407): do_action(‘bp_widgets_init’)As far as I know, our custom codes were very limited in 2 templates :
Template 1: group-sidebar.php :
WE CHANGED THIS CODE:
$group_id = bp_get_current_group_id();
echo do_shortcode( ‘[rtmedia_gallery context=”group” per_page=”6″ context_id=”5″ context_id=”‘ . $group_id . ‘”]’ );
BY THAT ONE:
if ( bp_group_is_visible() ) :
$group_id = bp_get_current_group_id();
echo do_shortcode( ‘[rtmedia_gallery context=”group” per_page=”6″ context_id=”5″ context_id=”‘ . $group_id . ‘”]’ );
endif;Template 2: group-sidebar.php (for customiszation image ads in widget column) with this code:
<div class=”bp-sidebar-details”>
<div class=”bp-sidebar-details-category first”><?php _e(‘Advertisement’, ‘onecommunity’); ?></div>
<div class=”col-1-ads”>
[widget id=”media_gallery-3″]
</div>I don’t understand what could interfere in php 8.0 environment!
What do you think about it? and could you help me to solve this second issue?Thank you for your appreciated help ; )
C. GARCIA
Good day to you (all),
I’m working a new site, so this issue revolves with the staging environment. I use WPLMS, everything from theme, wordpress to plugins are up-to-date. And my problem is that the core function of adding students to groups isn’t working. I can add them in admin, and I see that they are added. But students doesn’t see a class added to it’s profile or is able to access the class.
The first reply from WPLMS support was: “I think its due to some kind of caching or something ,pelase clear cache and deactivate it for day or two and check this issue again.”
So I went to Kinsta Hosting and they told me that the staging environment has all caching options disabled. So I went back to WPLMS.
Their second reply is: “groups_join_group is a buddypress core function which is not working in your site .
Please contact buddypress plugin author support on this. in the past with your site we had a similar experience with caching where profile menu items were not appearing. This is caching believe it or not. I have debugged this already. If host cannot resolve this you can consider changing the webhost to wpengine.”
Could you help me? Adding students to classes/groups is essential for my dynamic educational website.
My website: https://env-meestergijs-premium.kinsta.cloud/
Buddypress: 10.6.0
WP: 6.1.1Thanks,
Gijs
Topic: Migrate Blog
I have a website and the a blogs in my site provides information about the metal roof construction. I want to change the theme of the blogs to buddypress without losing the traffic.
Looking forward to hear from you.Thanks.
Topic: Can’t see post pages anymore
Hi All,
Using KLEO theme.
The issue I do have is that the posts links are not working anymore.
I can’t find a way to get those links back to normal.When clicking on a post link, I get an empty page – page not found.
See screenshot https://pic.li/bUWT
Any idea how to fix this?
ThanksMy site has its own login, register area but by some defaults (which I cannot yet figure out how to bypass or disable) users are directed to wp-login – this is disruptive to to the process and confusing/frustrating to users. I don’t want them directed to any pages asking to log into wordpress (which they get an error for trying to use their login info for my site) – Is there a way to redirect these to my specific buddypress/theme login, register, reset pages? I hope this is making sense.