Forum Replies Created
-
Author
-
Laura
ModeratorHello, issue fixed, you had in Users > Profile fields, the age field set as Numero ( number ) and not Date Selector. Now the field can be selected in range field of Sweetdate > Buddypress. I selected it and now the search works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorAn url please? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorCan you share admin credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, we will be releasing an update very soon with compatibility with the new buddypress 2.3 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
Moderator“Range di Eta” Choose Eta
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorYes please choose the age field there 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, i think the update will be these days, maybe today or tomorrow
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, if you are happy please leave us a nice comment and/or a 5 star rating at themeforest 🙂
Also, if you need more changes, just let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, please check out your settings at Sweetdate > Buddypress
Make sure you have Age field selected as range field, not numericalHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, then please follow these steps https://archived.seventhqueen.com/forums/topic/display-extra-fields-group-member-card/#post-61580
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, yes please share admin credentials 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, you need to follow the instructions i added for Shakinaz,
that should be added in members.php in kleo/buddypress/groups/single
Then copied to child theme.Find
COPY CODE<div class="member-list-content"> <h5><?php bp_group_member_link(); ?></h5> <span class="activity"><?php bp_group_member_joined_since(); ?></span>And add it just after that, like this
COPY CODE<div class="member-list-content"> <h5><?php bp_group_member_link(); ?></h5> <span class="activity"><?php bp_group_member_joined_since(); ?></span> <?php do_action('bp_directory_members_item', 'bphelp_dpioml'); ?>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorThis is what i changed, screenshots attached
( Animations when the articles appear are also added )Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Attachments:
You must be logged in to view attached files.Laura
ModeratorHello, here are some fixes, please send me screenshots of what you want to change 🙂
Add this to Quick CSS in Theme options > GeneralCOPY CODE.kbe_breadcrum { margin: 0 0 30px; overflow: hidden; width: 100%; margin-top: 20px; } .kbe_category { width: 44%; margin: 0 35px 30px 0; display: inline-block; vertical-align: top; position: relative; border: 1px solid #e5e5e5; padding: 5px; -webkit-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); -moz-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); -o-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } #kbe_content .kbe_leftcol h2 { font-size: 22px; font-weight: normal; border-bottom: 1px solid #cccccc; padding-bottom: 12px; margin-bottom: 18px; border-left: 3px solid #8a52ad; padding: 1px; padding-left: 2px; margin-left: -6px; margin-top: -6px; border-bottom-color: #f7f7f7 !important; } #kbe_content h2 a:hover { color: #166c94; text-decoration: none !important; } #kbe_content .kbe_leftcol ul li, ol { line-height: 35px; font-size: 14px; color: #333333; margin: 0; list-style: none; -webkit-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); -moz-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); -o-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); border: 1px solid #e5e5e5; padding-left: 30px; border-left: 3px rgb(161, 61, 214) solid; margin-top: 10px; } .kbe_category ul li { line-height: 35px; font-size: 14px; color: #333333; margin: 0; list-style: none; -webkit-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); -moz-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); -o-animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); animation: kleo_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275); opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); border: 0px !important; padding-left: 20px !important; border-left: 0px !important; margin-top: 0px !important; }You can change the colors in the CSS as you want 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, the best would be to redirect that register to registration page, delete it from the menu, and add the Register page of buddypress as the registration link. So when they click on register it goes to main form 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, i cannot access, could you give me an user? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello Shakinaz, please add this to your functions.php
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }This will count users once they register, now after you save it, go to Tools > Buddypress and check all options. This will recount your users and their activity etc…
Hello Abracadabra, yes the way i added it will show it also in members page, with your code, there is no need to change nothing, just place
COPY CODE<?php do_action( 'bp_directory_members_item' ); ?>In members.php of group files and will show your code, because you use the same action. Just add it like this
COPY CODE<?php do_action('bp_directory_members_item', 'bphelp_dpioml'); ?>Let me know if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, check out https://www.youtube.com/watch?v=d6VTHpgM5HA 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, please go to Sweetdate > BP Profile tabs and activate them 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, yes it will work when they login for the first time 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, the member counter will only update when an user logs in for the first time, if you want me to change it so it counts when they register, let me know.
This shortcode in homepage will add the topics counter
[kleo_bbpress_stats type="topics"]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, could you share a link to your website? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, thanks you so much 🙂 If you are happy please leave a nice comment and/or a 5 star rating on themeforest 🙂
Thanks!Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorOk, edited and deleted
echo “Organization: “;in the function.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, yes, your browser cache with CTLR+F5 and your website cache.
For the group, its done, here is what i did:
Created the function to show the field in functions.php of child theme:
COPY CODEadd_action( 'bp_directory_members_item', 'display_user_info' ); function display_user_info() { echo "Organization: "; bp_member_profile_data('field=Organization'); echo "</br>"; }Edited wp-content/themes/kleo/buddypress/groups/single/members.php
Found:
COPY CODE<div class="member-list-content"> <h5><?php bp_group_member_link(); ?></h5> <span class="activity"><?php bp_group_member_joined_since(); ?></span>Added
COPY CODE<?php do_action( 'bp_directory_members_item' ); ?>So it looks like
COPY CODE<div class="member-list-content"> <h5><?php bp_group_member_link(); ?></h5> <span class="activity"><?php bp_group_member_joined_since(); ?></span> <?php do_action( 'bp_directory_members_item' ); ?>Then copied the file to your child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, do you have a cache plugin?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorWill add this to feature request then 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorBetter here as private 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, you can do this with css 🙂 Create the panels you want, then wrap them with a div class, then create a css for that class. Let me explain:
[SHORTCODE WITH PANEL] <- This is your panel now.
Add this for example:
<div class=”panel01″>
[SHORTCODE WITH PANEL]
</div>Now go to Styling options of Sweetdate panel and scroll down to find Quick CSS
Add this
COPY CODE.panel01 .panel.callout { background: #2ba6cb !important; color: #fff !important; border-color: #2284a1 !important; -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5) !important; -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5) !important; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5) !important; }Now just change those colors with the ones you want ( #2ba6cb and rgba(255,255,255,0.5) are colors )
And save.Do this changing panel01 for what you want, if you create another panel , name it panel02 and do the same with the css, add new one but with panel02
Let meknow if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, could you share admin credentials and ftp? Thanks 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, i understand, but we cannot fix the issues in a third party plugin, and codestyling localization has some issues
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, Mary, it was a pleasure, if you feel happy please give us a nice comment and/or a 5 star rating in themeforest 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, could you share some screenshots or an url? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, i’m glad it helped, if you feel happy with the answer please give us a nice comment and/or a 5 star rating at themeforest 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, could you specify a bit more? Thanks 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, now we suggest using Loco translate plugin instead of Codestyling Localization, please let me know if it helps 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, for:
A. Please follow the steps below:
1- Go to your ftp file manager or filezilla
2- Go to wp-content/themes/sweetdate/page-parts
3- Copy the file home-register-form.php
4- Go to wp-content/themes/sweetdate-child/
5- Create the folder page-parts
6- Paste the file home-register-form.php inside the new folder page-parts in child theme.
7- Edit the file, find the text and change it, then save.B. Check out this:
http://mobapper.com/index.phpThere are a lot more, just google “native app for wordpress”
If you prefer to use andromo.com (free but branded)
When you create the project, each section of the app is called “Activity” to use the app with your wordpress blog, add a Website type Activity to the APP and place your website URL, name the Activity as maybe “Home”
So when users download the app, and click the button Home, it will load your website inside the app, and as user will be using mobile, then it will show the mobile style website. Like this it seems like the app is a native version of your website.For the last issue, if you want to change the text, betterchange in text mode and not visual, because sometimes it mess with the alignment of the text
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, in mobile your website shows as it should, with all the content and how sweetdate should work.
I do not see any issueHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, could you share admin credentials? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
Laura
ModeratorHello, as you have set it as blog feed, it will use the seo of each article you have, so there is no seo to setup there
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts

