-
Author
-
May 19, 2018 at 18:27 #198158emmanuelParticipant
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.May 19, 2018 at 18:40 #198164Kieran_SQModeratorHi,
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.0Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf 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.
May 19, 2018 at 18:52 #198166emmanuelParticipantok 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.May 19, 2018 at 19:07 #198172Kieran_SQModeratorHi,
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 solutionIf 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.
May 19, 2018 at 22:40 #198196emmanuelParticipantOk 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.May 19, 2018 at 22:46 #198200Kieran_SQModeratorHi,
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 solutionIf 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.
May 19, 2018 at 22:59 #198205Kieran_SQModeratorHi,
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 solutionIf 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.
-
AuthorPosts
You must be logged in to reply to this topic.