Forum Replies Created
-
Author
-
November 28, 2017 at 03:16 in reply to: Invalid argument supplied for foreach() in /buddyapp/lib/plugins/buddypress/navigation-icons.php on line 45 #181271
Radu
ModeratorNot marked as solutionNovember 28, 2017 at 03:06 in reply to: Search option in on members page disapears when I select a page template other than the standard template #181269Radu
ModeratorHi,
The issue comes from that css rule form your style.css from child theme.

then under wp-admin -> theme options -> buddypress -> Members Directory Layout you can choose the layout for the members directory page.

Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 28, 2017 at 02:56 in reply to: Advanced Search: Some left fields are non-responsive after adding text field #181268Radu
ModeratorHi,
I don’t understand what you need to achieve, can you show me a screenshot which text field should be larger and how to be arranged ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please add the theme next code to your functions.php file from the child theme ( /wp-content/themes/buddyapp-child/functions.php )
CODE : https://pastebin.com/raw/ZtX8UgCF
Then check the product page.
Let me know.
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi the issue seems to be caused by the cache settings, if you had moved the js to footer add to exception list app.js and app.min.js and also the jquery.js and jquery.min.js
Let me know
Also you can de-activate completely the plugin to can make sure the issue it’s caused by the cache plugin.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Most sure the code will be added to the checkout.php file but i think there should be made more thinks than paste that code.
Check for checkout file first in child theme if you have overwritten ( /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/checkout.php ) if the file it’s there and child theme activated add the code in this file aroud file 786

If you don’t have the checkout file there you will have to copy the checkout.php file from : /wp-content/themes/sweetdate/pages/checkout.php
to : /wp-content/themes/sweetdate-child/paid-memberships-pro/pages/
Then to made the changes.
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What’s the link from where i can see like this ? It’s on frontend or backend ? anyway provide URL.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
6. I understand that, in this case it’s needed to modify the php template file.
Go to wp-content/themes/sweetdate-child/ create a folder named page-parts in that you will createa a file named : home-register-form.php
In that you will paste this contnt : https://pastebin.com/raw/NjC8ks5J
So the complete path it’s : /wp-content/themes/sweetdate-child/page-parts/home-register-form.php
NOTE : Child theme needs to be installed and activated.
That’s it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
I see, the only way it’s to install this plugin : http://buddydev.com/plugins/bp-xprofile-member-type-field/ will make member types to appear in a field dropdown in base group.
And then to create a file named kleo_register.php in /wp-content/themes/kleo-child/k_elements/
So the path will be : /wp-content/themes/kleo-child/k_elements/kleo_register.php
In that you will paste this file content : https://pastebin.com/raw/L1L4GQk9
then in the kleo_register shortcode will be rendered all base fields from register page.
I don’t have a quick solution only to display the member type field, you will have to look further how you can leave only that field there.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 27, 2017 at 15:44 in reply to: Member Grid: display nicknames instead of real names #181202Radu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I just need the HTML generated not the file itself, see the example below to see what i mean

Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFor the messages
COPY CODE.messages .standard-form input[type=text], .messages .standard-form select, .messages .standard-form input[type=password], .messages .dir-search input[type=text] { font-size:22px; }For the buddypress submenu navigation
COPY CODEdiv#item-nav ul li a { font-size: 16px !important; padding:0 5px !important; } div#subnav ul li a { font-size: 16px !important;}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
just add the next css to Wp-admin -> theme options -> Styling Options -> Quick css
COPY CODE#members-list .four.columns:nth-child(3n+1) { clear: none !important; }That’s it
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt says
“FOUT: Ongeldige gebruikersnaam. Wachtwoord vergeten?”
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see than but i need to login to check something, what’s the username ?
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you please provide to me the html of that page with that message generated ?
Or give a account to me while try to login you receive that error, i need to see that to can find from where you can edit that.Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For the point 3. You can do the next , go to : wp-admin -> tools -> buddypress -> check all fields and press repair items.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I saw that
You will have to set those options to offgo to wp-admin -> revolution slider -> select the slider -> settings (gear icon) then see the screenshot.

That’s it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ticket was assigned to me from now, i’ve tried to take a look at your at your website especially for the issue that not count correctly the members and also impossibility to search the members
Tried to take a look at the page builder and a 500 error appears

3. The new accounts to can show up in the directory should be logged in at least one time, so if you had created members from wp-admin -> users -> add new you will have to login with that account once to can be visible in members directory, this can be a reason.
4. The search works now, but from members page, from homepage not works cuz it’s something configured wrongly or it’s related to the 500 error, while i search from home ,i’m redirected to the same page instead the result page.

5. The members sign-ups are made thru buddypress and if they sign-up doese’t mean especially that they will buy a membership… if you want to register users and to buy directly a membership you can send your visitors here : https://www.letslay.com/membership-account/membership-levels/ then after will choose a membership the details fields will be requested.

Other alternative of this can be creation like now thru buddypress and then after user activate his account, on the login there will be a check if the logged in members has a purchased membership, if no they will be redirected to the membership levels page https://www.letslay.com/membership-account/membership-levels/ and they will be locked in until they buy something. This can be done using the next php code that should be added in wp-content/themes/sweetdate-child/functions.php
COPY CODEadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }6. The dates are passed to the next page but the password for security reason browser prevent to pass the password input… so the details are forwarded for the fields username and email… this is how it works..
Also i’ve tried to login to you hostgator account but the login details are incorrect, i was looking for the error log to see the reason for the 500 error, you can ask the hosting provider if you want about why the internal error 500 happens when you open the edit link with elementor https://www.letslay.com/wp-admin/post.php?post=864&action=elementor
I think there it’s a limit somewhere or something.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
Hope you figured out what’s happens, if it’s a spam issue, i recommend you to use the cloudflare.com services it prevents much spam bot traffic and many other spam protections directly from the DNS not from your server.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2017 at 15:26 in reply to: Member Grid: display nicknames instead of real names #180906Radu
ModeratorI see,
Try this plugin : https://wordpress.org/plugins/buddypress-usernames-only/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see now, i taught you’re talking about placeholder
Here’s the css that style the color of the text from the input
COPY CODEform#register_form_front input { color:red; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorForums tab can be hidden using this css
COPY CODE#buddypress li#forums-personal-li { display: none !important; }For the messages tab
COPY CODE.messages div#item-body .messages * { font-size: 20px !important; } .messages div#item-body .messages * { font-size:19px !important; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You want to change the link under the text “click aqui para reenviar” ?
Cheer
sR.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 23, 2017 at 16:14 in reply to: Member Grid: display nicknames instead of real names #180762Radu
ModeratorHi,
Please give a try to this plugin : https://wordpress.org/plugins/buddypress-real-names/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 23, 2017 at 15:19 in reply to: Pagination – difficult to see which page users are on #180757Radu
ModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

