Forum Replies Created
-
Author
-
SQadminKeymaster
Hi kswift,
Here is a sample from an existing dropdown. You can create yours the same way:COPY CODE<li class="has-dropdown" ><a class="main-menu-link" href="#">Buddypress</a> <ul class="dropdown"><li><a href="#" class="parent-link hide-for-large-up">Buddypress</a></li> <li><a class="sub-menu-link" href="http://seventhqueen.com/demo/sweetdatewp/members/">Members</a></li> <li><a class="sub-menu-link" href="http://seventhqueen.com/demo/sweetdatewp/groups/">Groups</a></li> <li><a class="sub-menu-link" href="http://seventhqueen.com/demo/sweetdatewp/activity/">Activity</a></li> </ul> </li>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCool. Thank you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If you want the same profile fields as in our demo site then you can import the fields from WP Admin -> Sweetdate -> Buddypress.
If you want to configure the fields go to Users -> Profile fieldsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGlad you figured it out.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAnybody has Spanish translation?
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Our image link looks like this:
http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/album/2/michele_02.jpg
I guess you are missing the /wp-content/uploads part. Have you changed your default image upload location From Settings -> Media?
Or maybe your site url from Settings -> General has a trailing slashI couldn’t access your socialhive.biz site, just the homepage
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can use the mini version of displaying the profiles by modifying members/index.php file at line 72 from members/members-loop.php to members/members-loop-mini.php
If you want to have more that three members on a row, edit members/members-loop-mini.php at line 28 from “four columns” to “three columns” or “two columns”.Note: All these changes in files have to be done in your sweetdate-child theme. So just copy the original files from the main theme to sweetdate-child folder in the exact folder structure and modify them there
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Give us a link to your website so we can see it in action. You can send it on our email if you don’t want it public: themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI don’t know how you configured it. 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, this echoes the link
COPY CODEbp_loggedin_user_domain();
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
After:COPY CODE$profilelink = '<li><a href="' . bp_loggedin_user_domain( '/' ) . '" rel="nofollow">' . __('Profile','buddypress') . '</a></li>';
you can add another menus like this:
COPY CODE$profilelink .= '<li><a href="' . bp_loggedin_user_domain( '/' ) . 'messages" rel="nofollow">' . __('Messages','buddypress') . '</a></li>'; $profilelink .= '<li><a href="' . bp_loggedin_user_domain( '/' ) . 'friends" rel="nofollow">' . __('Friends','buddypress') . '</a></li>';
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Joel,
This is not an easy thing since those controls are put in columns and these columns are based on Zurb Foundation framework but you can rewrite some default values for these columns. You have an example below, put this lines in Sweetdate/Styling options/Quick css box and adjust the values of ”width” and “padding”. Leave the “first-child” and “last-child” as they are.COPY CODE#search-bar .two { width: 14%; } #search-bar .two.columns { padding-left: 2px; padding-right: 2px; } #search-bar .two.columns:first-child, #search-bar .two.columns:last-child { padding: 0 6px; }
Regards,
RobertHi 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 that the problem occures when the avatar is not reachable from outside. For example we encountered this when installing buddypress on a local domain, so maybe your images aren’t accessible to gravatar.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We appreciate your help. Your answers were correct.
Indeed, right now you need to have at least 6 members registered so they style correct in the home carrousel.
Also we are trying to come up with a solution for adding members without having to log inHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 28, 2013 at 06:44 in reply to: Editing the "It all starts with a Date" in Home Page – WordPress #1915SQadminKeymasterHi, you need to edit home page from admin panel – Pages
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThose buttons take the styles configured for Secondary buttons under Sweetdate -> Styling options. so make sure you set the text color properly
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNo, don’t delete anything from main theme.
Copy/paste any file you want to alter to the child theme.
The whole idea of the main(parent) theme is that is should remain intact and all changes are done in the child theme. This way you will be able to update with newer versions easily without comparing files and other complicated stuff 🙂Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOh, sorry
it should be bp_message_thread_subject(); instead of bp_message_thread_subject;
http://pastebin.com/BvNU7QMxHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Here is a list of slugs used by BuddypressCOPY CODEdefine ( 'BP_ACTIVITY_SLUG', 'streams' ); define ( 'BP_BLOGS_SLUG', 'journals' ); define ( 'BP_MEMBERS_SLUG', 'users' ); define ( 'BP_FRIENDS_SLUG', 'peeps' ); define ( 'BP_GROUPS_SLUG', 'gatherings' ); define ( 'BP_FORUMS_SLUG', 'discussions' ); define ( 'BP_MESSAGES_SLUG', 'notes' ); define ( 'BP_WIRE_SLUG', 'pinboard' ); define ( 'BP_XPROFILE_SLUG', 'info' ); define ( 'BP_REGISTER_SLUG', 'signup' ); define ( 'BP_ACTIVATION_SLUG', 'enable' ); define ( 'BP_SEARCH_SLUG', 'find' ); define ( 'BP_HOME_BLOG_SLUG', 'news' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. You can’t change this from admin, but you can change it by writing the following line in Sweetdate/Styling options/Quick css box:
COPY CODE.top-links { border-bottom: 1px solid #0784b3; background: #000000; }
– change the hex code to your desired color.
2. You can change it the same way as in the above example:
COPY CODE.top-links, .top-links a { color: #fff; background: #000; }
3) That is because your secondary color is white, same as the background. You can change the button color with this style:
COPY CODEinput#searchsubmit, input#searchsubmit:hover {background:#fff;}
4. You can change the path to your image manually in: ../themes/sweetdate-child/page-templates/contact.php at line 42 http://d.pr/i/xBcW or simply comment this line. You need also to clear browser cache or rename your picture.
5. Same as point 3. Change the secondary button colors or:COPY CODE#kleo_ajaxsearch {background: #eee;}
6. Sweetdate -> Buddypress HORIZONTAL FORM -> Text before form: remove any text added
7. Add profile fields from Users ->Profile fields or Import our demo fields from Sweetdate -> Buddypress -> “Import Buddypress profile fields”
8. You can edit your Home page and there is a button shortcode that show the video button:
[kleo_button_video url=”http://www.youtube.com/embed/FtquI061bag” style=”alert” size=”large” round=”radius” icon=”film,after”] Our TV Commercial [/kleo_button_video]
change style=”alert” attribute value with success, secondary,alert,standard
or
In the same way as in section 1 with the following line:COPY CODE#call-to-actions .alert { background-color: #ff0461; border: 1px solid #ff0461; } #call-to-actions .alert:hover, #call-to-actions .alert:focus { background: #ed0058; border: 1px solid #ed0058; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have removed the div id=”header” which should be there for the styling to apply.
Make sure you modify the header.php in your child theme so when you update to a newer version of sweetdate you won’t lose your settings.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, you can change this from admin panel in Users/Profile fields.
If you haven’t imported the demo fields you can do that from Sweetdate -> Buddypress -> “Import Buddypress profile fields”
To configure the Search form, go to Sweetdate -> Buddypress -> Search form customization.
Select Age Range Field – is used to render in the search form a select with age ranges
Select Numerical Field – displays a range search(From -To text fields) instead of one default text field
Select Matching Fields – this one is used to search for a value in the other matching field. This is used in our demo for “I am a” and “Looking for” fields.Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Thanks for pointing this out. We will include the fix in our next update.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis one displays Re: when no subject is entered
http://pastebin.com/zSSRNgL1Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUnfortunately that is not possible right now. Filtering is available on the members page on the horizontal form
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThey render but you have taken that from the complete image source which is like I posted above. If you put the link without query strings it will render: /wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,It is border instead or “boder”.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGlad you worked it out,.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Yes we will include it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Don’t think is a theme problem. It is about your install or hosting. Try sending by stmp. WP-Mail-SMTP pluginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
FIle is located in sweetdate/groups/index.php line 20Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Unfortunately the tab looks only for photos.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Also add the files to sweetdate-child if yor are using it. It seems that the plugin isn’t doing a very good check for the file location. 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYour problem comes from the avatar size that is set by Buddypress. On theme install create a file named bp-custom.php located in wp-content/plugins. Check if the file exists, if it doesn’t then create it and add the content form this one:
https://archived.seventhqueen.com/files/bp-custom.txtHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to copy the file page-parts/home-register-form.php to your sweetdate-child theme and modify line 3 to add a class “to-right” so the class attribute will be like this: class=”five columns form-wrapper pull-right”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can wrap that embed in a div with the style=”boder:3px solid #777″
something like this:Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
In your second screenshot in Sweetdate -> Buddypress menu you need to set the Sex field.
Those symbols are already in the theme package in PSD folder, file status_icons.psd. You need to open them with Adobe Photoshop and edit the way you wantCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for the suggestions. We had that in mind and will will shortly put it in practice.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 26, 2013 at 10:26 in reply to: Buddypress bug: users with spaces in their usernames can’t register #1794SQadminKeymasterHi,
You can restrict users from registering with space in the username:COPY CODEadd_action('bp_init','bpdev_remove_bp_pre_user_login_action'); function bpdev_remove_bp_pre_user_login_action(){ remove_action( 'pre_user_login', 'bp_core_strip_username_spaces' ); } //add a filter to invalidate a username with spaces add_filter('validate_username','bpdev_restrict_space_in_username',10,2); function bpdev_restrict_space_in_username($valid,$user_name){ //check if there is an space if ( preg_match('/\s/',$user_name) ) return false;//if myes, then we say it is an error return $valid;//otherwise return the actual validity }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts