Forum Replies Created
-
Author
-
May 18, 2018 at 16:49 in reply to: buddypress layout does not work well after buddypress upgrade #198047banana7777Participant
BTW: This is part of the theme and has to be fixed by the theme provider
May 18, 2018 at 16:43 in reply to: buddypress layout does not work well after buddypress upgrade #198046banana7777ParticipantSame issue here.
BuddyPress 3.0.0 has removed legacy forum support. BBPress should still work, but the removed bp_is_user_forums() is creating some issues.
I hope this will be fixed soon as I like to switch to BuddyPress 3 soon.banana7777ParticipantThanks for letting me know. Just wanted to know if there might be some side effects.
banana7777ParticipantThat’s great. Thanks.
In the meantime I added this one to my functions.php (not live site). Is it okay to call from kleo_before_main?:
COPY CODEadd_action('kleo_before_main','distillery_switch_layout',10); function distillery_switch_layout() { if (is_search()){ kleo_switch_layout('full'); } }
banana7777ParticipantI have not applied this to the site as this is not a good solution for my point of view. You are generating things that you in a second step hide for ever? Not good solution.
I will dig into the code by myself. Thought I would get here an indication in what direction I have to look. But okay.
Best,
Dirkbanana7777ParticipantThis is a bad solution to hide via CSS. Do you have a hook to look at?
Thanks,
Dirk -
AuthorPosts