Forum Replies Created
-
Author
-
SQadminKeymaster
We haven’t changed anything related to Facebook in v2.2. Maybe is something you did until the update. Check again the settings in the Facebook App.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @JohnDoe for your time
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please add
<?php bp_head(); ?>
in header.php just before wp_head()Then add this css for little styling:
COPY CODE#TB_window {padding:5px} #TB_title {margin-bottom:10px;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIs that happening also on our demo? http://seventhqueen.com/demo/sweetdatewp/
It that is fine then you done something bad in there. Maybe you forgot to close a tag or somethingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 21, 2013 at 20:33 in reply to: Show username in Members directory instead of full name #4793SQadminKeymasterThis does the trick:
COPY CODE/* Display Username in Directory */ function my_member_username() { global $members_template; return $members_template->member->user_login; } add_filter('bp_member_name','my_member_username');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
Mailchimp integration is only for the widget that shows the newsletter form. You can try searching for a plugin.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can search by their name. Just check the name field in Sweetdate – Buddypress
Username and activity is not possible unfortunatelyCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please change the contents of this file wp-content/themes/sweetdate/paid-memberships-pro/pages/checkout.php with this one: https://archived.seventhqueen.com/files/checkout.txtThis will be included in next theme version to you can replace main theme file without problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I modified the shortcode to support the opened attribute. It can take as value the item number you want to be opened by default, or “none” value to have al closed.
Example:COPY CODE[kleo_accordion opened="none"] [kleo_accordion_item title="Title"] Accordion Item Content [/kleo_accordion_item] [kleo_accordion_item title="Title2 "] Accordion Item Content 2 [/kleo_accordion_item] [kleo_accordion_item title="Title 3"] Accordion Item Content 3 [/kleo_accordion_item] [/kleo_accordion] [kleo_accordion opened="2"] [kleo_accordion_item title="Title"] Accordion Item Content [/kleo_accordion_item] [kleo_accordion_item title="Title2 "] Accordion Item Content 2 [/kleo_accordion_item] [kleo_accordion_item title="Title 3"] Accordion Item Content 3 [/kleo_accordion_item] [/kleo_accordion]
Until next theme version update this files content:
wp-content/themes/sweetdate/assets/scripts/app.js with this: https://archived.seventhqueen.com/files/app.jswp-content/themes/sweetdate/framework/shortcodes/shortcodes.php with this: https://archived.seventhqueen.com/files/shortcodes.txt
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can add a text before the form in Sweetdate – Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
It is probably related to rtMedia plugin. You can add css that applies to small devices like this: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. Just reorder the defined arrays inside the kleo_my_tabs function
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster@JohnDoe, that won’t work since only php templates work this way(copying them to the child folder)
@zivix
Editing the main theme file should do the trick. Maybe is just the cache the problem you don’t see the translated strings. Clear browser cacheHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI think you added some custom css that might affect this..
Try adding this in Quick css box:COPY CODE.rtmedia-activity-container .rtmedia-list .rtmedia-item-thumbnail .mejs-poster img { display: block; margin-left: 0; margin-top: 0; max-height: inherit; max-width: inherit; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is default behaviour for rtMedia. I have tested it with the default BP theme.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Right now it is not possible but we will think of a solution
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGive me a link to your site please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
There was a conflict with Revslider but we fixed it in v2.2. We did some changes to header.php if you changed the default header.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterInstead of your add_action(); add this add_action( ‘bp_setup_nav’, ‘ray_remove_public_nav’ );
And add this code to plugins/bp-custom.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We did a test right now and we received the email. Check your spam folder please..Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Also not a simple solution for your request. You have to extend the theme to achieve that.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Restrict different forums by users level : https://archived.seventhqueen.com/forums/topic/forum-visibilityHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Those are not possible by default. You need to alter the code in different places.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That should work. That is a middle step to the final registration page. Take a look at our demo to see the normal behaviour: http://seventhqueen.com/demo/sweetdatewp-modern/
Easily translate those plugins using Codestyling Localization plugin. It will do all the dirty work. After you translate the strings you have a button to generate the .mo file
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWhat do you mean by that?:)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterEven the update is done automatically, it starts only when you click to update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou copy the file to sweetdate-child/members/members-loop.php and edit it there.
You must have the child theme activated. To see if the changes take effect add some text somethere and see if it appears. If the text appears then you are not doing the edit rightHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @adam,
That is interesting and I have created the code you have to enter in your sweetdate-child/functions.phpCOPY CODEadd_action('bp_after_member_header','kleo_my_custom_tab', 0); function kleo_my_custom_tab() { global $bp_tabs; $bp_tabs[] = array( 'type' => 'regular', 'name' => bp_get_member_profile_data( 'field=Test' ), 'group' => bp_get_member_profile_data( 'field=Test' ), 'class' => 'pagetab' ); } /* Add more */ add_action('after_setup_theme','kleo_my_tabs', 1); function kleo_my_tabs() { global $bp_tabs; //remove default tabs $bp_tabs = array(); //add here other tabs as the array examples }
You must remember that you need to replace my “Test” field with your own. And also the value that is inside that field must be a name of a Group of fields.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You can add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:
COPY CODE.section-members .two.columns:nth-child(6n+1) { clear: left; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
This code added to wp-content/bp-custom.php ges the job doneCOPY CODEfunction my_change_profile_default_subnav() { global $bp; bp_core_new_nav_default(array( 'parent_slug' => $bp->profile->slug, 'screen_function' => 'bp_profile_screen_edit', 'subnav_slug' => 'edit')); } add_action( 'bp_setup_nav', 'my_change_profile_default_subnav' );
but you won’t be able to see other users’s profile tab
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
– You need to translate Buddypress into your language.
– You need to translate the Page names that are mapped to Buddypress.
– You need to define the name for the Buddypress components. I gave an example here: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-changeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi all,
ADMIN EDIT:
Replacing theme original files is not advised. to add your custom css you can enable the child theme and add your style to sweetdate-child/style.cssAlso you cannot copy the style to child theme in assests/styles/app.css
Only template PHP files work this way.
custom CSS needs to be added to sweetdate-child/style.cssYou code:
.section { padding: 10px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @gavinthompson
Sorry for the late reply
You request is not skipped and as @JohnDoe said we respond to all requests without exception depending on the topicFor you issue you can add this CSS code to Sweetdate – Styling options – Quick css and adjust the height as you need:
COPY CODE.page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 580px; }
You also have a setting in your added Revolution slide to set the slider height
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI think I already said that all texts can be changed using this technique:
http://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi , We haven;t managed to reproduce your “glitch”.. Isn’t a way to give us a link to your site?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @adam
The same should apply for the registration form.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 changes to a theme file to allow this, so please change the contents of sweetdate/custom_buddypress/bp-functions.php with https://archived.seventhqueen.com/files/bp-functions.txtthen this is the code you need to add to sweetdate-child/functions.php and customize:
COPY CODE//manual number online members add_filter( 'kleo_online_users_count', 'kleo_my_online_users', 10, 2); function kleo_my_online_users($number, $value) { switch ($value) { //ALL MEMBERS ONLINE case FALSE: return '1 MILION'; break; case "Woman": return $number+50000; break; case "Man": return $number+1000; break; default: return $number; break; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHI,
You can create you memberships level according to your needs and you could create a post for each product you are selling. In the post edit page you can choose which level to restrict. This way you can let users from a specific membership to download only some products you specify.You have also some shortcodes available to show content only to some membership levels.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterA temp user or a print-screen, something to see it
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 so we can understand the issue?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts