Forum Replies Created
-
Author
-
SQadminKeymaster
Hi, Add this to Sweetdate -> Styling -> Quck css to change the pink color on hover: .latest-blog span.avatar:hover {background:#HEX}
Replace HEX with your colorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If you want to put something next to it you should use the columns shortcode and add the posts shortcode in one column and other content in the next columnHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Thank you for letting us know about this. We are releasing in a couple of hours a minor update 1.5.1 and we will include this fix too.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I think the easiest method is to edit page-parts/general-register-modal.php (copy it to sweetdate-child and modify it there)
at line 24 remove alert from class attribute andCOPY CODE<i class="icon-<?php echo apply_filters('kleo_register_button_icon','heart'); ?>"></i>
Another option is to define a style for the alert button in Sweetdate-> Quick css : button.alert {background#HEX}
and remove the icon by adding this into sweetdate-child.php:
add_filter(‘kleo_register_button_icon’, function() { return ”;})Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe noticed javascript error from the end-page-slidebox plugin. Try disabling all plugins and do the tests again
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I did some tests and if a user hasn’t activated the account then it won’t show in members list even though you can access it by the link. Users need to activate their account before they appear on the listingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFor your other question check out this topic: https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-search
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, for Google Chrome issue as a quick fix you can put in Seetdate/Styling options/Quick css box the following line:
COPY CODE.reveal-modal .button { padding-left: 10px; padding-right: 10px; }
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry the code bellow that adds it only to your own profile and shows beneath the image
COPY CODEadd_action('kleo_bp_header_actions', 'my_prog_bar', 11); function my_prog_bar() { if (function_exists('bppp_progression_block') AND bp_is_my_profile()) { echo '<div class="clearfix"></div>'; bppp_progression_block(); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I don’t know if I understood correctly but you can create a page Terms and conditions from Admin -> Pages and put there all your infoHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI you try to login with one of the users, then it shows?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCan you provide a link? If you don’t want it public, email us at themesupport@seventhqueen.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWow. It never crossed my mind that Jetpack can do that 🙂
Always it is a good ideea to test with all plugins disabled.
I am glad you figured it out.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. No problem. I am glad it all worked out
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We’ve verified this on Safari and Firefox, both using a Mac and seems to be ok. Can you send us an online link to take a look? Our address is themesupport@seventhqueen.comRegards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou could use an action to render that. Add this to sweetdate-child/functions.php
add_action('kleo_bp_header_actions', 'my_prog_bar', 11); function my_prog_bar() { if (function_exists('bppp_progression_block')) { bppp_progression_block(); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You should be able to activate with that plugin. If it is not working you can try http://wordpress.org/plugins/unconfirmed/Also in order for the users to appear in search they need to have the profile fields completed(the ones you are searching for).
They should appear if you are not doing a search and going to /membersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe’re glad we could help. That’s why we are here 🙂
Good luck with setting up the site and thanks for the appreciation.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Maybe it works this way to redirect. Add the following code to sweetdate-child/functions.phpCOPY CODEadd_filter('login_redirect', 'redirect_previous_page', 10); function redirect_previous_page(){ $request = $_SERVER["HTTP_REFERER"]; $req = explode(get_option('siteurl'),$request); if (isset($req[1])){ $redirect = site_url( $req[1], 'login_post' ); } else { $redirect = site_url( '', 'login_post' ); } return $redirect; }
PS: Thanks for the awesome comment 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We created a shortcode that you can use and we will include it also in tomorrow update v1.5.1
Until tomorrow you can add the shortcode snippet to your sweetdate-child/functions.php:
http://pastebin.com/iFRDBRJYTo use it:
[kleo_articles]Shortcode attributes are the same as for [kleo_posts_carousel] shortcode
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI fact you can edit members/single/messages/messages-loop.php line 43 and replace with this one to show the sender name:
http://pastebin.com/7SzzmnhQHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI don’t think there is a simple solution for that.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2013 at 21:36 in reply to: Where is the "extensive help file" that comes with the Theme? #1608SQadminKeymasterHi, In the main package downloaded, after you extract the archive, you have a folder named Documentation. Open the index.html file with a web browser.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For the displayed image you can use rtMedia also, and fetch just one image.
To put all data in one tab, another custom tab type needs to be created to match your needs. How you will display the music in the tab? Wouldn’t that be too much info on the right side?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI think members registered trough Facebook need to login first. Buddypress lists the users that have some activity in the site. Registering trough Facebook wasn’t generating any activity at first. Now we have fixed this and included it in upcoming 1.5.1(it will be released tommorow)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can use that plugin if it is already available. It should integrate fine with the themeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The syntax for icon is like this:COPY CODE<i class="icon icon-heart"></i> My menu
You can replace the icon: icon-heart with the existing Fontawesome icons:
http://fortawesome.github.io/Font-Awesome/icons/To disable menu hover you can set the exact same color for the hover in Sweetdate -> Styling
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 20, 2013 at 20:17 in reply to: A few Issues – User Directory, Match Making, FB Connect…. #1603SQadminKeymasterHi,
The photo can’t added from Facebook right now.We are releasing 1.5.1 that fixes some reported bugs and we also added the ” new user was registered” to the activity when you are registering with Facebook.
The users may not appear in the list because Buddypress looks for user activity to show the users. So the user needs to login to show in the list or need some activity added.To disable matching:
You have to add in the in the existing kleo_remove_actions() function from wp-content/themes/sweetdate-child/functions.php the following code:
remove_action(‘kleo_bp_before_profile_name’, ‘kleo_bp_compatibility_match’);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Profile pictures appear if the user has uploaded some images using integrated bp-Album or rtMedia plugin.
You could install rtMedia since it has the ability to upload videos, mp3 etc. You then need to disable Bp-album form Sweetdate -> BuddypressIf you choose to go with bp-Album you need to replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:
https://archived.seventhqueen.com/files/class-bp-tabs.txtWe will add a a layer over the profile image so when you click that it will take you to change the picture(something like google has). This will happen in the next update
You can redirect the user to their profile after they log in by adding this code below to sweetdate-child\functions.php
// let us filter where to redirect
add_filter(“login_redirect”,”bpdev_redirect_to_profile”,10,3);
function bpdev_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user)
{
if(empty($redirect_to_calculated))
$redirect_to_calculated=admin_url();// if the user is not site admin,redirect to his/her profile
if(!is_site_admin($user->user_login))
return bp_core_get_user_domain($user->ID );
else
return $redirect_to_calculated; /*if site admin or not logged in,do not do anything much*/
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
When you add the video to the page you just need to add the youtube link to the editor and wordpress will convert it using oembed feature. The resulting embed should have &wmode=opaque added at the end of the video link. We added some scripts to do this automatically if you use the oembed feature described above.
If you added the embed script by hand, modify it and add &wmode=opaque at the “src” attribute to result something like this:https://youtube.com/watch?v=xyxzxcxc%3Frel%3D0%26wmode%3Dopaque
This happens because the resulting video iframe will be on top of everything, unless it has the &wmode=opaque added
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can try using the existing post carousel like this:
[kleo_posts_carousel post_types="product" post_formats="all"]
That should do the trick.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to do two things to add the lang parameter:
1. Replace the content of the main theme file: sweetdate/custom_buddypress/kleo-bp-search.php with this one:
https://archived.seventhqueen.com/files/kleo-bp-search.txt2. add this code in your sweetdate-child/functions.php:
COPY CODEadd_action('kleo_bp_search_add_data','my_translated_field'); function my_translated_field() { if (defined('ICL_LANGUAGE_CODE')) { echo "<input type='hidden' name='lang' value='".ICL_LANGUAGE_CODE."'>"; } }
That should do the trick.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. Right now it needs some changes to the sql. We will consider adding this functionality.
2. You want the number of results before search, in the form?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can edit the file members/single/messages/compose.php and the subject line is this one:COPY CODE<input type="text" name="subject" id="subject" value="<?php bp_messages_subject_value(); ?>" />
You could add a space after or if you don’t want to show the subject then make it a hidden input with a default value like PM:
COPY CODE<input type="hidden" name="subject" id="subject" value="PM" />
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We are doing our best to finish it until the end of this month(August). Fingers crossed 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
When you set the Blogs page to be the one to show latest articles from Settings -> Reading it will ignore the content you are writing so you should modify the existing Home page if you want elements from that one . You want to list the posts just like in the Blogs page?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, on what browser is this happening? Do you have a link to see the problem? Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, The buttons won’t show when you are viewing your own profile.
If you have modified the Base and Looking for profile field groups please copy/paste the above code in your sweetdate-child/functions.php and rename them with the groups you want to show in the headerFor Bp-Album there is this fix until the next update:
Replace the contents of this file custom_buddypress/class-bp-tabs.php in the parent theme with this one:https://archived.seventhqueen.com/files/class-bp-tabs.txt
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPLease try again now. Thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Your register page isn’t mapped with the buddypress component. Go to Settings -> Buddypress to do thatHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts