Forum Replies Created
-
Author
-
SQadmin
KeymasterYou have different options to set for the image. Play with those options and see which fits nicely
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterAs it says above, there was indeed an issue on certain environments that now will be fixed in v.2.2
We uploaded the change to the demo so you all can confirm that is ok.
Thanks for understanding.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, This is the fix until v.2.2 that will come in a couple of days
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 solutionSQadmin
KeymasterIt should not happen here; http://seventhqueen.com/demo/sweetdatewp/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2013 at 20:42 in reply to: Color of the register/search form background on the Home Page. #4288SQadmin
KeymasterIt looks like you haven’t added that part:
.form-footer {
background: none !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
color: #777777 !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThat is done from header.php around line 161 from ‘menu_class’ => ‘left’ to ‘menu_class’ => ‘right’
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
You can upload the .mo file trough an uploading service like https://www.wetransfer.com/ and put the link hereTheme doesn’t have support for RTL by default. We will look over the link you sent. You can try some plugins that do that.
If you have the css that needs to be included for RTL, then you need to add it into header.php just inside the < head > tag like this:COPY CODE<link rel='stylesheet' href='http://path_to_css' type='text/css' media='all' />
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou have the option from the WPML plugin to show the language switcher in a widget.
The widget is styled by us to look good from the theme.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2013 at 20:25 in reply to: Redirecting WordPress's Login page to a custom login page. #4284SQadmin
KeymasterHi, I can’t think why is that error coming up.
We are working to add to v2.2 the ability to login directly form the popup.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterCan you provide a link to see?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, That is not possible but you can choose not to show the title under the picture by removing lines 35 and 41 from \wp-content\themes\sweetdate\album\pictures.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi
If you want to show specific profile fields you can use this php function without the need of knowing anything else but the profile field name:
bp_member_profile_data( ‘field=the field name’ );Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
please don’t create duplicated topics.
I responded about the menu in the other created topic.
To remove the text you can use a plugin like Codestyling Localization or use Poedit to translate the string “quick profile navigation” with ” ”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterSee this topic to move the menu under the logo: https://archived.seventhqueen.com/forums/topic/menu-under-the-logo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, We fixed it with some custom code added and it will be available in a few days in v.2.2 update. Seems that on buddypress pages admin-bar class isn’t added by default to body element
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2013 at 19:34 in reply to: Color of the register/search form background on the Home Page. #4272SQadmin
KeymasterHi,
That css needs to be added to Sweetdate – Styling options – Quick css.
I have modified the above code and you need to add the part without Latest carouselHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
That is currently not possible but indeed it can be extended to support thatHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
Yes you can disable them all and add you own custom description form the level description. That is the way it works if you don’t want the default permissions to show.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYes, add the picture from Sweetdate – Homepage
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
That requires some structure changes. If you aren’t in a hurry we will try to make next week a different blog view to match thatHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
rtMedia plugin adds this to activity and groups also. Try that.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, The update in coming Sunday.
I will give that code but haven’t made it yet. I will post it hereHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterThat should be all to have your site translated. You need to have wordpress in your language for it to show in your language.
If you want to use 2 languages, then you need to purchase WPML plugin install and configureHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
That is currently not possibleregards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterIf you are using the Paid memberships pro plugin the you can choose who you want to restrict and that includes the non-logged in users. When they click the restricted page they will be redirected to the membership levels page to choose a level.
To change the redirection url to a custom one, add this to sweetdate-child/functions.phpCOPY CODEadd_filter('kleo_pmpro_url_redirect','kleo_pmpro_my_redirect'); function kleo_pmpro_my_redirect($url) { return 'http://my_redirect_url.com'; }
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 – Styling options – Quick css and change the #HEX with your color
.pink-text { color: #F00056;}
.label.alert { background-color: #F00056;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou mean instead of rtMedia?
This topic shows how to manipulate tabs next to profile image:
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-imageyou can add this code to sweetdate-child/functions.php
COPY CODEadd_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; //remove rtmedia unset($bp_tabs['rtmedia'] ); $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 solutionOctober 12, 2013 at 02:36 in reply to: Color of the register/search form background on the Home Page. #4233SQadmin
KeymasterHi, I added the missing style with the form-footer in the initial code.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterGreat. Glad you figured it out!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, That modal can be edited from this template: wp-content/themes/sweetdate/page-parts/general-register-modal.php
To add the email in the hidden field you need a javascript to copy the value from the email field since the email is not yet saved and you can’t get it by PHP
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
You need to add some classes to the anchor tags found in: wp-content/themes/sweetdate/activity/entry.phpAdd for example the following classes to match the styling: “button tiny radius”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
You want to replace the register box next to the search form?
To do that you need to leave the Search form to appear by default from WP Admin -> Sweetdate – > Home page
Then you need to edit this template file located in wp-content/themes/sweetdate/page-parts/home-search-form.php to be like this:
http://d.pr/n/jRHYPS: Always have the sweetdate-child theme activated and do not modify main theme files. Copy the files to the exact folder location in sweetdate-child folder
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, That is not normal 🙂 It should work or not
Also tested the IE and worked fine and haven’t heard this from other usersCheers
GAFHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, That requires structure change and html, css knowledge. The template to edit is located in sweetdate/members/single/member-header.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterYou can hide those visibility options with Javascript. Add this to footer.php just before the wp_footer() line:
COPY CODE<script> jQuery(document).ready(function() { jQuery("label[for=see-field_adminsonly], label[for=see-field_loggedin]").hide(); }); </script>
For Bp Album only way is to modify core file: wp-content/themes/sweetdate/framework/inc/bp-album/includes/bpa.screens.php around line 70 and leave your desired options only
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi,
This is the correct css to add and it will also be included in next update:COPY CODE.admin-bar .sticky.fixed {margin-top: 28px;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi there,
We are releasing tomorrow v.2.2 where you will be able to add an action to sweetdate-child/functions.php and show extra icons without modifying the templates. Here is the code example to add:COPY CODEadd_action('kleo_extra_social_icons','kleo_my_extra_social_icons'); function kleo_my_extra_social_icons() { ?> <a href="http://link_to_social_website.com" class="has-tip tip-bottom" data-width="210" title="Find us on My other social site"><i class="icon-facebook-sign icon-2x"></i></a> <?php }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterPlease copy the content again.
This fixed this error:
Fatal error: Call to undefined function bp_get_groups_root_slug() in /home/newbuddy/public_html/wp-content/themes/sweetdate/functions-pmpro.php on line 100For the other error related to not being able to save the session data please talk at your hosting since there is a permissions problem when PMPRO tries to start the session:
Warning: session_start(): open(/tmp/sess_983325d40af524f90e652aeeae35e0a2, O_RDWR) failed: Permission deniedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterI logged into your site and I don’t see any errors in header or footer. Also I saved the options from Sweetdate and all went well.
Let me know if I am not doing something to re-create your errorsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadmin
KeymasterHi, What do you mean totally breaking?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts