Forum Replies Created
-
Author
-
SQadminKeymaster
In this: http://d.pr/n/mzl7 you have the function that handles non-logged in buttons. Have you changed those values inside the function?
For translating other default strings you should follow @jdhrrs77 answer and follow this instructions: 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 solutionSQadminKeymasterOh, sorry. It has to do with font-awesome.min.css.
Try disabling the css minify or if you can exclude it by name somehowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI modified the above code to also include that link
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @nicholaus1221
That still isn’t fixed.
I will try some more hacks this week and maybe I can find a way that doesn’t imply core changes.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou should try searching for plugins that already to that and integrate with buddypress.
Thanks for your suggestionsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo modify the link, you can modify line 136 from header.php. Copy the file from sweetdate theme to sweetdate-child theme and edit it there. Here is the new line:
This will go to levels page but a user has to be registered before picking a level.
Also, a better way is to assign users a default level at registration: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try Theme my Login plugin. That should redirect the wp-admin to /login
Please see this topic for those labels: https://archived.seventhqueen.com/forums/topic/add-friend-add-me-as-a-friendHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can add the City field as a multiselect box instead of textbox. You will have to add all city options and then users will be able to select multiple options to search forHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @Anchora
That seems a cleaner way of doing it.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Those icons are generated using Font Awesome icons. That script is loaded with the theme so I don’t think you will do some load time saving by adding theme as sprites.
If they do not load maybe you have activated minified javascript and it results in a js error and they don’t load.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You should rename your sweetdate folder to sweetdate_2.1 to know which version it was if you want to save a history of versions.
You DO NOT replace sweetdate-child. Thar remains intact since it has all your theme customizations.After you have renamed sweetdate folder, just copy the updated sweetdate folder. That is all. There is no need for screenshots since it is not a complicated process.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi and thank you for appreciating our work
Since theme version 2.1 you can use the update directly from wordpress repository. We included all changes needed in our theme so you can use the plugin as it is. Since Sweetdate 2.1 we have moved the Buddypress restrictions to WP Admin -> Sweetdate -> Memberships
Yes the theme works with multisite.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Choosing the font from Sweetdate -> Styling options doesn’t render those characters correctly?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI saw what the problem is. You removed the style.css from sweetdate-child theme.
Please replace your sweetdate-child files with the ones included in the package downloaded(put the default sweetdate-child theme unmodified)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Thanks for letting us know about this. We fixed it and it will be available in this week update v.2.2Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to add this css to Sweetdate-> Styling options -> Quick cssCOPY CODE.membership .pricing-table .price, .membership .bullet-item:before, .button.link-button {color:#0095C2}
Change #0095C2 with your own color
The “Popular” label it is an image located in wp-content/themes/sweetdate/paid-memberships-pro/images/pop.png
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 8, 2013 at 18:59 in reply to: Force additional groups of profile to be filled out on signup #4014SQadminKeymasterHi, Yes, only the Base group fields appear at registration. Move the fields you want to appear at registration to the Base group
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello and thanks for the kind words.
Do you have a caching plugin? You must edit the files via FTP or something similar that changes the file on the hosting server.
Normally you should have activated the sweetdate-child theme and copy the file you want to edit in the exact same location.If you want to get rid of those features, you can disable those specific Buddypress components from Settings -> Buddypress.
After that you still need to add this code to disable the buttons for non-logged in users. Add it to sweetdate-child/functions.phpCOPY CODEadd_action('after_setup_theme','kleo_remove_buttons'); function kleo_remove_buttons() { //non-logged in users remove_action('kleo_bp_header_actions', 'kleo_bp_member_buttons'); // Friends button remove_action( 'bp_member_header_actions', 'bp_add_friend_button', 5 ); // Activity button remove_action( 'bp_member_header_actions', 'bp_send_public_message_button', 20 ); // Messages button remove_action( 'bp_member_header_actions', 'bp_send_private_message_button', 20 ); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
for the register button please see this topic: https://archived.seventhqueen.com/forums/topic/register-button-goneHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I got your credentials for the site.
1,2 . I think you should get rid of the “I am a”” field and just leave the Looking for one.
3. We will take a closer look and see what is happeningThat is ok.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We did some test and privacy seems to be working fine. For example we set an image to be private and then logged out and went to that profile and the image doesn’t appear.
Maybe you have some caching plugin.. just a thoughtYou can change the limit. We added a filter there: apply_filters(‘kleo_rtmedia_photo_limit’,100);
You can change it by adding a code like this to sweetdate-child/functions.php:COPY CODEadd_filter('kleo_rtmedia_photo_limit','kleo_rtmedia_limit'); function kleo_rtmedia_limit() { return 20; }
We did some tests to check the images that aren’t loading. How did you made the image tab to be the first? You should followed this topic https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image and moved the images tab first like this:
COPY CODEadd_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); /* rtMedia tab - only if plugin installed */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('My work', 'kleo_framework'), 'class' => 'mySlider' ); } /* Bp-Album tab - only if plugin installed */ elseif (function_exists('bpa_init')) { $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); } $bp_tabs['looking-for'] = array( 'type' => 'cite', 'name' => __('Looking for', 'kleo_framework'), 'group' => 'Looking for', 'class' => 'citetab' ); $bp_tabs['base'] = array( 'type' => 'regular', 'name' => __('About me', 'kleo_framework'), 'group' => 'Base', 'class' => 'regulartab' ); $bp_tabs['social'] = array( 'type' => 'regular', 'name' => __('Social', 'kleo_framework'), 'class' => 'regulartab' ); }
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 sweetdate-child/functions.php modifies the length of the excerpt:COPY CODE// group custom excerpt add_filter( 'bp_excerpt_length', 'kleo_my_custom_group_excerpt'); function kleo_my_custom_group_excerpt($length) { return 225; }
Modify the 225 length to whatever you want
Also you need to add this css to Sweetdate – Styling options – Quick css to disable the limited height:
COPY CODE#groups-list .search-body {height:auto;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterwow 🙂
I don’t know how you did that. Try removing everything from the sweetdate/functions.php and see it that solves the problem, then add your custom codes one by one inside the php tags.
If it is still the same then it is a problem with a plugin you are usingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I don’t see anything blue in the Upgrade page 🙂You can use Cometchat or search for other third party chat plugins that are compatible with WordPress and Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is a styled by css default Buddypress widget and can’t be easily modified.
But this can be done by css. Add this to Sweetdate -> Styling options -> Quick css:COPY CODE#members-list-options, .widget_bp_core_members_widget #members-list .item-meta {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Guys,
Please add this css to Sweetdate -> Styling options -> Quick css:COPY CODE#groups-list .four.columns:nth-child(3n+1) { clear: left;} #groups-list .search-item h5 { height: auto; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 8, 2013 at 10:55 in reply to: Save search settings on login / Show only desired members #3989SQadminKeymasterHi,
That is not possible by default. Theme can be extended to do that but you have to develop it.Cheers
Hi 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 plugin for that but you can search for one.
To modify the way it looks you need to change the template file located in sweetdate/members/members-loop.php. That implies some HTML and CSS knowledge.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Maybe you have some fields that are required and aren’t completed or you have some plugins that interfere.
Try disabling extra plugins or talk at your hosting if the POST data isn’t being sentHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can accomplish that but you need a custom solution that involves css and javascript development since it is not some quick code I can provide for you.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For first question:
That happens because of your php environment having the open short tag restriction. We will add this compatibility fix in this week update. To fix this until then, you need to edit sweetda/header.php and search for ” ” and replace with ” Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Hi, This plugin does the job: http://wordpress.org/plugins/menu-items-visibility-control/
Please use the latest theme version and your membership templates will look like they should.
Also in the latest version of the theme the restriction settings can be found in WP Admin -> Sweetdate -> Memberships
You cannot restrict to the popup since that is included in every page and it is just a modal window that appears over the current page and can be closed easily.
Please provide a temporary username and password to take a look on the restricted pages for the other questions
Following the topic you should end you adding this to sweetdate-child/functions.php
add_action('after_setup_theme','kleo_my_custom_tabs');
function kleo_my_custom_tabs()
{
global $bp_tabs;
$bp_tabs = array();
$bp_tabs['base'] = array(
'type' => 'regular',
'name' => __('Base', 'kleo_framework'),
'group' => 'Base',
'class' => 'regulartab'
);
$bp_tabs[] = array(
'type' => 'regular',
'name' => __('Summary', 'kleo_framework'),
'group' => 'Summary',
'class' => 'regulartab'
);
$bp_tabs[] = array(
'type' => 'regular',
'name' => __('Physical', 'kleo_framework'),
'group' => 'Physical',
'class' => 'regulartab'
);
$bp_tabs[] = array(
'type' => 'regular',
'name' => __('Location', 'kleo_framework'),
'group' => 'Location',
'class' => 'regulartab'
);
/* rtMedia tab - only if plugin installed */
if (class_exists('RTMedia'))
{
$bp_tabs['rtmedia'] = array(
'type' => 'rt_media',
'name' => __('My photos', 'kleo_framework'),
'class' => 'mySlider'
);
}
/* Bp-Album tab - only if plugin installed */
elseif (function_exists('bpa_init')) {
$bp_tabs['bp-album'] = array(
'type' => 'bp_album',
'name' => __('My photos', 'kleo_framework'),
'class' => 'mySlider'
);
}
}
We are releasing an update this week and it will include this fix for Safari also.
Hi,
I think you added a custom code to sweetdate-child/functions.php
Please check to have at the first line of the functions.php file this:
<?php
Hi,
Please see the included Documentation that comes with the theme, there is a Memberships menu. Since version 2.1 the restrictions settings from WP Admin -> Memberships -> Advanced were moved to WP Admin -> Sweetdate -> Memberships.
Hi,
That plugin allows you to define a zone and have different settings to show/hide ad for different categories or post type. It does not have an option to show different ads on different groups page.
Normally you add a New Place then you can add a New Zone to contain the previous added Place. Then you can add it as a widget from Appearance -> Widgets
Hi, If you are not sending emails trough your smtp server it is possible for emails to arrive in the spam folder.
Try using a plugin like Configure SMTP to send using a smtp server.
SMTP settings for the server should be provided by your hosting provider.
Thanks @arno8 for your answers