Forum Replies Created
-
Author
-
SQadmin
KeymasterHi,
We have this on our features list by we can’t if and when it will be availableHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThanks @JohnDoe
Code goes to sweetdate-child/functions.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou can add code with “pre” tag
That code shoud go in members/single/member-header.php
instead of ‘USERID’ this php function gets the displayed user id:COPY CODEbp_displayed_user_id()
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
Thanks for pointing this out.
1. That is an image added with css. Upload your image in the child theme and add the css with the according image path:COPY CODE.membership .pricing-table.popular:after { background: url("../images/pop.png") no-repeat scroll center center rgba(0, 0, 0, 0); }
2. Please replace the content of this file sweetdate/paid-memberships-pro/pages/cancel.php with: http://d.pr/n/eCvH
Then rescan the strings and should appear in the Sweetdate translation kleo_framework domain3. is related to bpAlbum. If you are using the one that comes with the theme follow this tutorial: https://archived.seventhqueen.com/forums/topic/where-to-translate-bp-album
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
We haven’t tested it. It should work but probably it needs some css work to make it blend with sweetdate styleHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYes you are right. Thanks for noticing this.
Edit main theme file: wp-content/themes/sweetdate/members/single/settings/general.php and remove this from line 89:
<d
This fix will be included in next updateHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou have the function sweetdate_entry_meta in sweetdate/functions.php which you can copy/paste to sweetdate-child/functions.php and remove this occurrence from it:
COPY CODEecho '<li><i class="icon-calendar"></i> '.$date.'</li>';
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, The styles are in custom_buddypress/_inc/css/default.css and shoud apply. maybe you didn’t updated all files…
with this you can address those buttons to style them:COPY CODE.bp-member-dir-buttons div.generic-button a.add, .bp-member-dir-buttons div.generic-button a.remove
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
That have to be translated in Buddypress plugin and not Sweetdate.
Use Codestyling localization pluginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou probably have to change buddypress wall template files and show specific content only to some users:
<?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?> content <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterTry with a wordpress in your language clean install. Your admin should be in your language if it works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
It should show the numbers of users that have resulted from the search. Maybe you have altered some code or installed a plugin that interferesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, Please replace the contents of this file: wp-content/themes/sweetdate/framework/shortcodes/tinymce/get_wp.php with this:
COPY CODE// Access WordPress $wp_load = "wp-load.php"; $count = 0; while(!file_exists($wp_load)) { $count++; if ($count > 12) { break; } $wp_load = '../' . $wp_load; } if (file_exists($wp_load)) { require_once(realpath($wp_load)); }
Please keep the first line
<?php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterQuick css is working. you have a comma that should not be there before {
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterI think the best way is to import a slider we provided in the demo content folder in the package downloaded from Themeforest.
In Sweetdate – Homepage set the Image to noneHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
Keymastermaybe from Facebook registration if you enabled it. If not then is something related to WordPress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThe widget is original from Buddypress and it should work. Try disabling any plugins that might interfere.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterSeems a buddypress wall problem. See if the file from the error exists.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThat is not possible. Try searching for a plugin,
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterOur next feature will be the possibility to have dependencies country/city where country is a selectbox or textbox and the city is a textbox with auto-completion
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThere is not so easy to do that. Woocommerce template files are located in sweetdate/woocommerce. Try reading woocommerce documentation on modifying their template pages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHI,
It should be in the wp-content/plugins/plugin pathHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
We’re glad you like our theme.
What do you mean by “can’t send message to other members. ”
Give more details, error message,etc
By default everybody can send messagesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
Don’t know where is that since your question is vagueHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterNo need to bump. All posts get a response.
Joyride is not implemented in sweetdate.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterAdd this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:
COPY CODEul.link-list li:first-child { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThen you should add the modal (not the link to it) in footer.php, before the wp_footer line
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 26, 2013 at 18:56 in reply to: Globally change all references to 'Men' and 'Women' to 'Fans' and 'Bands" #5180SQadmin
KeymasterThose are settings in admin and are not displayed in front. We will remove those from the menu anyway because is only one shortcode that generate both.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThe full code is uphere: https://archived.seventhqueen.com/forums/topic/check-if-user-is-online#reply-2301
Works 100%
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
We found a fix for the big video in the popup. Add this css to Sweetdate – Styling options – Quick css:COPY CODEembed, iframe, object, video { max-width: 100%; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterOk. Talk on email.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThat is related to Buddypress, so you translate the Buddypress plugin strings into your language
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThat is generated by PHP. with the date function. Maybe your hosting can help you to set the locale.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
I did changes again to some files so those strings now will show translated. Some strings from the PMPRO plugin also had some problems.Until next update, extract these files and replace them in your sweetdate main theme: https://archived.seventhqueen.com/files/sweetdate_trans_fix.zip
the “Select”, “Upgrade account”, “My photos” string can now be found under Sweetdate theme
View members.. and other should appear translated now if you have added themLet me know if you encounter other problems.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterAnd you changed the background color from #ffffff to your color?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, Make sure you have this file: wp-content/plugins/bp-custom.php
If not, create it with this content:COPY CODEif ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) ) define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) ) define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) ) define( 'BP_AVATAR_FULL_WIDTH', 580 ); if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) ) define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatar
Normally the theme adds it when you install it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou have another function named like that. Change the above name function:
function my_remove_profile_nav2() {
global $bp;
if (!bp_is_my_profile()) {
bp_core_remove_nav_item( ‘profile’ );
}}
add_action( ‘bp_setup_nav’, ‘my_remove_profile_nav2’ );Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHey guys,
I modified the above code so now it is only one functions and accepts as a parameter the user id. To show the status in member directory you have 2 options:1. edit members/members-loop.php and add this by hand where you want to appear inside the members loop:
<?php if (kleo_is_user_online(bp_get_member_user_id())) { echo "Online"; } else { echo "Offline"; } ?>
2. Add this code to sweetdate-child/functions.php to show it before the name:
COPY CODEadd_action('bp_members_meta', 'kleo_online_status'); function kleo_online_status() { if (kleo_is_user_online(bp_get_member_user_id())) { echo "Online"; } else { echo "Offline"; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
JohnDoe was just trying to help.That code will work but you need to adjust it to check the if the user registered is a female and then add it to your level for females only.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterOnly the admin could delete other posts.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts