Forum Replies Created
-
Author
-
SQadminKeymaster
That can be achieved with: http://wordpress.org/plugins/buddypress-sidebar/
If you don’t want a sidebar in the groups section try adding this code to your sweetdate-child/functions.php
COPY CODEadd_action('after_setup_theme', 'kleo_disable_group_sidebar'); function kleo_disable_group_sidebar() { if(BP_GROUPS_SLUG == bp_current_component()) { remove_action('kleo_buddypress_before_content', 'kleo_buddypress_sidebar'); remove_action('kleo_buddypress_after_content', 'kleo_buddypress_sidebar'); } }
And modify page-parts / buddypress-before-wrap.php line 27 to:
<div class="<?php if (sq_option('buddypress_sidebar','right') == 'no' OR BP_GROUPS_SLUG == bp_current_component()) echo 'twelve'; else echo 'eight'; ?> columns">
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 it before:
<div id="group-dir-search" class="dir-search" role="search">
Add it like this:
<?php echo do_shortcode('[my_shortcode]');?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWell, our theme is focused on members and not groups. We will keep it on our list but we don’t promise anything
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see what you mean Nicholaus.
Thanks for sharingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, The template file is located in sweetdate / groups / single / members.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please add this css:
COPY CODE.regulartab dd p, .regulartab dd {line-height:20px;}
3. You shoud replace kle_one_third shortcode with kleo_one
Example:COPY CODE[kleo_one][kleo_img_rounded src="http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/small_thumb_03.png"] [kleo_h4]Becca Morgan[/kleo_h4]Founder Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. [kleo_icon icon="twitter-sign" size=2x] [kleo_icon icon="facebook-sign" size=2x] [kleo_icon icon="pinterest-sign" size=2x] [/kleo_one]
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, So you are saying that with the bp-default theme the email works? It should not make a difference. Try with the exact same plugins installed using the bp-default theme and see if emails go.
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 any plugins for Poke. For chat you can use Cometchat.
For cometchat you can wrap the chat scripts in a condition to check if the current user is a certain memberHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2013 at 04:23 in reply to: User delete in backand makes a lot of errors and warnings #3577SQadminKeymasterHi, What kind of errors? Can you paste them here?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I am thinking that you could have two pages and use this plugin to show one or another in the menu: http://wordpress.org/plugins/menu-items-visibility-control/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou could edit the header.php and get read of the < header > tag and everything that is inside it. This will remove the whole header. You could put a link there instead of the whole header. You could let the homepage to render latest posts if you want(from Settings – Reading)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou shouldn’t have deleted your site.
Let me know exactly what you want to achieve and I will guide you trough. Theme needs modifications only if you want to achieve something different from the default functionality.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To make them appear like that, you need to redefine the function that is rendering this section.See the file attached.bp_renAlso add this css to Sweetdate-> Styling options -> Quick css
COPY CODE.search-item .date, .search-item .date a {height:auto}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.SQadminKeymasterWe tried several times but didn’t happen. Do you have a link and a test user?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That feature is not available.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @twoshoes,
You can disable the lightbox when clicking the image by replacing the contents of sweetdate/album/pictures.php file with this one: http://d.pr/n/UYapHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can force members to fields some profile fields at registration by adding those fields 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 solutionSQadminKeymasterHi,
You can change the Profile link from header to go to edit page.
Search in header.php for
<?php bp_loggedin_user_link(); ?>
and replace with:
<?php bp_loggedin_user_link(); ?>profile/edit
The profile menu is mainly rendered by Buddypress and can’t do major changes to it. We know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
What do you mean by what do you write?
You go to the category link to view all posts from it.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can use like this:
[kleo_men_online field=”Couple”] and so on. You need to set the sex field in Sweetdate -> BuddypressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You need to set those two fields as matching fields in Sweetdate -> Buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you go to Sweetdate -> Buddypress and set it there without sidebar it works?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for sharing @jdhrrs77
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Seems strange. Maybe you are doing a search when this happens? Let us know if you find when exactly is happening. ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You should have followed the topic and add the code just like there:
COPY CODEadd_action('after_setup_theme','kleo_my_actions'); function kleo_my_actions() { global $bp_tabs; $bp_tabs['looking-for'] = array( 'type' => 'cite', 'name' => apply_filters('kleo_extra_tab1', __('Looking for', 'kleo_framework')), 'group' => apply_filters('kleo_extra_tab1', 'Looking for'), 'class' => 'citetab' ); $bp_tabs['base'] = array( 'type' => 'regular', 'name' => apply_filters('kleo_extra_tab2',__('About me', 'kleo_framework')), 'group' => 'Base', 'class' => 'regulartab' ); /* Bp-Album tab - only if plugin installed */ $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); }
You should edit the name attribute (ex: ‘name’ => __(‘My photos’, ‘kleo_framework’),) to match yours
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Sorry guys for that. Please see how to fix it here:
https://archived.seventhqueen.com/forums/topic/register-button-goneThanks for understanding. We will fix this in the next update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, From the pasted code this are the exact field names that should exist:
‘I am’,
‘Type’,
‘City’,
‘About me’Give us a link to your site to take a look
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFirst enables only registration and is available only you enable the second one. Second one is the main Facebook enabler that enables you all other Facebook related options
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2013 at 03:00 in reply to: Avatar issues – jump to the bottom and selection size #3548SQadminKeymasterHi,
1. We tried it several times, just to move it. but we couldn’t manage to reproduce your issue. What browser are you using?2. This is something related with Buddypress. I think you could just hide the preview with this code added to Sweetdate -> Styling options -> Quick css:
#avatar-crop-pane {display:none;}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You only have to update the main theme. What file loses the modification?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This can be achieved with a plugin like: http://wordpress.org/plugins/subscribe2/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou mean all the translations or some that are common with the kleo_framework? That shouldn’t happen.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Give me access to wp-admin to take a look. mark the reply as private
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 add it to the template groups/index.php. It doesn’t take content added in admin page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You should add this code to sweetdate-child/functions.php to restrict acces to he whole messages page. You need to restrict the levels by their id, right now it is 2,3 levels.
http://d.pr/n/Bco8For this to work please replace the content of the file sweetdate/functions-pmpro.php with this:
http://d.pr/n/iKgIHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Is it set as a video post format?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You should follow this topic to show your custom profile groups:
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
Add the code to sweetdate-child/functions.php
It is ok that is empty if you never added a custom code.
When you update the theme you shouldn’t replace the sweetdate-child theme folderCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If it doesn’t work please install it from WP Admin -> Plugins -> Upload and choose the file located in sweetdate/framework/inc/revslider.zipHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You should put your Themeforest username and API key in Sweetdate -> Miscellaneous to have automatic theme updates available. You can also re-download it and replace the old theme files
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Do you have a link so we can better 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