Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
We did changes to functions-pmpro.php
So please change the contents of that file with this one: https://archived.seventhqueen.com/files/functions-pmpro.txtHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
This seems a good solution.
To hide username you need to edit the registration/ register.php and make the username type hidden instead of text and in the value attribute add the generate function.
Let me know if you need helpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can restrict access to those pages with the Paid memberships plugin and from Sweetdate – Memberships since v2.1
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt is the field name…. just like it appears. I don’t understand your question
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That email is the wordpress default and doesn’t neee any setup. To change default welcome emails try doing it with a plugin.
If you don’t receive the email try looking at yout host email log or talk at your hosting. Also you can try to send emails through a smtp server with a plugin like Smtp ConfigureHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to edit some files and change the default structure to accomplish that. These files are content.php and other content-xx.php depending on the post format.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry renaming the plugins folder to _plugins for a moment and access your site. Rename it back to plugins. Make this helps.
Maybe you used a plugin to hide the admin bar since the error mentions this.
Or it could be a code added to functions.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis week, probably Saturday or Sunday
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis fix will be released in v.2.2 that is coming this week, probably Saturday or Sunday.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please talk at your hosting since seems like a permission problem to write to /tmp or maybe you don’t have enough hosting spaceCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is currently not possible,
Cheers
GAFHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I don’t have access to your site to take a look. Send me a temporary password. Mark the reply as privateHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 11, 2013 at 00:41 in reply to: How to remove the magnifying glass icon from the main menu? #4155SQadminKeymasterHi,
That is simply by going to Sweetdate – Layout settings – Ajax Search in menuHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I don’t think you can disable those options without core changed, which is not recommended.
To change those names you can follow this topic on doing it with Poedit: 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 solutionSQadminKeymasterInteresting 🙂
Thanks for sharing
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 think it is a theme problem. To update it just replace the files on the hosting with the new ones, but make a backup first.
Maybe it is a plugin problemHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to change sweetdate/members/single/member-header.php
Instead of bp_displayed_user_fullname() put bp_displayed_user_username()Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, The login user/pass is not working any more.
To search for a value in another field you must choose your Matching fields in Sweetdate -> Buddypress otherwise it will act like a normal field. To be able to select them as Matching fields they must be textbox or selectboxHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSo you changed: define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
to: define( ‘BP_DEFAULT_COMPONENT’, ‘activity’ );
and it doesn’t work?
We did that and workds. Please read the instructions again.Cheers
GAFHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo add code here just wrap it in a “pre” tag.
Inside the href you need to put this php function to get the field value by field name :
bp_get_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 solutionOctober 11, 2013 at 00:07 in reply to: Color of the register/search form background on the Home Page. #4145SQadminKeymasterOk, great. If anybody else is interested this is the css code:
COPY CODE.form-header { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 0.3); border-top: 10px solid rgba(31, 168, 209, 0.3); } .form-search, .form-header { background: none repeat scroll 0 0 #0296C0; } .form-search { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 0.3); } .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { border: 1px solid #1FA8D1; } .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { background-color: #1FA8D1; }
With latest carousel:
COPY CODE.form-footer { background: url("../images/patterns/gray_pattern.gif") repeat scroll 0 0 #F8F8F8 !important; border-bottom: 10px solid #FAFAFA !important; border-left: 10px solid #FAFAFA !important; border-right: 10px solid #FAFAFA !important; color: #777777 !important; }
Without carousel:
COPY CODE.form-footer { background: none !important; border-bottom: none !important; border-left: none !important; border-right: none !important; color: #777777 !important; }
To make it transparent you need to set the background on the form in rgba form(rgba(31, 168, 209, 0.3);) instead of hex
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is the css you need to modify to style it separately:
COPY CODE.form-header { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 0.3); border-top: 10px solid rgba(31, 168, 209, 0.3); } .form-search, .form-header { background: none repeat scroll 0 0 #0296C0; } .form-search { border-left: 10px solid rgba(31, 168, 209, 0.3); border-right: 10px solid rgba(31, 168, 209, 0.3); } .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select { border: 1px solid #1FA8D1; } .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { background-color: #1FA8D1; }
To make it transparent you need to set the background on the form in rgba form(rgba(31, 168, 209, 0.3);) instead of hex
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You should enable debugging by setting WP_DEBUG to TRUE in wp-config.php
That should give you a clue on what is causing itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, If you wanted to use the matching fields to search for a value in another field, those both fields had to be textboxes. Getting rid of the “I am a” seems a good solution
The click on “All members” will be fixed with the release of v.2.2 this week at the end.Let me know if I missed any of your questions.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. Thanks for sharing the solution.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is currently not possible but we have that in our features list. We can’t give you a time when it will be developed
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please replace the contents of sweetdate/framework/classes/SQueen.php with https://archived.seventhqueen.com/files/SQueen.txtThen add to your sweetdate-child/functions.php:
COPY CODEadd_filter('kleo_gfont_extra_params','my_special_chars'); function my_special_chars() { return '&subset=latin,latin-ext'; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This topic explain that if you like to restrict access to wp-admin: https://archived.seventhqueen.com/forums/topic/users-can-log-into-wordpress
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That are the basics for SEO. You need more than that to be on first page of google. Read SEO articles or talk with a specialized company.
PS: links from others sites to yours are very importantHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Maybe this helps: http://wordpress.org/plugins/bp-profile-message-ux/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please read this topic: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, In Sweetdate -> Buddypress you have a opacity setting that by default is 0.1. Change it to 1 for solid
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSome of them have already been styled to integrate nicely with the theme:
http://wordpress.org/plugins/buddypress-media/
http://wordpress.org/plugins/bp-checkins/
http://wordpress.org/plugins/buddydrive/
http://wordpress.org/plugins/buddypress-docs/
http://wordpress.org/plugins/buddypress-wall/
http://wordpress.org/plugins/buddypress-profile-progression/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFriday or Saturday probably. If sooner the better
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Some plugins would require css stlying because they can’t all match site styling and it is inevitable not to have CSS conflict, which can be fixed.
We will create a topic with compatible plugins if that helps.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Indeed that was a problem with privacy. We fixed it and will be included in this week update v2.2
Thanks for noticing.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To add the TOS checkbox also to the registration form on the Homepage add this code to sweetdate-child/functions.php
http://d.pr/n/K6G1Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is currently not available but we are constantly adding new features.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
By default sweetdate-child theme has only the style.css where you can add your own custom css and the functions.php where you add your custom php code.
If you want to change a file template located in wp-content/themes/sweetdate for example header.php you just copy it to sweetdate-child and modify it there.
If don’t know why you are referring to wp-content > languages.Files that are copied to sweetdate-child are from sweetdate theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To remove the profile tab: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
I don’t understand what messages bar you are referring toHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts