Forum Replies Created
-
Author
-
RaduModerator
Hi,
I understand perfectly what you need, to use UM instead BP and to use the profiles matching feature, so how ive told you that implies some advanced code change and code logic concept where requires time for developing and also for testing another thing to take into cosinderation it’s the future updates of both plugins , the change should be supported by the coder for all next updates and possible issues with that.
Mapping UM <-> BP fileds it’s non theme thing, so if those will be sync, our theme simply sees the buddypress fileds in theme options, Our theme can be used without buddypress also. The matching feature was builded using buddypress plugin from the begining.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
1. You will need to edit the page with ELEMENTOR and simply for the element profile search set visibility ALL
2. When you will press search on this page from example where the setting it’s like in the screenshot above : https://eyedriverdesign.com/heathentest/elementor-1518/ you will be redirected to the pmpro level page.
So to cann make registration possible in this case you will need to enable “Allow buddypress registration on pmpro checkout page” i think you already you have it , user picks a level then it’s asked to register.
To make the buutton to drive directly to /register page when non logged in implies php files modification or similar file changes modifications where those are not covered by the initial theme support.
3. It will use default logic, by searching if logged in user press search, the results will be shown.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Yes, tried to find a sone days ago to find solution for you to add those icons there but i cannot figure out why they are not displayed and there was not enough available time to investigate custom css things.
Just add this css
COPY CODEa#user-forums:before { content:'\f0e4'; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2019 at 19:41 in reply to: Gaps have appeared between all rows and i cannot eliminate them. #216780RaduModeratorHi,
Did you had updated all plugins and the theme along with the wordpress update ?
Update the theme firstly.
Then plugins by accessing wp-admin -> appearance -> install plugins. and update them.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorUsing this css
COPY CODE.row .three.columns:first-child { background: red; color: #fff; } .row .three.columns:first-child * { font-family: sans-serif !important; }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2019 at 19:05 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216772RaduModeratorHi, in this case change directly the link from top menu.
To change the create an account link, follow these steps:
Go to wp-content/themes/sweetdate/page-parts and copy the file general-login-modal.php
Now go to wp-content/themes/sweetdate-child/ create a folder and name it page-parts and then paste general-login-modal.php there.Edit general-login-modal.php and find:
COPY CODE<a href="#"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a>
Replace with
COPY CODE<a href="URL TO YOUR MEMBERSHIPS LEVEL PAGE"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a>
And add the url
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Not sure if we can done that need because it will require significant time and we don’t have this at this moment.
From technical point of view the only way that this will work in our theme it’s to sync all BP fields to UM and vice versa and when a change a value to be the same on both plugins.
I recommend you to ask the UM team if they had a similar plugin .
Looked at their addon page to see if it’s any type of integration with buddypress but i cannot find it.
https://ultimatemember.com/extensions/
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2019 at 18:43 in reply to: Cannot see Groups page not login members after wordpress update #216764RaduModeratorHi,
I see, maybe there are some members had singnup but not activated their account via email.
Check under users pending and calculated the current sown users + the pending one
Please test with child theme deactivated if the groups avatars are shown, if no disable also all plugins except buddypress and check. If no use default wp theme to check.
If the issue it’s caused by one of the plugins enable then back one by one until you find the plugin that causes that.Let me know
Cheeers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
If it’s just a comment url possibly yes (if you are using any embedded plugin)
On mine it looks like this :
So i don’t get 404 when i click on it, so on you make sure to have all things updated : WordPress, KLEO theme, plugins.
Also i recommend you after all things are updated and the issue persists to reproduce the post without child theme activated by using parent only, to test if the issue persists or not.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
No problem!
Yes exactly plugin checks if the field it’s empty or not, nothing more, the plugin cannot know if the fields are up to date..
So if you had changed the existent fields names that are not empty the plugin will not have effect cuz they are not empty…
So there i don’t know a certain plugin that notices user to update the profile fields… but you can send as admin a notice to all users explaining the situation and asking them to re-updated the fields.
The users will see a notice similar to this.
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I had imported a new page for you behaving exactly how you need, for guest users the register it’s shown and for the logged in users the search displayed.
Page here : https://eyedriverdesign.com/heathentest/new-import-test/
It behave as you need
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2019 at 12:51 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216737RaduModeratoryes in functions.php
yes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Here’s the template shortcode php file where you can overwrite in child theme and perform any change you need
With the KLEO child theme activated via ftp got o wp-content -> themes -> kleo-child -> create a folder named k_elements, there create a file named kleo_testimonials.php in that you will paste the content from this file : wp-content/plugins/k-elements/shortcodes/templates/kleo_testimonials.php
Path will look like this : wp-content/themes/kleo-child/k_elements/kleo_testimonials.php
Then you can change the code update proof.
That’s it
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
just add this css to wp-admin ->theme options -> general settings -> styling
COPY CODE.contain-to-grid.sticky.fixed { background: red; }
Change red with your color code
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
just add this css to wp-admin ->theme options -> general settings -> styling
COPY CODE.contain-to-grid.sticky.fixed { background: red; }
Change red with your color code
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPS: Make sure to have latest updated !! Theme , wordpress, plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorFor the array text, I think that because of the child theme or some plugin that prints into homepage.
For the groups avatar, tried to access your dashboard to make some test but it’s very difficult because of the language and RTL, i recommend you to deactivate all plugins except buddypress to see if the avatars are displayed and disable our theme together. So leave only buddypress and twenty nineteen activated.
IF the issues are the same it meaning that the issue has nothing to do with the theme and it’s something from buddypress plugin. I recommend you to ask this on their forum.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2019 at 12:26 in reply to: Cannot see Groups page not login members after wordpress update #216729RaduModeratorHi,
That’s meaning that our theme doesn’t not interfere at all with that, i recommend you to ask the same on buddypress forums the about this and before to test to recount the members and buddypress data
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Check those
Or you can divide the 980px space using this
COPY CODEdiv#main-content.eight.columns { width: 77%; } aside.four.columns { width: 23% !important; }
Or you can increase the wrapper to 1080
COPY CODEdiv#main > .row { width: 1080px; }
All snippets seems to take action tested
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 16, 2019 at 14:40 in reply to: HELLO, I NEED HELP RIGHT AWAY!!!! HOW CAN I CHANGE COLORS OF EVERYTHING IN THE SEARCH BOX?!!! #216681RaduModeratorNot marked as solutionRaduModeratorHi,
Please look at the next results : https://www.google.com/search?q=buddypress+buy+and+sell+plugin
As you can see on the buddypress.org are other users that ask the same you can participate to that topic by asking or to reading what people find related to this.
Personally i haven’t used such as functionality and not sure what to recommend you.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Have a nice week
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve asked that because i test this one frequently and yeesterday before writing to you i’ve tested again to make sure i provide clear indications.
Below it’s a screenshot from my wp install using that plugin, i cannot browse nowhere i’m locked into that edit profile page
So personally i don;t have any pre-maden code snippet that checks if all profile fields are completed and if not to make a certain action, evey time this plugin was the solution.
If you need especially a code snippet solution i recommend you to ask on the buddypress forums for this or to hire a developer to make that exactly how you need.
from buddypress community similar needs :
https://buddypress.org/support/topic/force-user-to-fill-empty-field/
https://buddypress.org/support/topic/how-do-i-enforce-users-to-complete-their-profile-before-they-can-access-content/Most sure you will encoutner same issue uning any wp theme that shows that this it’s not a theme thing.
Also not sure why you so mad,just because i’ve asked if you tested ? knowing the plugin works for me because tested before replying to you, i just try to help you.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Not because we will include in the theme update exactly that file with the if ! class_exists and if ! function_exists checks.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Make sure to have latest theme update for profile fields issue, also try to switch all things off just to test plugins and child theme and leave only the parent theme activated (latest version) it should works since on my local install and rest of the works. Let me know!
For the centering buttons on mobile use the next css
COPY CODE@media(max-width:940px) { .rtl .two.columns.pull-two { left: 0 !important; } .rtl.bp-user div#item-buttons { float: none; text-align: -webkit-center; } }
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts