This topic has 7 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #198158
     emmanuel
    Participant

    hi on the mobile website when a profile name is long it would look like this see attachment so could there be a little more space between the two

    Attachments:
    You must be logged in to view attached files.
    #198164
     Kieran_SQ
    Moderator

    Hi,

    You can use the below CSS to set the height automatically on small screens

    COPY CODE
    @media only screen and (max-width: 940px) {
    .directory .search-item .author {
        height: auto;
    }
    }

    Also, you have updated BuddyPress to 3.0 and you may experience issues as SweetDate is not yet compatible with the latest, vast, changes to BuddyPress. If you experience any issue please follow the below steps

    Restore BuddyPress 2.9.4
    – Download BuddyPress 2.9.4 here https://downloads.wordpress.org/plugin/buddypress.2.9.4.zip
    – Extract the .zip folder on your computer
    – Connect to your site via SFTP / FTP and navigate to /wp-content/plugins/
    – Delete the contents of the /buddypress/ folder within /wp-content/plugins/
    – Upload the contents of the extracted .zip file into the /buddypress/ folder
    – Clear your website cache, CDN and your front-end cache (Ctrl+F5)
    – Await an update to SweetDate for BuddyPress 3.0

    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.

    #198166
     emmanuel
    Participant

    ok thank you i would like to rename this field but when i change it would not show on the members page see attachment

    Attachments:
    You must be logged in to view attached files.
    #198172
     Kieran_SQ
    Moderator

    Hi,

    You already have the code to change this in your functions.php file, go to WP Admin > Appearance > Editor > SweetDate Child > Functions.php and go to line number 67

    You’ll see the below

    $kleo_config['bp_members_details_field'] = 'About me';

    After renaming your field replace the text About me on line 67 with the exact case sensitive text of the renamed field. Clear all of your caches 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.

    #198196
     emmanuel
    Participant

    Ok how do mobile websites add a announcement screen to users that there is a app before their enter the site example see attachments

    Attachments:
    You must be logged in to view attached files.
    #198200
     Kieran_SQ
    Moderator

    Hi,

    It’s fairly complicated and I am not sure if there is a plugin for this or not. If there is, it is likely a premium plugin, check CodeCanyon for suitable plugins – if any.

    If not you will need to write a script that checks if the device is a mobile, what OS and show X content. It’ll also need tied to a cookie so it does not constantly show. This is beyond the scope of support offered with the theme and is something you will have to hire a developer for if you do not know how to do this.

    Furthermore, Google / Bing are introducing SEO penalties for mobile sites that show full screen modals to users when they visit their site so this may not be a good option where SEO is concerned.

    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.

    #198204
     emmanuel
    Participant

    Ok thanks alot today

    #198205
     Kieran_SQ
    Moderator

    Hi,

    Glad to help 🙂 Feel free to open a new ticket with any other questions and we’ll be happy to help as always.

    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.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?