Forum Replies Created

Viewing 40 posts - 8,001 through 8,040 (of 8,607 total)
  • Author
  • in reply to: Add Login buttons to breadcrumb container #9750
     Abe
    Keymaster

    This means you haven’t added the whole portion and just a small part
    Add from where it says

    COPY 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.

    in reply to: Pmpro email subjects #9749
     Abe
    Keymaster

    This 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.

    in reply to: members page filtering refreshing #9748
     Abe
    Keymaster

    Hi, 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.

    in reply to: Make a menu item visibile to only certain user types #9747
     Abe
    Keymaster

    Hi, You can use this plugin http://wordpress.org/plugins/menu-items-visibility-control/
    you can add a php function condition with it

    See this topic:
    https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login

    You 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.

    in reply to: Send a notice to all users? #9746
     Abe
    Keymaster

    Hi, 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.

    in reply to: BuddyPress Profile Progression #9744
     Abe
    Keymaster

    Thank 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.

    in reply to: Sign up – front page #9743
     Abe
    Keymaster

    To 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.

    in reply to: Some issues #9742
     Abe
    Keymaster

    Hi,

    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.

    in reply to: Password Reset #9740
     Abe
    Keymaster

    Great. 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.

    in reply to: PMPro levels page bug? #9739
     Abe
    Keymaster

    Hi,
    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.

    in reply to: Password Reset #9736
     Abe
    Keymaster

    Hi, 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.

    in reply to: Reponsive > iPad Portrait – Top Menu #9734
     Abe
    Keymaster

    Hi,
    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.

    in reply to: Translation contribution #9709
     Abe
    Keymaster

    Great Iulian, Please use a service as wetransfer.com and send it to themesupport@seventhqueen.com
    Thank you very much

    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.

    in reply to: BP ALBUM translation problems #9708
     Abe
    Keymaster

    please 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.

    in reply to: Home page image and menu bar #9707
     Abe
    Keymaster

    That 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.

     Abe
    Keymaster

    Hi, 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 site

    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.

    in reply to: Activity Stream – Change default feed to "Friends" #9705
     Abe
    Keymaster

    Hi, 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.

    in reply to: Name Field on Register Form #9704
     Abe
    Keymaster

    Try without the register condition and see if it works

    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.

    in reply to: Searching #9702
     Abe
    Keymaster

    As 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.

    in reply to: bbPress 2.5.3 #9701
     Abe
    Keymaster

    We 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.

    in reply to: Welcome Email after Registration not being sent #9700
     Abe
    Keymaster

    That 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.

    in reply to: Activation Key page #9699
     Abe
    Keymaster

    It 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.

    in reply to: Moving registration on homepage #9695
     Abe
    Keymaster

    it 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.

    in reply to: Moving registration on homepage #9694
     Abe
    Keymaster

    No, 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.

    in reply to: Top Link Colors #9693
     Abe
    Keymaster

    By default the color is set from the color of the main button background. We will take a look and see what can be done
    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.

    in reply to: Site Layout (Wide and Boxed) #9691
     Abe
    Keymaster

    Hello,
    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 homepage

    COPY 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.

    in reply to: Remove a photo #9689
     Abe
    Keymaster

    that 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.

    in reply to: Disable Activity #9688
     Abe
    Keymaster

    Thanks @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.

    in reply to: BP-Album Upload Code #9687
     Abe
    Keymaster

    I 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.

    in reply to: Search form #9686
     Abe
    Keymaster

    Hi, 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.

    in reply to: Match Percentage #9685
     Abe
    Keymaster

    Hi, 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.

    in reply to: Change Avatar Button Profile Page #9684
     Abe
    Keymaster

    Hello,
    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 translation

    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.

     Abe
    Keymaster

    Hi,
    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-toolkit

    Try 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.

    in reply to: My Photos Tab and rtMedia #9682
     Abe
    Keymaster

    Hi, 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.

    in reply to: Adding Revolution Slider image #9680
     Abe
    Keymaster

    Hi,
    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 things

    To 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.

    in reply to: Searching #9679
     Abe
    Keymaster

    Hello,
    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=en

    You 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.

    in reply to: Add menu to the black top bar #9627
     Abe
    Keymaster

    Great. 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.

    in reply to: Add menu to the black top bar #9626
     Abe
    Keymaster

    Great. 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.

    in reply to: Blank page / screen when loading shortcodes #9624
     Abe
    Keymaster

    Hello, 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.

    in reply to: Logo Error Upload failure #9622
     Abe
    Keymaster

    Hi, 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.

Viewing 40 posts - 8,001 through 8,040 (of 8,607 total)

Log in with your credentials

Forgot your details?