Forum Replies Created

Viewing 40 posts - 1,401 through 1,440 (of 4,912 total)
  • Author
  • in reply to: Akismet #202483
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: remove this #202482
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Theme Options – blank page #202481
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: remove this #202477
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Custom Login page #202476
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: remove this #202469
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
    in reply to: Some bug with Default Privacy Policy #202468
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Registration #202467
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: unable to import the dummy data from xml #202463
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Github login #202462
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Hi 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
    function 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');
    Make sure to purge your website cache entirely, any CDN and your front-end cache (Ctrl+F5) to see the changes. Thanks, Kieran
    in reply to: do not install #202211
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Sidebars #201953
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: A non working code #201936
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Theme Options – blank page #201934
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Layout design #201933
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Spammer posting bad words on site activity #201885
     Kieran_SQ
    Moderator

    Hi 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 solution

    If 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.

    in reply to: Spammer posting bad words on site activity #201878
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Sidebars #201840
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Sidebars #201833
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Sidebars #201829
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Payment Gateway #201819
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Log in with Facebook and registration issue #201815
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Payment Gateway #201813
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Log in with Facebook and registration issue #201812
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Log in with Facebook and registration issue #201804
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Log in with Facebook and registration issue #201798
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Spammer posting bad words on site activity #201792
     Kieran_SQ
    Moderator

    Hi 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 solution

    If 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.

    in reply to: Spammer posting bad words on site activity #201790
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Log in with Facebook and registration issue #201788
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Log in with Facebook and registration issue #201787
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Theme Options – blank page #201780
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Spammer posting bad words on site activity #201779
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: no visibile forum member search #201774
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
    in reply to: login page cant read text #201773
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: Theme Options – blank page #201770
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: no visibile forum member search #201769
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    in reply to: login page cant read text #201766
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.
Viewing 40 posts - 1,401 through 1,440 (of 4,912 total)

Log in with your credentials

Forgot your details?