Forum Replies Created
-
Author
-
SQadminKeymaster
Indeed it converted some characters. This one should be fine:
http://pastebin.com/KGf639AMHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterJust install and activate rtMedia plugin. If the user has uploaded some images then the tab will appear
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you want to change the group name then go to Users -> Profile fields and rename the existing groups to match your language.
Then you need to change the tabs to show that translated groups. Add this to your sweetdate-child/functions.php. Just rename the group names here also:
COPY CODEadd_action('after_setup_theme','kleo_my_actions'); function kleo_my_actions() { global $bp_tabs; $bp_tabs = array(); $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', 'kleo_framework')), 'class' => 'citetab' ); $bp_tabs['base'] = array( 'type' => 'regular', 'name' => apply_filters('kleo_extra_tab2',__('About me', 'kleo_framework')), 'group' => 'Base', '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' ); } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCan you email us temporary FTP access to take a look? themesupport@seventhqueen.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For 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.txtAfter 1.5.1 update this is no longer needed
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 00:11 in reply to: Help please-Does this theme change our buddypress files? #1560SQadminKeymasterHa, No problem. We try to answer if we can also in the weekends.
I already responded that the theme does not replaces buddypress core files but maybe someone else reads this topic.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPlease check this topic if you want to add the renamed tabs to the profile:
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
So to display the renamed group you should add this snippet:COPY CODEadd_action('after_setup_theme','kleo_my_actions'); function kleo_my_actions() { global $bp_tabs; $bp_tabs['looking-for'] = array( 'type' => 'cite', 'name' => __('My new tab', 'kleo_framework'), 'group' => __('My new tab', 'kleo_framework'), 'class' => 'citetab' ); }
For the photos replace the contents of this file bp_custom/class-bp-tabs.php in the parent theme with this one:
https://archived.seventhqueen.com/files/class-bp-tabs.txtHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterBefore the update have you modified some theme files? Or maybe after the 1.5 update you changed some settings?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNo we don’t modify any core files. I did the same exact test as in your site but without https and I set a prefix not a sufix for the blogs.
We will figure it out. No problemHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI removed my account to register again. Definitely it is not a Home page form issue
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks guys for your support.
@twoshoes this problem was resolved in the latest update by removing a redirect. We first added a redirect in the login modal so after login you should go back to the previous page you were on and because the last page was “Activate” page, the site was redirecting you to the page where you already activated.
Both @mcgreggor and @kswift solutions are rightCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI registered now and I haven’t received it. This happens only with the mixed option? Seems odd to be an issue with that. With the Bp default theme does this issue still exists?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for registering! To complete the activation of your account please click the following link:
https://socialhive.biz/activate/?key=5a630f403137ca7e
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAnd if I try to register the same site name again it says I can’t, which is good meaning that the request is saved but maybe you have an email problem and is not sending emails
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI see some options to go premium at bottom and Uses wordpress plugins developed by http://www.wpdevelop.com in the footer that renders kind of bad on the success page. Can you disable extra plugins for testing?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat page gives a 404 error, meaning it doesn’t exist. That was the problem all along?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We are testing this and will let you know the solution. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We will take this into consideration. Right now it is not possible to have another menu in header without modifying header.php template fileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The main menu is configurable from Appearance -> Menu.
You can add existing pages or a custom link like: /forumsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The site user is created once the activation mail is clicked.
Try to change the content of main theme functions.php with the one we are testing:
https://archived.seventhqueen.com/files/functions.txt
Give us a link to your site if it still doesn;t workHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is automatically generated… so maybe something else interfering to produce thatHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Can you make a screenshot?
It should look like this when you are editing your profile:
http://d.pr/i/N8T8Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please replace the content of the file located in the main theme: sweetdate/framework/widgets/widget_recent_posts.php with the one from this file:
https://archived.seventhqueen.com/files/widget_recent_posts.txtThanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
This snippet added to sweetdate-child/functions.php should do the trick:COPY CODEfunction my_remove_profile_nav() { global $bp; if (!bp_is_my_profile()) { bp_core_remove_nav_item( 'profile' ); } } add_action( 'bp_setup_nav', 'my_remove_profile_nav' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi there,
First thing you need to do is to import the demo content( see the documentation)
– Go to Settings -> Reading and select the Home page as the static front page and Blog page for the latest posts
– Go to Appearance -> Menus and set the Sweetdate menu in the primary location.
– You need to configure the widgets for the sidebar and footer. Go to Appearance -> Widgets and add whatever widgets you like in the preconfigured locations. See the image with the locations in the documentation
In our theme we have added the following widgets in the footer:
– in Footer Widget 1 we added: About us widget
– in Footer Widget 2 we added: Custom menu (you can define it in Appearance -> Menus)
– in Footer Widget 3 we added: Twitter widget (you also need to define twitter settings in Sweetdate -> Miscellaneous )
– in Footer Widget 4 we added: Latest posts WidgetWe have added to this theme another footer section above the main footer which you can enable by adding widgets to Footer Section 1 and Footer section 2 widget locations
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for your suggestion. Good one
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I am not sure what you are talking about. Can you provide some screenshots or 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,
We did some tests and it seems like when you have the multisite enabled and choose to register a blog you will receive an email to activate your account(check your spam folder too). If you don’t click the email activation link your user won’t be created.
We modified a file from the theme that we think could cause the issue: sweetdate/registration/register.php
Replace the contents of that file with this: https://archived.seventhqueen.com/files/register.txtDo a test with the new file and check your spam folders or try with other email account and let us know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If you don’t want them to access the admin create a new page and add the shortcode in it: [collabpress]
This way they can use this page instead of admin.
I tried to add that shortcode to render in a profile tab but collabpress can’t render the content there(it shows some errors).
Anyway to add a tab to buddypress this is the code(add it to sweetdate-child/functions.php), maybe you can talk with the devs at collabpress to fix it:
http://pastebin.com/YwkxFerTTo modify the content of the tab you need to change the function my_projects_page_function_to_show_screen_content()
To add a page next to profile tabs, add it also to the sweetdate-child/functions.php. This displays the Reasons to join page. You can modify the name of the page you want to show:
http://pastebin.com/KGf639AMHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can try http://buddydev.com/buddypress/bp-chat-a-facebook-like-chatting-plugin-for-buddypress/
We haven’t fully tested it but looks promisingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Replace your foundation.min.js with this one and … magic will happen 🙂
https://archived.seventhqueen.com/files/foundation.min.jsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. You can do this by adding the following snippet in sweetdate-child/funtions.hpCOPY CODEfunction kleo_new_wp_login_url() { return home_url(); } add_filter('login_headerurl', 'kleo_new_wp_login_url'); function kleo_new_wp_login_title() { return get_option('blogname'); } add_filter('login_headertitle', 'kleo_new_wp_login_title');
2. That text is found in sweetdate/registration/register.php at line 34. Copy the file in your child theme and modify it there(keep the same folder structure)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi wisinyyandel7,
You should have “Footer” selected menu in Appearance/Widgets/Footer Widget 2/Custom menu.Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You should check the image source that fails to load and maybe share it with us.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
At registration only the fields from Base group appear. After registering you can’t see the other groups in the profile edit screen?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We’ll get back to you with a quick fix. This happens because of a cache we added not to query all the posts every time the page loads. To fix it quickly just re-save the widget
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Maybe you are testing it on a local domain. That could be the problem. We haven’t got any issues with Gravatar.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. You had to map your pages with buddypress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We will test this and see what is it about.
If you go directly to /register link and complete the fields this happens also ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Yes we do but it depends on the projects we are currently working on. Give us an email at themesupport@seventhqueen.com with more details.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts