Forum Replies Created
-
Author
-
Kieran_SQ
ModeratorHi,
Akismet works on comments through WordPress and activity updates / replies through BuddyPress and therefore will not stop spam or malicious login attempts.
If you’re not manually approving each and every signup then it is possible to have spam updates and replies appear in your BuddyPress feed – Akismet would be a viable option to halt some or all of this.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
Yes, please add the below custom CSS to your SweetDate Child theme’s style.css
COPY CODE.kleo-notifications { display: none !important; }
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
This cannot be removed as it is a required field to be able to send a message to another user. Without it there is no information to display within the inbox and a user will be unable to open the message.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
You can remove that element by going to WP Admin > Pages and editing the home page with Elementor. Once opened select the register and/or search form from the top of the page (if you’re using both then one will appear below the other as a solid red line, hover over this block to reveal the edit pencil icon). A panel will open on the left side where you can configure the options for this element, toggle ‘Show Profiles’ to ‘No’.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files.June 30, 2018 at 16:43 in reply to: Prevent notification bubble from being cut off in the top bar #202464Kieran_SQ
ModeratorNot marked as solutionKieran_SQ
ModeratorHi,
Please make sure you’re using WP Admin > Appearance > Theme Setup and not the older, pre 3.0, importer.
If you’re still having issue using the new import and setup tool then please update this ticket, in a private reply, with admin credentials for your site so I can look into this for you.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi Rebecca, Thanks for contacting us about setting my groups as the default tab when the activity page loads. I have looked into this and create the code below which should work. Please copy the code from the ticket (not the email) and add it to WP Admin > Appearance > Editor > KLEO Child > Functions.php
Make sure to purge your website cache entirely, any CDN and your front-end cache (Ctrl+F5) to see the changes. Thanks, Kieranfunction sq_set_groups_as_default_for_activity_feed() { if (! is_user_logged_in() ) { return ; } if (! bp_is_activity_directory() ) { return ; } $tab = 'personal'; setcookie( 'bp-groups-scope', 'personal', null, '/' ); $_COOKIE['bp-groups-scope'] = $tab; } add_action('bp_template_redirect', 'sq_set_groups_as_default_for_activity_feed');
Kieran_SQ
ModeratorHi,
Glad to hear this is now resolved for you. Please feel free to open a new ticket any time with any other questions and we’ll be happy to assist.
All the best,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
I will assign this ticket to a higher support level to assist you with your query. They’ll be in touch with you through this ticket as soon as they can, Monday to Friday, East European Time.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi Krishnakumar.
That’s very nice code from Brajesh. I did look for a snippet like that but I missed it in my search. Glad you found something that works for you 🙂
I’ll mark this ticket as resolved. If you need assistance with something else please feel free to open a new ticket and one of the available support team members will be happy to assist.
Edit: I can see you have marked this as resolved yourself. Sorry for any confusion.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
If that suits your needs I can’t see any obvious technical issues with doing so.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 24, 2018 at 23:22 in reply to: Single post meta description parsed at the beginning of og:description when shared to Facebook #201826Kieran_SQ
ModeratorHi,
Thanks for contacting us about this issue. I’m really not sure where this is coming from so I am going to refer this ticket to one of developers for review.
They’ll be in touch with you via this ticket as soon as they can, Monday to Friday, East European Time.
In the meantime please update this ticket, in a private reply, with admin credentials for your site so we can check out your settings on the back end.
Thank you for your patience,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi Krishnakumar, I’m very well thank you, and you?
I wouldn’t recommend disabling the activity component of BuddyPress as it would disable all activity site wide.
In the BuddyPress Codex you will find a snippet to limit the scope of the activity page. See here on ‘Filtering Examples’ for more information https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/#filtering-examples.
If you have issues with the above code please open a topic directly on the BuddyPress support forum for assistance.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
I found another tool that may be of use to you, but again you must check with the developer that it meets your needs.
https://wbcomdesigns.com/downloads/buddypress-moderation-pro/
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
You can use https://wordpress.org/plugins/bp-block-users/ to temporarily block the user. However, if they’re that destructive to your community, you may wish to just delete them.
For censorship of profanity in BuddyPress you may wish to try https://wpgoplugins.com/plugins/content-censor/. I cannot verify this third party plugin and you absolutely should speak to the developer before.
Hope this helps,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
I checked your style.css from the front-end and I can see that you have added the code I sent you on line 99-100. The style changes have taken effect on the front-end as when I click on the box (:focus) the style is now used (see screenshot).
As per your other ticket I believe you may have a caching issue that needs to be resolved as I can see the changes here.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files.Kieran_SQ
ModeratorHi,
For the login page you can use the below custom CSS, please add it in its entirety to the end of the BuddyApp Child theme’s style.css file. Once added make sure you purge any website caching, CDN and your front-end cache (Ctrl+F5) to see the changes.
COPY CODE.page-id-261 .kleo-login-wrap .before-login-form-wrapper { background-color: rgba(0, 0, 0, 0.50); } .page-id-261 .kleo-login-wrap .login-form-wrapper { background-color: rgba(0, 0, 0, 0.50); } .page-id-261 .kleo-login-wrap .login-create-account-wrapper { background-color: rgba(0, 0, 0, 0.50); }
I selected a default black with 0.50 transparency – you can adjust this to any value you wish as described previously.
You do have Restrict My Site installed but you do not currently have it active. You can enable it by going to WP Admin > Appearance > Theme Options > Heading: ‘Private Site’ > Option: ‘Make my site private’. Select yes for this option and select your desired login page and any exceptions to the rule.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
For issues relating to the other ticket, please reply within that ticket. I have replied to your other ticket regarding the login modal and how the changes are reflected on the front-end.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Kieran_SQ
ModeratorHi,
I have checked your site and I can see that the CSS I have provided to you, that you have customized, has been added to the style.css of the BuddyApp Child theme and the changes are correctly reflected in the login modal (see screenshot).
If you are unable to see them then you have a caching issue within your browser. You can use Ctrl+Shift+Del to purge your entire browser data (except form data and passwords) and restart the browser to see the latest updates.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
Attachments:
You must be logged in to view attached files. -
AuthorPosts