Replies
- Brajesh Singh on July 18, 2019 at 11:39 am in reply to: Groups Creator Pro makes all Group hyperlinks return 404 error for non admins #24250
Hi,
Thank you for the topic.Your error is not related to the plugin being malfunctional.
404 means most probably the content is not accessible due to incorrect configuration or some conflicting usage pattern.
Please share more details about your tab configuration or provide temporary access to your site and I can update the configuration for you.
Thank you
Brajesh - Brajesh Singh on July 17, 2019 at 8:38 pm in reply to: [Resolved] How to redirect to another user private message page ? #24149
Hi Thierry,
Do you want the user to be redirect to private message on their profile and where “admin” is selected as the receiver(send to)?Thank you
Brajesh - Brajesh Singh on July 17, 2019 at 8:37 pm in reply to: Integrate Wise Cha Pro in BuddyPress/bp-notifications #24148
Hi,
I have received the plugin from your initial link.
Please allow me 1-2 days to take a look at it and assist you.Thank you
Brajesh - Brajesh Singh on July 17, 2019 at 8:36 pm in reply to: [Resolved] BuddyPress Tabs Creator Pro – Icon Options? #24147
Hi,
No issues.You can put them into Dashboard->Apppearance->Customize and then opening “Additional CSS”
Regard
- Brajesh Singh on July 17, 2019 at 7:07 pm in reply to: Buddypress Extended User Group Widget Repeating Menu Bug #24145
Hi,
Thank you for using the plugins.I will explain the issue, reason and solution below.
1. BuddyPress Group Tabs creator has no bug and it is not causing the issue.
2. The problem is arising as you are trying to nest group lists inside a group. Internally, both the single group and the extended group lists use same loop and the nested loop is conflicting.Solution:- Do not put group list inside another group loop. BuddyPress does not allow nested group loops.
You may put the group list in the sidebar.
Or, you will need to rewrite the extended group widget without using the default group loop
https://github.com/buddydev/bp-extended-user-groups-widget/blob/master/class-bp-extended-user-groups-widget.php#L92Regards
Brajesh - Brajesh Singh on July 17, 2019 at 6:09 am in reply to: [Resolved] How to redirect to another user private message page ? #24136
Hi Thierry,
Thank you for the question.
Please visit Dashboard->settings->Ajax Registration and click on “Register” tab.
There you can set the url you want to redirect to.
Regards
Brajesh - Brajesh Singh on July 17, 2019 at 6:01 am in reply to: [Resolved] French translation does not works #24133
Thank you for confirming. I am glad it is working.
Regards
Brajesh - Brajesh Singh on July 17, 2019 at 5:40 am in reply to: Member Types Pro + Conditional Fields not compatible with BP Search Profile #24131
Hi Chris,
Thank you for reporting.I will check with the new Profile Search template an update you within a week if we can make these compatible.
Thank you
Brajesh - Brajesh Singh on July 17, 2019 at 5:09 am in reply to: Integrate Wise Cha Pro in BuddyPress/bp-notifications #24130
Hi marcin ,
Welcome to BuddyDev.I am sorry, I haven’t used wisepro chat, so I am not familiar with what they offer out of the box. I can still assist but I need to know a few things:-
1. I believe, They should have this option out of the box. Have you asked them about it? If they do not support it, I will assist you(will check the code feasibility).
2. Please clarify what you want to achieve here. I am sorry but I could not understand it. Please help me understand it better.
Thank you
Brajesh - Brajesh Singh on July 17, 2019 at 4:56 am in reply to: Limit gallery output to specific number of images #24129
Hi Adam,
Please copy plugin/mediapress/templates/mediapress/default/gallery/views/grid-photo.php to your theme/mediapress/default/gallery/views/grid-photo.php and modify it.The loop you see there is exactly same as a post loop(extended).
It is not used for lightbox though. Light box, please see “mediapress/core/ajax/class-mpp-ajax-lightbox-helper.php”
Regards
Brajesh