Forum Replies Created

Viewing 40 posts - 881 through 920 (of 4,912 total)
  • Author
  •  Kieran_SQ
    Moderator

    Hi,

    Sorry for the late reply I was travelling and had no internet connection. That’s great to hear and I will make a note should the issue arise for any other users.

    Thanks so much for getting back to me.

    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: The membership tab #208945
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: many problems with buddypress #208944
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: About WPBakery Page Builder #208943
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Member start / Join date. #208941
     Kieran_SQ
    Moderator

    Hi,

    Thanks for sharing a clean copy of the code you have used with the community. As per your other reply, you are correct, when disabling the Child theme no custom code can run from the Child theme’s functions.php file. You can always add this code into a custom plugin if needed.

    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: Default cover image for Members Profile #208441
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: About WPBakery Page Builder #208396
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Homepage(deprecated) Issue #208392
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Profile details on membership directory #208371
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Couple of issues #208345
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: some questions about the functions #208344
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: wordpress Admin access #208343
     Kieran_SQ
    Moderator

    Hi,

    Glad to hear this worked for you. Please feel free to open a new ticket any time with any other questions or issues 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: Profile details on membership directory #208342
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Couple of issues #208289
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Profile details on membership directory #208279
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Couple of issues #208275
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: adding lines in css #208272
     Kieran_SQ
    Moderator

    Hi,

    I will assign this to a higher support level to assist you with your query. 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: floating #208271
     Kieran_SQ
    Moderator

    Hi,

    I will assign this to a higher support level to assist you with your query. 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: responsiveness #208270
     Kieran_SQ
    Moderator

    Hi,

    I will refer the first part of this question to a higher support level to see if there is a dynamic way to change the breakpoints for BuddyApp – they’ll be in touch with you as soon as they can, Monday to Friday, East European Time. With this said, BuddyApp uses quite advanced and specific breakpoints and should you change them it would be up to you going forward to address any specific styling issues this will bring with it.

    To target different screen sizes you can use media queries, see here for more information on media queries https://www.w3schools.com/cssref/css3_pr_mediaquery.asp

    Example

    COPY CODE
    @media only screen and (max-width: 920px) {
        .my-class {
            background-color: red;
        }
        .my-class-2 {
            background-color: blue;
        }
    }
    @media only screen and (min-width: 921px) {
        .my-class {
            background-color: blue;
        }
        .my-class-2 {
            background-color: red;
        }
    }

    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: Live messages not showing #208267
     Kieran_SQ
    Moderator

    Hi Mark,

    This is the default behavior of BuddyPress messaging and the live messages feature in BuddyApp. I have tested with a new test account (username Test) and the message was sent successfully to this account. When logged in as the test user the icon displays as expected an there is a pending notification of the new message.

    I have attached a screenshot for you that shows 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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: button options #208258
     Kieran_SQ
    Moderator

    Sorry, I missed your other reply

    Sorry, i also wanted to ask, this WP Bakery editor, it can used to edit the Buddypress profile page to, and it will edit any buttons that are appearing on the page?

    WP Bakery can only be used to create and edit pages (and other post types as allowed by you in settings). BuddyPress profiles are generated by templates and as such you would need to edit the php files, html structure and customize CSS yourself to achieve a different look/feel.

    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: Missing widget areas #208253
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: button options #208252
     Kieran_SQ
    Moderator

    Hi,

    I will assign this ticket to a higher support level to see if they can generate the CSS needed for this. I have tried but there is little in the way of classes generated by BP Profile Search to target and add :before to.

    Someone will 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: button options #208245
     Kieran_SQ
    Moderator

    Hi,

    When using the WP Bakery page editor you can select to use an icon with your button element. Go to the desired page, add or edit your button via the WP Bakery editor and select the ‘General’ tab in the edit modal. Scroll down to ‘Add icon?’ and check ‘Yes’ – configure as needed and save.

    I have attached a screenshot that shows this area 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.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Security Hack #208243
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Unable to update Kleo theme #208241
     Kieran_SQ
    Moderator

    Hi,

    Due to the issues with the Envato API we have switched how updates are delivered. You will need to do the following to update the theme

    1. Download the Envato Market plugin from https://envato.com/market-plugin/
    2. Install the plugin by going to WP Admin > Plugins > Add New > Upload
    3. Activate the plugin and go to WP Admin > Envato Market
    4. Generate your new key for the plugin by following our support article https://archived.seventhqueen.com/general/article/update-themes-automatically-using-envato-market-plugin
    5. Check WP Admin > Dashboard > Updates for updates. Alternatively updates for KLEO will also be found via WP Admin > Envato Market > Themes once configured.

    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: Security Hack #208240
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: Live messages not showing #208223
     Kieran_SQ
    Moderator

    Hi,

    The live messages feature will only appear when you have messaging enabled in BuddyPress. Currently you have messaging disabled and therefore you will have no option for it.

    To enable this please go to WP Admin > Settings > BuddyPress > Components and check the box for ‘Private Messaging’.

    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: Update WPBakery Page Builder #208222
     Kieran_SQ
    Moderator

    Hi,

    Thanks for contacting us about updating WP Bakery. To get the latest updates for KLEO and it’s bundled plugins make sure you have enabled the new update method – you can see more about that here https://archived.seventhqueen.com/general/article/update-themes-automatically-using-envato-market-plugin

    Once you have enabled updates you can go to WP Admin > Appearance > Install Plugins and update any of the bundled plugins that have pending updates – including WP Bakery.

    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: wordpress Admin access #208221
     Kieran_SQ
    Moderator

    Hi,

    Please add the below CSS to remove these two buttons from the page. You can add this to your SweetDate Child theme’s style.css via WP Admin > Appearance > Editor > SweetDate Child > Style.css or via WP Admin > Theme Options > Styling Options > Scroll to: ‘Quick CSS’

    COPY CODE
    .pmpro-account #pmpro_account-profile .pmpro_actionlinks {
        display: none;
    }

    Make sure to purge your browsers cache, any CDN and your browsers 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: Can’t increase avatar size #208220
     Kieran_SQ
    Moderator

    Hi,

    When you say you downloaded the file that already contained the lines – was this from your server or somewhere else? Specifically which directory/folder did you upload the file to? And did you completely purge your websites cache, CDN and browser cache?

    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: More features needed to add to Membership Levels page #208219
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: table css #208215
     Kieran_SQ
    Moderator
    Not marked as solution
     Kieran_SQ
    Moderator

    Hi,

    In the field you have highlighted enter the below URL

    https://academiaherbal.com/

    Clear your mobile browsers cache before testing logging-in / registering via Facebook

    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: create account #208213
     Kieran_SQ
    Moderator
    Not marked as solution
    in reply to: some questions about the functions #208194
     Kieran_SQ
    Moderator
    Not marked as solution
Viewing 40 posts - 881 through 920 (of 4,912 total)

Log in with your credentials

Forgot your details?