Forum Replies Created
-
Author
-
AbeKeymaster
This means you haven’t added the whole portion and just a small part
Add from where it saysCOPY CODE<!--Login buttons-->
to
COPY CODE<!--end login buttons-->
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThis is an example from their site that goes to your functions.php
COPY CODE/* Change email subjects. The function checks $email->template and updates the subject as needed. The email template name will be equivalent to the filenames in the /email/ folder of the PMPro plugin. */ function my_pmpro_email_subject($subject, $email) { //only checkout emails if($email->template == "checkout_free") { $subject = "Thank you, " . $email->data["name"] . ", for using " . get_bloginfo("name"); } return $subject; } add_filter("pmpro_email_subject", "my_pmpro_email_subject", 10, 2);
to translate the you need to wrap the strings inside a wordpress translation function. example with the “Thank you, ” above:
$subject = __(“Thank you, “, “kleo_framework”) . $email->data[“name”] . “, for using ” . get_bloginfo(“name”);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Sure in Sweetdate – Buddypress under the horizontal form you can check that box to show the button and this way it refreshes when you click the button
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, You can use this plugin http://wordpress.org/plugins/menu-items-visibility-control/
you can add a php function condition with itSee this topic:
https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-loginYou need to change it and add your conditions to redirect to different links
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, That is used for displaying a notice on the login widget and not going in their inbox. See this: http://buddypress.org/support/topic/notice-to-all-users/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThank you @Leap-it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterTo reposition the home register box there is the template: sweetdate/page-parts/home-register-form.php
There is now a shortcode to generate the form(you find in in visual shortcodes builder in Buddypress section)
Example:
[kleo_register_form profiles=1 title=”Create an Account” details=”Registering for this site is easy, just fill in the fields below and we will get a new account set up for you in no time.”]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi,
1. after the Bio code you should add this
COPY CODE$bp_tabs['looking-for'] = array( 'type' => 'cite', 'name' => __("Concept", 'kleo_framework'), 'group' => 'Concept', 'class' => 'citetab' );
Your profile field group name should be Concept
3. Try retyping all of the ‘ -> single quotes
If you need to extend default functionality of Sweetdate please hire a developer with PHP skills from a site like Microlancer
That is default functionality for an input to extend to the whole area it is wrapped in. You can inspect those elements in your browser and style them by CSS (again HTML/CSS knowledge required)
6. There is no such option
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGreat. Glad it works.
Please don’t forget to rate our theme if you haven’t already. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi,
Fixed it.
really strange bug related to PMPRO levels that was adding an empty one in the levels array
I added this line in paid-memberships-pro/pages/levels.php
$pmpro_levels = array_filter($pmpro_levels);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Indeed the mechanism of resetting WordPress password has changed so please update this file content wp-content\themes\sweetdate\functions.php with this new one that contains the fix: https://archived.seventhqueen.com/files/functions.txt
This will also be included 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 solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi,
Update: We are doing some tests to resolve your reported problems.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGreat Iulian, Please use a service as wetransfer.com and send it to themesupport@seventhqueen.com
Thank you very muchHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterplease try translating the .po file above since it has your missing strings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThat should apply also.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 14, 2014 at 11:44 in reply to: display all the profile fiels next to the avatar on member page. #9706AbeKeymasterHi, I think the solution would be to move all your fields inside the Base group from Users – Profile fields with drag-drop
second options is not possible since it is Buddypress generated tab
For heavy changes that are our of your scope you can hire a developer for customizations from Microlancer.com or similar siteCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Please search the forum before posting similar topics: https://archived.seventhqueen.com/forums/topic/friends-activity-on-homepage
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterTry without the register condition and see if it works
jQuery(document).ready(function() { //copy profile name to account name during registration
jQuery('label[for=field_1],#field_1, #field-visibility-settings-toggle-1').css('display','none'); jQuery('#signup_username').blur(function(){ jQuery("#field_1").val(jQuery("#signup_username").val()); });
});
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterAs I see the results are fine since it give me 2 Man and the search was I am a Woman looking for Man. What is the problem?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterWe updated it on the demo and don’t see any problem: http://seventhqueen.com/demo/sweetdatewp/forums/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThat usually is because the emails arrive in spam or a server problem. Install a plugin like SMTP configure to send trough a SMTP server
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterIt is a normal behavior to get to the activate page if they haven’t already did it. The activation key is in the link from the email.
You can always disable users activation: http://wordpress.org/plugins/bp-disable-activation-reloaded/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterit doesn’t have to do with the code. maybe its a caching problem 😉
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterNo, add it directly to the button next to it’s other classes: button radius tiny
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterBy default the color is set from the color of the main button background. We will take a look and see what can be done
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
That is not possible from the default options.
Try this:
– set the default layout boxed
– add this css to Sweetdate – Styling options – Quick css to make the wide layout only on homepageCOPY CODE.home .kleo-page { margin: 0;max-width: none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterthat is possible if you are using rtMedia by going to WP admin – Media
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterThanks @csme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterI did just that end if I am on the edit page of an image it works, example /members/admin/album/picture/1/edit/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Please provide more info about your issue. What browser are you using and please provide 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 solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Function is named kleo_bp_compatibility_match and is found in wp-content\themes\sweetdate\custom_buddypress\bp-functions.php
you can copy it to sweetdate-child/functions.php and modify it there to change default behaviour
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
The best way is to translate Buddypress plugin into English and rename that string the way you want. Because comes from Buddypress you won’t find it in the theme.
Use Codestyling Localization plugin for translationHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 14, 2014 at 10:24 in reply to: plugin conflicts with 'event manager' & 'Really simple Facebook Twitter share' #9683AbeKeymasterHi,
1. Add this quick css:
#subnav #profile {
background: none;
}2. Strange since I inspected the homepage and there wore a lot of breaks and empty paragraphs
I think we saw this one: http://wordpress.org/plugins/social-sharing-toolkitTry and see which ever looks good
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Nothing new on this since they have some specific structure and won’t be an easy task.
The file responsible for that is wp-content\themes\sweetdate\custom_buddypress\class-bp-tabs.php class BpMembersTab_rt_media if you want to go deep 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi,
This should be easy. Go to the main package downloaded from Themeforest, or better re-download it again to ensure you have the latest one. Then in demo content folder you will have a Revolution slider folder which contains our exported demo slider. You import it easily from Revolution slider – Import slider.
Also make sure your Revolution slider in at least version 4.1.4. If it’s not, then in the main package you have a folder Plugins Updates where you’ll find latest Revolution slider version to update to.
After you import the slider it should appear in Sweetdate – Homepage to select it
That is it, no other changes in files or any other thingsTo put images you should use a service like droplr.com since right now you can’t upload here.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
I have searched on your site Woman looking for a Man and got 2 results:
http://lovebytrust.pro/members/?field_6=%D0%9C%D1%8A%D0%B6+%28Man%29&field_3=%D0%96%D0%B5%D0%BD%D0%B0+%28Woman%29&bs=+&lang=enYou should make sure the Matching field is set in Sweetdate – Buddypress (I am a – Looking for)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGreat. I am glad it works now 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGreat. I am glad it works now 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello, Please make sure to use the latest theme version, 2.3.1 and that fix 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 solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, That should be related to your hosting or file permissions. Try contacting hosting company
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts