Forum Replies Created

Viewing 40 posts - 1,441 through 1,480 (of 4,912 total)
  • Author
  • in reply to: Theme Options – blank page #201762
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: A non working code #201761
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: URGENT – 20-60 sec load time! #201754
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: no visibile forum member search #201753
     Kieran_SQ
    Moderator

    Hi,

    No worries, I think it may have just been a copy/paste issue where it was missed when copying.

    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: Facing Some Simple Issue With KLEO Theme #201751
     Kieran_SQ
    Moderator
    Hi, Glad this is now resolved for you. Feel free to open a new ticket any time and we'll be happy to assist. All the best, Kieran
    in reply to: A non working code #201750
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: here #201749
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Theme Options – blank page #201747
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: here #201744
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: no visibile forum member search #201742
     Kieran_SQ
    Moderator

    Hi,

    I haven’t added any CSS for you but it’s definitely something to look out for. The error messages for CSS editing in WordPress are fairly descriptive and generally indicates where the issue is or is near so it should help if there is an issue in the future.

    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: here #201738
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: here #201735
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: How can I remove the @name from all profiles? #201734
     Kieran_SQ
    Moderator

    Great, I’ll mark it as resolved.

    Feel free to open a new ticket any time and I’ll be happy to assist.

    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 Bbpress in child theme css not loading #201733
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: here #201729
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: How can I remove the @name from all profiles? #201728
     Kieran_SQ
    Moderator

    Hi,

    Happy to help 🙂 Do you consider this ticket resolved?

    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: no visibile forum member search #201722
     Kieran_SQ
    Moderator

    Hi,

    In your other ticket I sent you a correction regarding the CSS that was commented out. In the correction I also added the end brace which was missing in your CSS (as per the error in the screenshot).

    You need to add the closing brace / curly bracket } to the end of the CSS class from above.

    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 Bbpress in child theme css not loading #201717
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Custom Bbpress in child theme css not loading #201711
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: here #201706
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: login page cant read text #201704
     Kieran_SQ
    Moderator

    Hi,

    I checked your style.css via the front end and it looks like you have commented out the CSS that I sent to you.

    Currently it is

    COPY CODE
    /* custom css per la trasparenza dell'overlay nella pagina di login 
    .kleo-form-modal .kleo-login-wrap .before-login-form-wrapper, .kleo-form-modal .kleo-login-wrap .login-create-account-wrapper, .kleo-form-modal .kleo-login-wrap .login-form-wrapper {
        background-color: rgba(0, 0, 0, 0.05);
    }
    */
    
    /* custom css per cambiare il colore dell'imput 
    .kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field {
        color: #000000;
    */

    It should be

    COPY CODE
    /* custom css per la trasparenza dell'overlay nella pagina di login */
    .kleo-form-modal .kleo-login-wrap .before-login-form-wrapper, .kleo-form-modal .kleo-login-wrap .login-create-account-wrapper, .kleo-form-modal .kleo-login-wrap .login-form-wrapper {
        background-color: rgba(0, 0, 0, 0.05);
    }
    
    /* custom css per cambiare il colore dell'imput */
    .kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field {
        color: #000000;
    }

    When I correct the commenting issue via the front-end it works as expected.

    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 #201703
     Kieran_SQ
    Moderator

    Hi,

    Please update this ticket, in a private reply, with admin credentials (in English US or UK) so I can look into this for you. Also, please confirm the location where you added the custom CSS.

    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: here #201702
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Members Total only – possible? #201701
     Kieran_SQ
    Moderator

    Hi,

    I have added a 3 column section with the total member, men and women count for you in the area where it already existed. If I have got the translated labels wrong please just edit the page with Elementor, select the appropriate text and edit from the section that opens on the left.

    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 Bbpress in child theme css not loading #201698
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Custom Bbpress in child theme css not loading #201697
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: How can I remove the @name from all profiles? #201691
     Kieran_SQ
    Moderator

    Hi,

    To confirm your above reply is marked as private and only you and SeventhQueen support staff can see the content.

    I have copied cover-image-header.php from the SweetDate parent theme

    /wp-content/themes/sweetdate/buddypress/members/single/cover-image-header.php

    To the SweetDate Child theme

    /wp-content/themes/sweetdate-child/buddypress/members/single/cover-image-header.php

    I removed line 48 for you that had the below code which generated the @username text on the individual profile (see screenshots)

    <span class="user-nicename">@<?php bp_displayed_user_username(); ?></span>

    With regards to changing the BuddyPress profile URL this may be problematic and cause performance issues given how BuddyPress activity data is stored. If you wanted to achieve this custom development then this post would be a good starting point https://bbpress.org/forums/topic/user-profile-url-uses-the-username-can-that-be-changed/.

    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: here #201690
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator

    Hi,

    I will mark this topic as resolved. If you need assistance with anything else please open a new ticket and one of the available support team members will be happy to assist.

    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: colors change on other item or section #201686
     Kieran_SQ
    Moderator

    You’re welcome, have a great day 🙂

    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: I can not log in from Facebook! #201685
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: here #201683
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Lost profile pics #201682
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: colors change on other item or section #201681
     Kieran_SQ
    Moderator

    Hi,

    I will mark this ticket as resolved as per your reply. If you have further issues specific to this topic then please do feel free to reply here and we’ll be happy to open the ticket back up.

    If you have other questions or issues not related to this topic then please open a new ticket so one of the available support team members can assist you as soon as possible.

    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: Where to change menu fonts and colors #201671
     Kieran_SQ
    Moderator

    Hi,

    You can edit the style for the header area by going to WP Admin > Theme Options > Tab: Styling Options > Sub Tab: Header and setting the values for each of the color pickers (see screenshot).

    To change the fonts and sizes of the fonts for the header by going to WP Admin > Theme Options > Tab: Header Options > Sub Tab: Header Fonts and setting your desired options (see screenshot).

    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: here #201670
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: login page cant read text #201669
     Kieran_SQ
    Moderator

    Hi,

    You can use that code, it is for BuddyApp. The class kleo and the theme KLEO are two different things. The class kleo is universal throughout our themes so that CSS can be reused – kleo is the default class in the BuddyApp, SweetDate and KLEO themes.

    The custom CSS to override each title is

    COPY CODE
    p.fb-register-title {
        color: red !important;
    }
    h3.kleo-pop-title {
        color: red !important;
    }

    For the labels please use the following

    COPY CODE
    .kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label .login-label-content {
        color: red !important;
    }
    .kleo-login-wrap .login-form-wrapper .fancy-checkbox>span {
        color: red !important;
    }

    Change the values from red !important to your desired # value color, keep the !important in place for this to work. Make sure to clear your website cache, any CDN, and front-end cache to see the changes.

    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: here #201664
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Post title bleeds out of column. #201660
     Kieran_SQ
    Moderator

    Hi,

    You should be able to use word-wrap on this element. Try the below custom CSS in your KLEO Child themes style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or in Theme Options > General Settings > Scroll to: ‘Quick CSS’.

    COPY CODE
    .masonry-listing .post-title {
        word-wrap: break-word;
    }

    Make sure to purge your website cache, any CDN and your front-end cache to see the changes.

    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: Other translation issues #201658
     Kieran_SQ
    Moderator

    Hi,

    I will forward a message to our core developer to contact rtMedia about this issue for you. In the meantime please do feel free to also open a support topic on the rtMedia community page about the translation. The more feedback they get the more urgent it will be for them.

    https://community.rtcamp.com/c/rtmedia

    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.

Viewing 40 posts - 1,441 through 1,480 (of 4,912 total)

Log in with your credentials

Forgot your details?