Forum Replies Created

Viewing 40 posts - 241 through 280 (of 4,912 total)
  • Author
  • in reply to: hide @username #216896
     Kieran_SQ
    Moderator

    Hi,

    You can use the below CSS snippet in your KLEO Child theme’s style.css to remove the @username from the members profile.

    COPY CODE
    h4.user-nicename {
        display: none !important;
    }

    Makes sure to purge your WordPress, server, and browser cache(s) once you have saved this in WP Admin > Appearance > Editor > KLEO Child > Style.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: help #216893
     Kieran_SQ
    Moderator

    Hi,

    I don’t really have any recommendations for you. You’ll find issues and limitations with all off the shelf ‘website to app’ plugins and services as they’re not individual or tailored to your site or content. It’s something that really should be built by a developer and bespoke.

    With that said I have heard of KLEO users using AppPresser to build Android and iOS apps. You can check them out here https://apppresser.com/.

    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: removing filter #216889
     Kieran_SQ
    Moderator

    Hi,

    Can you post the URL to the ticket in question please?

    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: Page redirect #216888
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: help #216887
     Kieran_SQ
    Moderator

    Hi,

    You’ll have to reach out to the WordApp team for support with their product. You can reach them here https://wordpress.org/support/plugin/wordapp-mobile-app.

    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: Updating Theme #216886
     Kieran_SQ
    Moderator

    Hi Leonido,

    If you’re making changes to the SweetDate files then they should be made in the SweetDate Child theme, this way they will not be overwritten when updating the theme.

    We do not have any support going forward for WP Bakery so if you wished to integrate the latest release of SweetDate and WP Bakery this is something you would have to do and maintain yourself. We would not be able to provide support for your custom development.

    When you have SweetDate installed with BuddyPress, Elementor and Paid Memberships Pro what are you missing? Everything should work as expected and we’d be happy to help resolve any actual issues with the theme so you can use it as intended.

    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: how to put a shortcode over the header? #216885
     Kieran_SQ
    Moderator

    Hi,

    You can use the below snippet to render your content before all other content (menu and page content). We cannot assist via the forums with integrating your third party plugin content but this will definitely get you started.

    COPY CODE
    // Add an extra menu via shortcode before all content
    function add_extra_menu_sqk() {
            echo do_shortcode('[MYSHORTCODEHERE]');
    }
    add_action('kleo_after_body','add_extra_menu_sqk');

    Replace [MYSHORTCODEHERE] with your shortcode and/or HTML. This snippet should be added to your KLEO Child themes functions.php file.

    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: Few Fixes #216884
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Facebook Login #216883
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Site Wide Activity and Members #216882
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Automatic put a image #216881
     Kieran_SQ
    Moderator

    Hi,

    This is a manual feature of BuddyPress and I know of no way to automate it. You may be better off asking this question on the dedicated BuddyPress support forums here https://buddypress.org/support/ as it doesn’t specifically relate to SweetDate or an issue with SweetDate.

    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: Changing Text Color of Signup Form #216880
     Kieran_SQ
    Moderator

    Hi,

    You can override the inherited colours by using and customising the below CSS in your SweetDate Child theme’s style.css via WP Admin > Appearance > Editor > SweetDate Child > Style.css (or alternative via Theme Options).

    COPY CODE
    .form-header {
        color: #ff0000;
    }
    .form-header h4.white-text {
        color: red;
    }
    .form-search label {
        color: red;
    }
    .form-search .button{
        color: red;
        background-color: #ffffff;
        border: 1px solid red;
    }

    Change the value of red to suit your colour needs. If you do not wish to change the colour of the signup button in anyway then simply remove the CSS for .form-search .button

    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: Problem with filtering #216879
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Media Page shows 404 Error #216878
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Put on edit option on status update or comment #216877
     Kieran_SQ
    Moderator

    Hi,

    The below plugin will allow you to edit your activity updates and activity replies.

    https://wordpress.org/plugins/buddypress-edit-activity/

    Please check WordPress.org for other plugins that may be of use to you https://wordpress.org/plugins/

    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: Comment box to dark and can’t change #216875
     Kieran_SQ
    Moderator

    Hi Doug,

    I’ve looked at your site and when I click on the comment the background colour of the text area changes but nothing else. Is that what you’re referring to? If so you can use the below CSS in your KLEO Child theme’s style.css to change this.

    Set to a specific colour

    COPY CODE
    .main-color .form-control:focus {
        background-color: #FFFFFF;
    }

    Unset the colour used

    COPY CODE
    .main-color .form-control:focus {
        background-color: unset;
    }

    You can add this via WP Admin > Appearance > Editor > KLEO Child > Style.css or via WP Admin > Theme Options > General Settings > Scroll to: Quick CSS. Make sure to purge your WordPress, server and browsers caches to see 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: license #216874
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Internal Server Error #216683
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Required Fields Label #216682
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Internal Server Error #216564
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Internal Server Error #216558
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Menu Background #216551
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: help #216549
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Internal Server Error #216548
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Internal Server Error #216534
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Menu Background #216521
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: help #216519
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Extend content area #216518
     Kieran_SQ
    Moderator

    Hi,

    I’ll refer this to one of our developers for insight. Please remove both CSS snippets and await a response. 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: Menu Background #216515
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Menu Background #216508
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Extend content area #216507
     Kieran_SQ
    Moderator

    Hi,

    Please try the below CSS instead of the prior CSS.

    COPY CODE
    /* set width for specific pages */
    @media only screen and (min-width: 768px) {
    .page-id-0 #main.row:nth-child(1) {
        width: 1080px;
    }
    }

    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: WP Bakery Grid Builder #216503
     Kieran_SQ
    Moderator

    Hi,

    Thank you for that. I am unable to stop the individual parts of the grid setting an automatic height which is why the colour is showing from behind. I’m going to refer this ticket to a higher level of support for review, they’ll be in touch with you as soon as they can, Monday to Friday, East European Time.

    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: WP Bakery Grid Builder #216501
     Kieran_SQ
    Moderator

    Hi,

    The account you have provided is not an admin so I cannot see beyond your maintenance page. The colours generally come from either a WP Bakery element preset or a KLEO element preset. I don’t recognise the colours presented from either side. If you haven’t set these colours yourself then the likely source is from WP Bakery, the element you’re using should have a colour scheme option.

    If you grant me full access and let me know the page where you see this I will be happy to send you the CSS to override the colours.

    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: kleo love #216497
     Kieran_SQ
    Moderator

    Hi,

    I will refer this ticket to a higher level of support for review. They’ll be in touch with you 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: kleo love #216494
     Kieran_SQ
    Moderator

    Hi,

    If you strip everything from the item-likes.php file except for the opening PHP tag what happens? Making sure to to purge browser cache when testing again (Ctrl+F5).

    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: kleo love #216490
     Kieran_SQ
    Moderator

    Hi,

    Can you share screenshots then of your /kleo-child/ file structure please?

    Also, to confirm, you have purged all of your caches to ensure you’re receiving the latest versions of the content in your browser?

    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: kleo love #216488
     Kieran_SQ
    Moderator

    Hi,

    Can you share access to your site, in a private reply, so I can take a look at the files in the child theme.

    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: kleo love #216486
     Kieran_SQ
    Moderator

    Hi,

    You should copy the exact structure from the KLEO theme to the KLEO Child theme. For example the file you referenced is

    /kleo/lib/item-likes.php

    And so the file you changed in KLEO Child should have the structure of

    /kleo-child/lib/item-likes.php

    As the /lib/ directory does not exist by default in the KLEO Child theme you will need to create this yourself.

    I do not have a solution to hand that meets your logged in / logged out requirement for post likes and would take some time to implement for you. This work would be classed as custom development as it falls outside the scope of support we offer via the forum. You can email dev@seventhqueen.com if you wish to discuss your custom needs further and one of our developers will be happy to help.

    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: Change in theme settings (font, color)) Dosen’t show #216484
     Kieran_SQ
    Moderator

    Hi,

    Glad to hear this is now resolved. Feel free to open a new topic any time if you experience any other issues or have any questions and we’ll be happy to help.

    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: Profile “page title” #216481
     Kieran_SQ
    Moderator

    Hi,

    You can enable or disable the page title, breadcrumbs and information when on a BuddyPress page by going to WP Admin > Theme Options > BuddyPress > Option: Page Title location. You’ll find the options from breadcrumbs and info directly below. I have attached a screenshot for your reference.

    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 - 241 through 280 (of 4,912 total)

Log in with your credentials

Forgot your details?